aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-17Make template_symbol derive from symbolTom Tromey1-8/+3
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+19
2017-11-15Include <array> to declare std::array<>.John Baldwin1-0/+1
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves1-0/+20
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves1-1/+0
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-1/+14
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-17/+283
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+5
2017-10-08Change search_symbols to return std::vectorTom Tromey1-9/+36
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-0/+1