summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
AgeCommit message (Expand)Author
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-07-28Rewrite registry.hTom Tromey
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-02-21gdb: avoid nullptr access in dbxread.c from read_dbx_symtabAndrew Burgess
2022-02-21gdb: make use of std::string in dbxread.c and xcoffread.cAndrew Burgess
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-09-13Remove use of __CYGNUSCLIB__Tom Tromey
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey
2021-03-20Change how some psymbol readers access the psymtab storageTom Tromey
2021-03-20Move sym_fns::qf to objfileTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-11-01Change end_psymtab_common to a methodTom Tromey
2020-11-01Remove parameter from end_psymtab_commonTom Tromey
2020-11-01Remove init_psymbol_listTom Tromey
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey
2020-08-28Fix two out-of-date commentsTom Tromey
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth
2020-05-08Speed up psymbol reading by removing a copyTom Tromey
2020-04-18Change get_objfile_arch to a method on objfileTom 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-03-29gdb: remove discard_psymtab functionSimon 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-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-16Use an accessor function for general_symbol_info::languageChristian 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-18[gdb] Fix more typos in commentsTom de Vries
2019-09-19bfd_section_* macrosAlan Modra
2019-09-11Change the type of copy_names from int to boolChristian Biesinger
2019-09-06bfd_get_filenameAlan Modra
2019-08-06Introduce obstack_strndupTom Tromey
2019-08-06Add obstack_strdup overload taking a std::stringTom Tromey