aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix ARI warning in symtab.hChristian Biesinger2019-11-051-2/+2
* Add static_asserts for the sizes of space-critical structsChristian Biesinger2019-11-041-0/+13
* gdb: Add new commands to list module variables and functionsAndrew Burgess2019-10-311-0/+16
* gdb/fortran: Add new 'info modules' commandAndrew Burgess2019-10-311-1/+4
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-3/+4
* Only make a nullterminated string if we need toChristian Biesinger2019-10-291-1/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Handle copy relocationsTom Tromey2019-10-021-3/+39
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-1/+3
* Convert symtab.h function signatures to use bool instead of intChristian Biesinger2019-09-261-21/+21
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-1/+1
* Simplify psym_map_matching_symbolsTom Tromey2019-09-101-0/+10
* Change iterate_over_symbols to return boolTom Tromey2019-09-101-1/+10
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-271-1/+2
* Add file offsets to the source cacheTom Tromey2019-08-061-10/+0
* Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger2019-07-241-1/+4
* Constify main_nameTom Tromey2019-07-181-5/+2
* Rename common to gdbsupportTom Tromey2019-07-091-5/+5
* Remove null_block_symbolTom Tromey2019-03-241-4/+0
* Change minimal_symbol inheritanceTom Tromey2019-03-151-31/+18
* Make symtab.c better styled.Philippe Waroquiers2019-02-121-0/+8
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey2019-01-101-3/+5
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-3/+10
* gdb: Move declarations from symtab.h to source.hAndrew Burgess2019-01-081-24/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers2018-10-271-1/+6
* Remove DEF_VECs from symtab.hTom Tromey2018-10-261-6/+0
* compile: Remove non-const reference parametersSimon Marchi2018-09-061-1/+1
* Add new search_symbols_multiple APIKeith Seitz2018-08-291-0/+43
* Use block_symbol in linespec APIsKeith Seitz2018-08-291-1/+1
* Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner2018-08-231-1/+20
* Add support for non-contiguous blocks to find_pc_partial_functionKevin Buettner2018-08-231-4/+36
* "break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves2018-06-291-2/+13
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-1/+19
* Factor out minsym_found/find_function_start_sal overloadPedro Alves2018-04-261-2/+11
* Eliminate find_pc_partial_function_gnu_ifuncPedro Alves2018-04-261-5/+0
* Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves2018-04-261-0/+1
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-0/+3
* Calling ifunc functions when target has no debug info but resolver hasPedro Alves2018-04-261-0/+11
* Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves2018-01-101-1/+5
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-0/+25
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Handle custom completion match prefix / LCDPedro Alves2017-11-291-7/+13
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-2/+2
* Use an enum to represent subclasses of symbolTom Tromey2017-11-171-8/+18
* Make template_symbol derive from symbolTom Tromey2017-11-171-8/+3
* Handle dereferencing Rust trait objectsTom Tromey2017-11-171-0/+19
* Include <array> to declare std::array<>.John Baldwin2017-11-151-0/+1