aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-20gdb: move call site types to call-site.hSimon Marchi1-0/+1
2023-01-05gdbsupport: add gdb::string_view_hashSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-14gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXITAndrew Burgess1-0/+4
2022-12-14gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess1-165/+92
2022-11-18gdb: fix symtab.c build on 32 bit targetsSimon Marchi1-4/+4
2022-10-28Convert compunit_language to a methodTom Tromey1-4/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-18gdb, symtab: inline find_quick_global_symbol_languageMarkus Metzger1-24/+19
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-1/+1
2022-07-28Rewrite registry.hTom Tromey1-2/+2
2022-06-12Remove addrmap wrapper functionsTom Tromey1-1/+1
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-52/+9
2022-04-27gdb: remove BLOCKVECTOR_MAP macroSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-12/+11