summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesusers/simark/fix-leading-whitespaceSimon Marchi2020-10-261-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
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-2/+2
* Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger2019-11-271-3/+2
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-5/+5
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-37/+43
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-14/+14
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-4/+4
* [gdb] Fix typos in commentsTom de Vries2019-10-171-2/+2
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-3/+3
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-16/+16
* Use obstack_strdup moreTom Tromey2019-08-061-8/+4
* Remove unnecessary casts of NULLTom Tromey2019-06-161-21/+20