aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger1-1/+4
2019-11-13Remove symbol-related static assertsTom Tromey1-13/+0
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-41/+51
2019-11-05Fix ARI warning in symtab.hChristian Biesinger1-2/+2
2019-11-04Add static_asserts for the sizes of space-critical structsChristian Biesinger1-0/+13
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess1-0/+16
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess1-1/+4
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-3/+4
2019-10-29Only make a nullterminated string if we need toChristian Biesinger1-1/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-02Handle copy relocationsTom Tromey1-3/+39
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-1/+3
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger1-21/+21
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-1/+1
2019-09-10Simplify psym_map_matching_symbolsTom Tromey1-0/+10
2019-09-10Change iterate_over_symbols to return boolTom Tromey1-1/+10
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-1/+2
2019-08-06Add file offsets to the source cacheTom Tromey1-10/+0
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-1/+4
2019-07-18Constify main_nameTom Tromey1-5/+2
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-03-24Remove null_block_symbolTom Tromey1-4/+0
2019-03-15Change minimal_symbol inheritanceTom Tromey1-31/+18
2019-02-12Make symtab.c better styled.Philippe Waroquiers1-0/+8
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey1-3/+5
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-3/+10
2019-01-08gdb: Move declarations from symtab.h to source.hAndrew Burgess1-24/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers1-1/+6
2018-10-26Remove DEF_VECs from symtab.hTom Tromey1-6/+0
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-1/+1
2018-08-29Add new search_symbols_multiple APIKeith Seitz1-0/+43
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-1/+1
2018-08-23Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner1-1/+20
2018-08-23Add support for non-contiguous blocks to find_pc_partial_functionKevin Buettner1-4/+36
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-2/+13
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-1/+19
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves1-2/+11
2018-04-26Eliminate find_pc_partial_function_gnu_ifuncPedro Alves1-5/+0
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves1-0/+1
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves1-0/+3
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves1-0/+11
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves1-1/+5
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-0/+25
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-29Handle custom completion match prefix / LCDPedro Alves1-7/+13
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-2/+2
2017-11-17Use an enum to represent subclasses of symbolTom Tromey1-8/+18