aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson1-2/+0
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-8/+10
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-2/+2
2015-02-10Rename new_symfile_objfile, make static.Doug Evans1-2/+0
2015-02-06Move clear_symtab_users, deduce_language_from_filename decls to better place.Doug Evans1-0/+4
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-0/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-18A few comment cleanupsSimon Marchi1-5/+5
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-16/+20
2014-10-26Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans1-2/+2
2014-03-31New option "set print symbol-loading".Doug Evans1-0/+2
2014-03-03change probes to be program-space-independentTom Tromey1-5/+0
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-01-14psymtab cleanup patch 3/3Doug Evans1-4/+5
2014-01-14psymtab cleanup patch 2/3Doug Evans1-5/+17
2014-01-14psymtab cleanup patch 1/3Doug Evans1-0/+6
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06remove some sym_probe_fns methodsTom Tromey1-34/+0
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans1-7/+1
2013-09-25 * symfile.h (struct sym_fns): Add "objfile" argument toDoug Evans1-1/+1
2013-09-25 * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans1-2/+3
2013-09-24Keep objfile original filenameJan Kratochvil1-2/+3
2013-09-19Mostly code cleanup: Constification.Jan Kratochvil1-3/+3
2013-08-07remove unused qf methodTom Tromey1-5/+0
2013-07-242013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+8
2013-05-09 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.Doug Evans1-5/+1
2013-05-06 * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans1-9/+9
2013-04-12 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: NowTom Tromey1-1/+1
2013-02-03gdb/Jan Kratochvil1-1/+3
2013-02-03gdb/Jan Kratochvil1-5/+6
2013-02-03gdb/Jan Kratochvil1-3/+4
2013-02-03gdb/Jan Kratochvil1-3/+2
2013-01-21 * gdb_obstack.h (obconcat): Move declaration here, from...Tom Tromey1-7/+0
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey1-6/+0
2013-01-09 * symfile.h (quick_symbol_functions): Delete memberDoug Evans1-10/+0
2013-01-02 * symfile.h (struct ecoff_debug_hack): Remove.Tom Tromey1-7/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-24gdb/Jan Kratochvil1-1/+2
2012-11-262012-11-26 Alexander Larsson <alexl@redhat.com>Tom Tromey1-0/+4
2012-07-23 * symfile.c (separate_debug_file_exists): Update.Tom Tromey1-1/+1
2012-07-20 * NEWS: Document new options "set/show use-deprecated-index-sections",Doug Evans1-3/+0
2012-07-18 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.Doug Evans1-1/+1
2012-07-182012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-6/+3
2012-05-24gdb/Jan Kratochvil1-1/+3
2012-04-28 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFissionDoug Evans1-0/+1
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+56
2012-03-16gdb:Gary Benson1-0/+3
2012-01-26Remove language param from name_matcher in struct quick_symbol_functionsJoel Brobecker1-3/+3
2012-01-26Ada: allow unqualified function names in linespecsJoel Brobecker1-5/+3
2012-01-16gdbTom Tromey1-1/+1