summaryrefslogtreecommitdiff
path: root/gdb/symfile-debug.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-191-1/+1
* Remove ALL_PSPACESTom Tromey2020-05-081-3/+1
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-1/+1
* [gdb] Use partial symbol table to find language for mainTom de Vries2020-04-021-0/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-101-6/+3
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-101-12/+9
* Change lookup_symbol's block_index parameter type to block_enumSimon Marchi2019-09-071-2/+2
* Convert probes to type-safe registry APITom Tromey2019-05-081-2/+2
* Convert symfile-debug.c to type-safe registry APITom Tromey2019-05-081-69/+33
* More block constificationTom Tromey2019-03-241-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-14/+13
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-18/+0
* Convert observers to C++Tom Tromey2018-03-191-1/+1
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Handle dereferencing Rust trait objectsTom Tromey2017-11-171-0/+28
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-2/+4
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-4/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-24/+18
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-2/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-49/+74
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-1/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New parameter "debug symbol-lookup".Doug Evans2014-12-171-32/+24
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-17/+23
* change probes to be program-space-independentTom Tromey2014-03-031-19/+0
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* Reformat symfile-debug.c::debug_qf_expand_symtabs_matching parameters.Joel Brobecker2014-02-111-5/+5
* Fix compile errorGary Benson2014-02-101-2/+2
* Update debug_qf_expand_symtabs_matching to use typedefs.Gary Benson2014-02-101-3/+2
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove some sym_probe_fns methodsTom Tromey2013-12-061-80/+0
* New option "set debug symfile on".Doug Evans2013-09-251-0/+773