summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
AgeCommit message (Expand)Author
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi
2020-09-14gdb: add type::is_stub / type::set_is_stubSimon Marchi
2020-09-14gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi
2020-07-12gdb: add type::bounds / type::set_boundsSimon Marchi
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth
2020-06-08gdb: add field::type / field::set_typeSimon Marchi
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi
2020-05-16gdb: add type::name / type::set_nameSimon Marchi
2020-05-15Remove allocate_symbol et alTom Tromey
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-05-14gdb: add type::code / type::set_codeSimon Marchi
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi
2020-04-01Change how complex types are createdTom Tromey
2020-03-29gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi
2020-01-26Consolidate partial symtab dependency readingTom Tromey
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey
2020-01-26Turn start_psymtab_common into a constructorTom Tromey
2020-01-26Change allocate_psymtab to be a constructorTom Tromey
2020-01-26Change some psymtab fields to boolTom Tromey
2020-01-26Use new and delete for psymtabsTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-27Make symbol_set_names a member functionChristian Biesinger
2019-12-16Use a member function to set a symbol's languageChristian Biesinger
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-10-17[gdb] Fix typos in commentsTom de Vries
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey
2019-09-19bfd_section_* macrosAlan Modra
2019-09-11Change the type of copy_names from int to boolChristian Biesinger
2019-08-06Use obstack_strdup moreTom Tromey