summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
Commit message (Expand)AuthorAgeFilesLines
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-11/+11
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* gdb: remove minimal symbol size macrosSimon Marchi2022-04-111-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-4/+4
* gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi2022-04-041-5/+5
* Unify gdb printf functionsTom Tromey2022-03-291-6/+6
* gdb: avoid nullptr access in dbxread.c from read_dbx_symtabAndrew Burgess2022-02-211-49/+88
* gdb: make use of std::string in dbxread.c and xcoffread.cAndrew Burgess2022-02-211-14/+4
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove use of __CYGNUSCLIB__Tom Tromey2021-09-131-4/+0
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-11/+11
* gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi2021-04-021-2/+2
* Allow multiple partial symbol readers per objfileTom Tromey2021-03-201-1/+3
* Add partial_symtabs parameter to psymtab construction functionsTom Tromey2021-03-201-16/+26
* Remove sym_fns::sym_read_psymbolsTom Tromey2021-03-201-1/+0
* Change how some psymbol readers access the psymtab storageTom Tromey2021-03-201-12/+20
* Move sym_fns::qf to objfileTom Tromey2021-03-201-1/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-72/+72
* Change end_psymtab_common to a methodTom Tromey2020-11-011-1/+1
* Remove parameter from end_psymtab_commonTom Tromey2020-11-011-1/+1
* Remove init_psymbol_listTom Tromey2020-11-011-3/+0
* Have partial symbol tables own psymbol vectorsTom Tromey2020-10-171-42/+41
* Fix two out-of-date commentsTom Tromey2020-08-281-2/+1
* Remove obsolete gdbarch_static_transform_nameRainer Orth2020-06-251-3/+0
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-4/+5
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-3/+3
* gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi2020-03-291-3/+3
* gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi2020-03-291-1/+1
* gdb: remove discard_psymtab functionSimon Marchi2020-03-291-1/+1
* Consolidate partial symtab dependency readingTom Tromey2020-01-261-25/+2
* Introduce partial_symtab::expand_psymtab methodTom Tromey2020-01-261-5/+6
* Consolidate psymtab "Reading" messagesTom Tromey2020-01-261-19/+1
* Introduce partial_symtab::read_symtab methodTom Tromey2020-01-261-37/+37
* Turn start_psymtab_common into a constructorTom Tromey2020-01-261-2/+2
* Change allocate_psymtab to be a constructorTom Tromey2020-01-261-1/+1
* Change some psymtab fields to boolTom Tromey2020-01-261-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-17/+13
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-2/+2
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-2/+2
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-12/+12
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* bfd_section_* macrosAlan Modra2019-09-191-15/+15
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-9/+9
* bfd_get_filenameAlan Modra2019-09-061-4/+4
* Introduce obstack_strndupTom Tromey2019-08-061-2/+1