aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22gdb: Improve output from "info types" commadAndrew Burgess1-13/+21
2019-07-22gdb: Switch "info types" over to use the gdb::options frameworkAndrew Burgess1-4/+59
2019-07-21Use block_enum instead of int for better typesafetyChristian Biesinger1-4/+8
2019-07-18Constify main_nameTom Tromey1-2/+4
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess1-6/+13
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess1-30/+14
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-09gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess1-8/+13
2019-06-10[gdb/symtab] Fix symbol loading performance regressionTom de Vries1-6/+9
2019-05-08Convert symbol_cache to type-safe registry APITom Tromey1-54/+21
2019-05-08Convert main_info to type-safe registry APITom Tromey1-29/+15
2019-05-03Remove "struct" from foreach statementsTom Tromey1-2/+2
2019-04-10Introduce a separate debug objfile iteratorTom Tromey1-9/+3
2019-03-24Remove null_block_symbolTom Tromey1-19/+16
2019-03-24More block constificationTom Tromey1-4/+4
2019-03-15Use htab_up for demangled hashTom Tromey1-3/+3
2019-02-20Fix typos in symtab_symbol_infoTom Tromey1-2/+2
2019-02-12Make symtab.c better styled.Philippe Waroquiers1-16/+39
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-3/+3
2019-01-17Add compunits range adapter to objfileTom Tromey1-9/+9
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-23/+23
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-12Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections.Philippe Waroquiers1-1/+1
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey1-2/+1
2019-01-10Change create_demangled_names_hash to take an objfile_per_bfd_storageTom Tromey1-3/+3
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey1-58/+73
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-14/+8
2019-01-09Remove ALL_COMPUNITSTom Tromey1-118/+125
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-12/+2
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-110/+127
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-107/+103
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-20Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language.Philippe Waroquiers1-7/+5
2018-11-20Fix regression 'info variables' does not show minimal symbols.Philippe Waroquiers1-9/+8
2018-11-09[gdb/symtab] Fix language of duplicate static minimal symbolTom de Vries1-7/+7
2018-11-02QUIET flag initialization missing in 2 places.Philippe Waroquiers1-1/+1
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers1-28/+163
2018-10-04Simple -Wshadow=local fixesTom Tromey1-5/+5
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-1/+3
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-6/+6
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-7/+25
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-3/+4
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-3/+14
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves1-20/+25
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves1-0/+32
2018-04-17Don't print symbol declaration's line number in rbreak outputAndreas Arnez1-16/+19
2018-04-13Show line numbers in output for "info var/func/type"Andreas Arnez1-0/+5