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