aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen1-2/+8
2023-11-29Remove gdb_static_assertTom Tromey1-1/+1
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-7/+7
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-12/+12
2023-10-25gdb: make get_symbol_address a private method of symbolSimon Marchi1-5/+5
2023-10-25gdb: make get_msymbol_address a private method of minimal_symbolSimon Marchi1-6/+6
2023-10-10gdb: remove target_gdbarchSimon Marchi1-3/+3
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-6/+13
2023-10-05gdb: add program_space parameters to some functions in symtab.cSimon Marchi1-18/+21
2023-09-28gdb: remove one user of the executable changed observerAndrew Burgess1-11/+7
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-09-07Simplify block_find_symbolTom Tromey1-6/+7
2023-09-06[gdb/symtab] Handle PU in iterate_over_some_symtabsTom de Vries1-0/+4
2023-08-31Add symbol::matches methodTom Tromey1-3/+2
2023-08-31[symtab/27831] Fix OBJF_MAINLINE assertKevin Buettner1-2/+12
2023-06-05Use "unrelocated" terminology in linetable_entryTom Tromey1-7/+10
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey1-2/+3
2023-06-03[gdb/cli] Fix help text of maint set ignore-prologue-end-flagTom de Vries1-1/+1
2023-05-19gdb: safety checks in skip_prologue_using_salAndrew Burgess1-3/+5
2023-05-12Introduce symbol_block_ops::get_block_valueTom Tromey1-1/+2
2023-05-12Bump MAX_SYMBOL_IMPLSTom Tromey1-1/+1
2023-05-12Introduce lookup_minimal_symbol_linkageTom Tromey1-23/+8
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-3/+1
2023-05-07Rename objfile::sectionsTom Tromey1-2/+2
2023-04-22gdb: Fix false match issue in skip_prologue_using_linetableWANG Rui1-1/+1
2023-04-21gdb: remove language_autoSimon Marchi1-5/+2
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey1-0/+13
2023-03-31GDB: Add `info main' commandRichard Bunt1-0/+11
2023-03-28Rename "raw" to "unrelocated"Tom Tromey1-1/+1
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-1/+1
2023-03-17Fix line table regressionTom Tromey1-11/+16
2023-03-11Constify linetablesTom Tromey1-20/+20
2023-03-11Change linetables to be objfile-independentTom Tromey1-21/+43
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-15/+15
2023-03-08Remove OBJF_REORDEREDTom Tromey1-12/+5
2023-02-26Remove expand_symtab_containing_pcTom Tromey1-23/+0
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey1-20/+14
2023-02-19Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey1-4/+1
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey1-5/+5
2023-02-19Convert more block functions to methodsTom Tromey1-1/+1
2023-02-19Convert block_inlined_p to methodTom Tromey1-4/+4
2023-02-19Convert block_gdbarch to methodTom Tromey1-1/+1
2023-02-19Convert block_objfile to methodTom Tromey1-5/+5
2023-02-19Don't allow NULL as an argument to block_global_blockTom Tromey1-2/+3
2023-02-19Don't allow NULL as an argument to block_static_blockTom Tromey1-4/+9
2023-02-10Use std::string in main_infoTom Tromey1-15/+7
2023-02-08Merge fixup_section and fixup_symbol_sectionTom Tromey1-68/+39
2023-02-08Remove most calls to fixup_symbol_sectionTom Tromey1-7/+1
2023-02-08Remove compunit_symtab::m_block_line_sectionTom Tromey1-2/+1
2023-02-08Use default section indexes in fixup_symbol_sectionTom Tromey1-5/+17