summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-30gdb: fix warnings about invalid [[fallthrough]] usageSimon Marchi
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six
2023-09-20Remove explanatory comments from includesTom Tromey
2023-08-23gdb: fix up a few places where a char was treated as a boolAndrew Burgess
2023-08-23gdb: bfd_get_symbol_leading_char vs. ""Alan Modra
2023-08-18Merge psympriv.h into psymtab.hTom Tromey
2023-08-11gdb: warn unused result for bfd IO functionsAlan Modra
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra
2023-06-03[gdb] Fix typosTom de Vries
2023-04-05gdb: Fix reading of partial symtabs in dbxread.cThiago Jung Bauermann
2023-03-28Rename "raw" to "unrelocated"Tom Tromey
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey
2023-03-28Use unrelocated_addr in psymbolsTom Tromey
2023-03-28Use unrelocated_addr in partial symbol tablesTom Tromey
2023-03-17Fix line table regressionTom Tromey
2023-03-11Change linetables to be objfile-independentTom Tromey
2023-02-19Convert more block functions to methodsTom Tromey
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey
2023-02-08Set section indices when symbols are madeTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-01Add name canonicalization for CTom Tromey
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
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