aboutsummaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey1-4/+3
2018-10-04reformat parameters of gdb/psymtab.c::recursively_search_psymtabsJoel Brobecker1-1/+3
2018-10-04Clean up "Reading symbols" outputTom Tromey1-16/+5
2018-10-04Use filtered printing when reading symbolsTom Tromey1-13/+13
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-96/+33
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey1-22/+26
2018-07-26Introduce partial_symbol::addressTom Tromey1-20/+23
2018-07-26Change representation of psymbol to flush out accessorsTom Tromey1-86/+82
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-3/+1
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-3/+3
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-1/+1
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-2/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-31Avoid indexing std::vector past the endRuslan Kabatsayev1-4/+4
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+82
2017-11-09Simplify the psymbol hash functionTom Tromey1-1/+6
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-1/+3
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-26/+57
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-134/+73
2017-10-09Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves1-5/+3
2017-09-27Constify some functions in psymtab.cTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-08-22Change psymtab_search_name to return a unique_xmalloc_ptrTom Tromey1-20/+12
2017-08-22Change rewrite_source_path to return a unique_xmalloc_ptrTom Tromey1-9/+6
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-10/+4
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-3/+2
2017-07-20Use SYMBOL_MATCHES_SEARCH_NAME some morePedro Alves1-2/+2
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey1-2/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-42/+37
2017-02-15PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior1-2/+2
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-10/+9
2017-01-10Remove make_cleanup_discard_psymtabsTom Tromey1-38/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22New syntax for mt print symbols,msymbols,psymbols.Doug Evans1-43/+143
2016-10-06Remove Java supportTom Tromey1-9/+0
2016-10-05PR symtab/20652 - fix psymbol_compareTom Tromey1-1/+1
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27psymtab.c: Add castsPedro Alves1-2/+3
2015-10-26Print address map in output of "mt print psymbols"Doug Evans1-2/+92
2015-09-25Add some more casts (2/2)Simon Marchi1-10/+11
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-8/+5
2015-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans1-14/+6
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans1-1/+16
2015-08-15objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans1-81/+76
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans1-14/+0
2015-05-27PR symtab/18258Doug Evans1-10/+12