summaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
Commit message (Expand)AuthorAgeFilesLines
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-3/+1
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-3/+3
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-1/+1
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Avoid indexing std::vector past the endRuslan Kabatsayev2017-12-311-4/+4
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Handle dereferencing Rust trait objectsTom Tromey2017-11-171-0/+82
* Simplify the psymbol hash functionTom Tromey2017-11-091-1/+6
* lookup_name_info::make_ignore_paramsPedro Alves2017-11-081-1/+3
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-26/+57
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-134/+73
* Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves2017-10-091-5/+3
* Constify some functions in psymtab.cTom Tromey2017-09-271-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Change psymtab_search_name to return a unique_xmalloc_ptrTom Tromey2017-08-221-20/+12
* Change rewrite_source_path to return a unique_xmalloc_ptrTom Tromey2017-08-221-9/+6
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-10/+4
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-3/+2
* Use SYMBOL_MATCHES_SEARCH_NAME some morePedro Alves2017-07-201-2/+2
* Change increment_reading_symtab to return a scoped_restoreTom Tromey2017-04-121-2/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-42/+37
* PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior2017-02-151-2/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-10/+9
* Remove make_cleanup_discard_psymtabsTom Tromey2017-01-101-38/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* New syntax for mt print symbols,msymbols,psymbols.Doug Evans2016-12-221-43/+143
* Remove Java supportTom Tromey2016-10-061-9/+0
* PR symtab/20652 - fix psymbol_compareTom Tromey2016-10-051-1/+1
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-1/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* psymtab.c: Add castsPedro Alves2015-10-271-2/+3
* Print address map in output of "mt print psymbols"Doug Evans2015-10-261-2/+92
* Add some more casts (2/2)Simon Marchi2015-09-251-10/+11
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-8/+5
* psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans2015-08-151-14/+6
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-1/+16
* objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans2015-08-151-81/+76
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-14/+0
* PR symtab/18258Doug Evans2015-05-271-10/+12
* Make info fun|var|types interruptable for psyms.Doug Evans2015-04-151-0/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-12/+12
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-1/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Give quick_symbol_functions "methods" a consistent naming scheme.Doug Evans2014-12-121-57/+96
* psymtab.c (psymtab_search_name): Fix whitespace.Doug Evans2014-11-211-6/+6
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-32/+36
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-3/+3