aboutsummaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-27Two minor addrmap cleanupsTom Tromey1-1/+0
2024-02-15Move lookup_name_info creation into basic_lookup_transparent_typeTom Tromey1-4/+6
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-2/+2
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey1-27/+10
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-7/+7
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Remove two quick_symbol_functions methodsTom Tromey1-1/+0
2023-12-06Remove quick_symbol_functions::expand_matching_symbolsTom Tromey1-104/+0
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-08-18Merge psympriv.h into psymtab.hTom Tromey1-7/+7
2023-08-14[gdb] Fix maint print symbols/psymbols help textTom de Vries1-2/+2
2023-03-28Rename "raw" to "unrelocated"Tom Tromey1-2/+2
2023-03-28Use unrelocated_addr in psymbolsTom Tromey1-2/+3
2023-03-28Use unrelocated_addr in partial symbol tablesTom Tromey1-2/+2
2023-03-08Remove OBJF_REORDEREDTom Tromey1-2/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Remove quick_symbol_functions::relocatedTom Tromey1-69/+0
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-07-29gdb: introduce symtab_create_debug_printfSimon Marchi1-7/+7
2022-06-12Remove psymtab_addrmapTom Tromey1-107/+1
2022-06-12Remove addrmap wrapper functionsTom Tromey1-2/+1
2022-05-26gdb: Change psymbol_functions::require_partial_symbols to partial_symbolsLancelot SIX1-20/+17
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCK_{START,END} macrosSimon Marchi1-4/+4
2022-04-11gdb: remove symbol value macrosSimon Marchi1-6/+6
2022-04-04gdb: remove assertion in psymbol_functions::expand_symtabs_matchingSimon Marchi1-6/+3
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-1/+0
2022-03-29Unify gdb printf functionsTom Tromey1-104/+104
2022-03-29Unify gdb puts functionsTom Tromey1-45/+45
2022-02-18Add constructor to bound_minimal_symbolTom Tromey1-1/+1
2022-02-06gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi1-1/+1
2022-02-06gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetabSimon Marchi1-1/+1
2022-01-26Always call the wrap_here methodTom Tromey1-5/+5
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-5/+5
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-18/+12
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-24Remove gdb_print_host_addressTom Tromey1-30/+16
2021-11-29[gdb/symtab] Fix segfault in search_one_symtabTom de Vries1-0/+2
2021-08-10Generalize addrmap dumpingTom Tromey1-51/+5
2021-07-17Introduce find_source_or_rewriteTom Tromey1-19/+2
2021-07-16Document quick_symbol_functions::expand_symtabs_matching invariantTom Tromey1-1/+4
2021-06-25gdb: add new function quick_symbol_functions::has_unexpanded_symbolsAndrew Burgess1-0/+18
2021-06-25Use gdb::function_view in addrmap_foreachTom Tromey1-37/+28
2021-04-27Fix timeout with maint print objfilesLuis Machado1-2/+1