summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
Commit message (Expand)AuthorAgeFilesLines
...
* gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_FILETABS macroSimon Marchi2022-02-061-8/+8
* 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
* gdb: fix crash when reading ECOFF debug informationAndrew Burgess2021-11-241-4/+4
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-2/+2
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-3/+3
* gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi2021-04-021-3/+3
* Allow multiple partial symbol readers per objfileTom Tromey2021-03-201-1/+3
* Add partial_symtabs parameter to psymtab construction functionsTom Tromey2021-03-201-24/+41
* Change how some psymbol readers access the psymtab storageTom Tromey2021-03-201-6/+9
* 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-295/+295
* Have partial symbol tables own psymbol vectorsTom Tromey2020-10-171-79/+78
* gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi2020-09-141-1/+1
* gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi2020-09-141-1/+1
* gdb: add type::is_stub / type::set_is_stubSimon Marchi2020-09-141-2/+2
* gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi2020-09-141-1/+1
* gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi2020-09-141-1/+1
* gdb: add accessors to struct dynamic_propSimon Marchi2020-07-121-2/+2
* gdb: add type::bounds / type::set_boundsSimon Marchi2020-07-121-2/+2
* Remove obsolete gdbarch_static_transform_nameRainer Orth2020-06-251-4/+0
* gdb: add field::type / field::set_typeSimon Marchi2020-06-081-4/+4
* gdb: remove TYPE_FIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: add type::fields / type::set_fieldsSimon Marchi2020-05-221-5/+5
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-4/+4
* gdb: add type::num_fields / type::set_num_fieldsSimon Marchi2020-05-221-3/+3
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-5/+5
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-10/+10
* Remove allocate_symbol et alTom Tromey2020-05-151-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-17/+17
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-3/+3
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-4/+4
* gdb: replace some calls to internal_error with gdb_assertSimon Marchi2020-04-021-3/+2
* Change how complex types are createdTom Tromey2020-04-011-4/+2
* gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi2020-03-291-5/+5
* gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi2020-03-291-1/+1
* Consolidate partial symtab dependency readingTom Tromey2020-01-261-18/+1
* Introduce partial_symtab::expand_psymtab methodTom Tromey2020-01-261-8/+7
* Consolidate psymtab "Reading" messagesTom Tromey2020-01-261-9/+0
* Introduce partial_symtab::read_symtab methodTom Tromey2020-01-261-27/+27
* Turn start_psymtab_common into a constructorTom Tromey2020-01-261-3/+1
* Change allocate_psymtab to be a constructorTom Tromey2020-01-261-1/+1
* Change some psymtab fields to boolTom Tromey2020-01-261-1/+1
* Use new and delete for psymtabsTom 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-15/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-1/+1
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-2/+1