summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add obstack_strdup overload taking a std::stringTom Tromey2019-08-061-3/+2
* Change dbxread.c to use type-safe registryTom Tromey2019-07-101-23/+9
* Delay allocation of dbx_symfile_infoTom Tromey2019-06-101-0/+10
* Remove cleanups from coffread.cTom Tromey2019-03-061-15/+17
* Make psymtab range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-101-4/+3
* Simplify calls to init_psymbol_listTom Tromey2019-01-101-3/+1
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-9/+9
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-10/+4
* Remove some unneeded psymtab initializationsTom Tromey2019-01-101-7/+0
* Remove ALL_OBJFILE_PSYMTABSTom Tromey2019-01-091-5/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-86/+51
* Add validity bits for psymtab high and low fieldsTom Tromey2018-07-261-5/+3
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-35/+36
* Remove dead code in end_psymtabTom Tromey2018-07-261-7/+1
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove buildsym_initTom Tromey2018-07-201-5/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-3/+3
* Remove the "listhead" argument from finish_blockTom Tromey2018-07-201-3/+3
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-4/+4
* Move the context stack to buildsym_compunitTom Tromey2018-07-201-21/+22
* Use outermost_context_p in more placesTom Tromey2018-07-161-3/+3
* Make free_pending_blocks staticTom Tromey2018-07-161-1/+0
* Remove buildsym_new_initTom Tromey2018-07-161-4/+4
* Move processing_acc_compilation to dbxread.cTom Tromey2018-07-161-0/+8
* Move last_source_start_addr to buildsym_compunitTom Tromey2018-07-161-4/+4