aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey1-79/+78
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi1-1/+1
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi1-1/+1
2020-09-14gdb: add type::is_stub / type::set_is_stubSimon Marchi1-2/+2
2020-09-14gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi1-1/+1
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-1/+1
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi1-2/+2
2020-07-12gdb: add type::bounds / type::set_boundsSimon Marchi1-2/+2
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth1-4/+0
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-4/+4
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi1-2/+2
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-5/+5
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-4/+4
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-3/+3
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-5/+5
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-10/+10
2020-05-15Remove allocate_symbol et alTom Tromey1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-17/+17
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-3/+3
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-4/+4
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi1-3/+2
2020-04-01Change how complex types are createdTom Tromey1-4/+2
2020-03-29gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi1-5/+5
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi1-1/+1
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-18/+1
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-8/+7
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey1-9/+0
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-27/+27
2020-01-26Turn start_psymtab_common into a constructorTom Tromey1-3/+1
2020-01-26Change allocate_psymtab to be a constructorTom Tromey1-1/+1
2020-01-26Change some psymtab fields to boolTom Tromey1-1/+1
2020-01-26Use new and delete for psymtabsTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-15/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-1/+1
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-2/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-2/+2
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger1-3/+2
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-5/+5
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-37/+43
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-14/+14
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-4/+4
2019-10-17[gdb] Fix typos in commentsTom de Vries1-2/+2
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-3/+3
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-16/+16
2019-08-06Use obstack_strdup moreTom Tromey1-8/+4
2019-06-16Remove unnecessary casts of NULLTom Tromey1-21/+20
2019-05-08Convert mdebugread.c to type-safe registry APITom Tromey1-6/+5