summaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The result of symtab expansion is always a primary symtab.Doug Evans2014-11-181-9/+14
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-3/+3
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify some blockvector APIsTom Tromey2014-06-181-2/+2
* Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz2014-06-071-5/+10
* Remove symbol_matches_domain. This fixesKeith Seitz2014-04-141-10/+5
* start change to progspace independenceTom Tromey2014-02-261-7/+7
* change minsym representationTom Tromey2014-02-261-2/+2
* psymtab cleanup patch 2/3Doug Evans2014-01-141-6/+6
* psymtab cleanup patch 1/3Doug Evans2014-01-141-28/+0
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* put the psymtab filename in the filename bcacheTom Tromey2013-12-061-2/+2
* * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans2013-09-251-2/+3