summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-08Add quick_symbol_functions::compute_main_nameTom Tromey
2024-01-02PowerPC and aarch64: Fix reverse stepping failureCarl Love
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen
2023-12-08gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-25gdb: make get_symbol_address a private method of symbolSimon Marchi
2023-10-25gdb: make get_msymbol_address a private method of minimal_symbolSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi
2023-10-05gdb: add program_space parameters to some functions in symtab.cSimon Marchi
2023-09-28gdb: remove one user of the executable changed observerAndrew Burgess
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-07Simplify block_find_symbolTom Tromey
2023-09-06[gdb/symtab] Handle PU in iterate_over_some_symtabsTom de Vries
2023-08-31Add symbol::matches methodTom Tromey
2023-08-31[symtab/27831] Fix OBJF_MAINLINE assertKevin Buettner
2023-06-05Use "unrelocated" terminology in linetable_entryTom Tromey
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey
2023-06-03[gdb/cli] Fix help text of maint set ignore-prologue-end-flagTom de Vries
2023-05-19gdb: safety checks in skip_prologue_using_salAndrew Burgess
2023-05-12Introduce symbol_block_ops::get_block_valueTom Tromey
2023-05-12Bump MAX_SYMBOL_IMPLSTom Tromey
2023-05-12Introduce lookup_minimal_symbol_linkageTom Tromey
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey
2023-05-07Rename objfile::sectionsTom Tromey
2023-04-22gdb: Fix false match issue in skip_prologue_using_linetableWANG Rui
2023-04-21gdb: remove language_autoSimon Marchi
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey
2023-03-31GDB: Add `info main' commandRichard Bunt
2023-03-28Rename "raw" to "unrelocated"Tom Tromey
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey
2023-03-17Fix line table regressionTom Tromey
2023-03-11Constify linetablesTom Tromey
2023-03-11Change linetables to be objfile-independentTom Tromey
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi
2023-03-08Remove OBJF_REORDEREDTom Tromey
2023-02-26Remove expand_symtab_containing_pcTom Tromey
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey
2023-02-19Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey
2023-02-19Convert more block functions to methodsTom Tromey
2023-02-19Convert block_inlined_p to methodTom Tromey
2023-02-19Convert block_gdbarch to methodTom Tromey
2023-02-19Convert block_objfile to methodTom Tromey
2023-02-19Don't allow NULL as an argument to block_global_blockTom Tromey
2023-02-19Don't allow NULL as an argument to block_static_blockTom Tromey
2023-02-10Use std::string in main_infoTom Tromey