aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+0
2024-04-24Handle two-linetable function in find_epilogue_using_linetableBernd Edlinger1-2/+9
2024-04-24Fix an out of bounds array access in find_epilogue_using_linetableBernd Edlinger1-10/+84
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-18gdbsupport: constify some return values in print-utils.{h,cc}Simon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-19Speed up lookup of "type_specific_data"Tom Tromey1-10/+12
2024-02-15Move lookup_name_info creation into basic_lookup_transparent_typeTom Tromey1-19/+24
2024-02-08gdb: Fix building with clangJens Remus1-2/+2
2024-02-01Rename SEARCH_ALLTom Tromey1-1/+1
2024-01-29gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.defLancelot SIX1-8/+8
2024-01-28Only search for "main" as a functionTom Tromey1-1/+2
2024-01-28Use the new symbol domainsTom Tromey1-71/+33
2024-01-28Remove old symbol_matches_domainTom Tromey1-20/+0
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-73/+65
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey1-4/+3
2024-01-28Introduce "scripting" domainsTom Tromey1-0/+42
2024-01-28Remove a check of VAR_DOMAINTom Tromey1-1/+0
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-62/+68
2024-01-28Add domain_search_flagsTom Tromey1-0/+50
2024-01-28Use a .def file for domain_enumTom Tromey1-6/+4
2024-01-28Split up a big 'if' in symtab.cTom Tromey1-33/+50
2024-01-28Simplify symbol_to_info_stringTom Tromey1-26/+18
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Add quick_symbol_functions::compute_main_nameTom Tromey1-0/+2
2024-01-02PowerPC and aarch64: Fix reverse stepping failureCarl Love1-0/+50
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen1-0/+41
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