aboutsummaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-15Make info fun|var|types interruptable for psyms.Doug Evans1-0/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-12/+12
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-1/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12Give quick_symbol_functions "methods" a consistent naming scheme.Doug Evans1-57/+96
2014-11-21psymtab.c (psymtab_search_name): Fix whitespace.Doug Evans1-6/+6
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-32/+36
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-3/+3
2014-11-18The result of symtab expansion is always a primary symtab.Doug Evans1-9/+14
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans1-3/+3
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-18constify some blockvector APIsTom Tromey1-2/+2
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-5/+10
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-10/+5
2014-02-26start change to progspace independenceTom Tromey1-7/+7
2014-02-26change minsym representationTom Tromey1-2/+2
2014-01-14psymtab cleanup patch 2/3Doug Evans1-6/+6
2014-01-14psymtab cleanup patch 1/3Doug Evans1-28/+0
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06put the psymtab filename in the filename bcacheTom Tromey1-2/+2
2013-09-25 * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans1-2/+3
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-5/+5
2013-08-07remove unused qf methodTom Tromey1-14/+0
2013-05-17 * NEWS: Mention new maintenance commands check-symtabs, andDoug Evans1-19/+26
2013-05-08 * psymtab.c (expand_symtabs_matching_via_partial): Fix file nameDoug Evans1-5/+11
2013-05-06 * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans1-2/+2
2013-04-08 PR symtab/8424:Tom Tromey1-5/+9
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey1-5/+5
2013-04-03 * psymtab.c (read_psymtabs_with_fullname): Don't callDoug Evans1-1/+5
2013-03-20 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)Tom Tromey1-8/+8
2013-03-14gdb/Jan Kratochvil1-0/+3
2013-02-03gdb/Jan Kratochvil1-20/+35
2013-02-03gdb/Jan Kratochvil1-1/+8
2013-02-03gdb/Jan Kratochvil1-3/+3
2013-02-03gdb/Jan Kratochvil1-5/+4
2013-02-03gdb/Jan Kratochvil1-27/+5
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey1-2/+2
2013-01-18gdb/Yao Qi1-1/+1