-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / dbxread.c
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-09  Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21  Tom TromeyRecord minimal symbols directly in reader.
2016-10-21  Tom TromeyChange minimal_symbol_reader to store objfile
2016-10-21  Tom TromeyIntroduce minimal_symbol_reader
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-04  Andrew Burgessgdb: Remove casts of NULL during assignment.
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-16  Doug Evanspsymtab.c (add_psymbol_to_bcache): Remove "val" arg.
2015-08-15  Doug EvansAdd end_psymtab_common, have all debug info readers...
2015-06-19  Doug EvansRemove special support in gdb for Sun's version of...
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug Evansbuildsym API cleanup
2014-10-03  Pierre Muller[RFA] Stabs: Ignore N_BNSYM/N_ENSYM entry types
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-02-26  Tom Tromeychange minsyms not to be relocated at read-time
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-20  Tom Tromeyminor cleanup in dbxread.c
2014-01-15  Tom Tromeymove the "main" data into the per-BFD object
2014-01-15  Tom Tromeymake language_of_main static
2014-01-07  Honggyu KimRemove duplicated #include's from GDB
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-16  Tom Tromey * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove...
2013-09-25  Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-20  Doug Evans * buildsym.c (subfile_stack): Move here from buildsym.h.
2013-08-20  Tom Tromey * dbxread.c (record_minimal_symbol): Make 'name' argum...
2013-05-30  Tom Tromeyfix dbxread.c
2013-05-06  Doug Evans * dbxread.c (process_one_symbol): Constify section_off...
2013-04-08  Tom Tromey * coffread.c (record_minimal_symbol): Update.
2013-03-13  Pedro AlvesFix completer.c FIXME, and invalid pointer to pointer...
2013-01-25  Tom Tromey * cp-namespace.c (cp_set_block_scope): Remove.
2013-01-21  Tom Tromey * symfile.h (obsavestring): Don't declare.
2013-01-21  Tom Tromey * buildsym.c (patch_subfile_names): Use set_last_sourc...
2013-01-18  Yao Qigdb/
2013-01-14  Yao Qigdb/
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Tom Tromey * dbxread.c (read_dbx_symtab): Update.
2012-12-12  Tom Tromey * coffread.c (coff_symfile_init): Use set_objfile_data.
2012-11-21  Yao Qigdb/
2012-04-27  Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-02-07  Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2012-01-02  Joel BrobeckerUpdate the copyright header of various files...
2011-06-27  Tom Tromey * valops.c (find_overload_match): Call do_cleanups...
2011-06-14  Tom Tromey * coffread.c (coffread_objfile): Rename from current_o...
2011-06-14  Tom Tromey * symtab.h (current_objfile): Don't declare.
2011-03-23  Kai Tietz2011-03-23 Kai Tietz <ktietz@redhat.com>
2011-03-17  Joel Brobeckerdelete target_ops.to_lookup_symbol
2011-03-15  Michael Snyder2011-03-04 Michael Snyder <msnyder@msnyder-server...
2011-03-07  Tom Tromey * xcoffread.c (xcoff_sym_fns): Update.
2011-02-28  Michael Snyder2011-02-28 Michael Snyder <msnyder@vmware.com>
2011-02-28  Michael Snyder2011-02-28 Michael Snyder <msnyder@vmware.com>
2011-02-26  Michael Snyder2011-02-25 Michael Snyder <msnyder@vmware.com>
2011-01-07  Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2010-10-01  Tom Tromey * symfile.h (allocate_symtab): Update.
2010-09-30  Tom Tromey * symfile.h (struct sym_fns) <next>: Remove.
2010-05-14  Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-03-10  Tom Tromey * xcoffread.c (xcoff_start_psymtab): Update.
2010-03-10  Tom Tromeygdb
2010-02-03  Tristan Gingold2010-02-03 Tristan Gingold <gingold@adacore.com>
2010-01-19  Joel BrobeckerDelete free_named_symtabs and associated cleanup.
2009-12-07  Tristan Gingold2009-12-07 Tristan Gingold <gingold@adacore.com>
2009-12-07  Tristan Gingold2009-12-07 Tristan Gingold <gingold@adacore.com>
2009-12-02  Tristan Gingold2009-12-02 Tristan Gingold <gingold@adacore.com>
2009-11-17  Jan Kratochvil * dbxread.c (set_namestring): Remove cast to unsigned...
2009-11-16  Tom Tromey * xcoffread.c (scan_xcoff_symtab): Update.
2009-11-11  Michael Snyder2009-11-11 Michael Snyder <msnyder@vmware.com>
2009-07-29  Paul Pluzhnikov2009-07-29 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-06-29  Pedro Alves * dbxread.c (read_dbx_symtab): Clear has_line_numbers...
2009-06-17  Ulrich Weigand * buildsym.c (record_line): Remove call to gdbarch_add...
2009-05-23  Jan Kratochvilgdb/
2009-05-02  Eli Zaretskii * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
2009-03-31  Tom Tromeygdb
2008-12-16  Paul Pluzhnikov2008-12-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2008-10-01  Tom Tromey * xcoffread.c (RECORD_MINIMAL_SYMBOL): Update.
2008-08-21  Daniel Jacobowitz * buildsym.c (add_symbol_to_list): Do not call
2008-05-15  Alan Modra * dbxread.c: Formatting.
2008-03-26  Ulrich Weigand * objfiles.h (struct objfile): New GDBARCH member.
2008-01-28  Doug Evans * dbxread.c (read_dbx_symtab): Reformat comments to...
2008-01-28  Doug Evans * dbxread.c (read_dbx_symtab): Fix indentation.
2008-01-16  Markus Deuling * dbxread.c (repeated_header_complaint, dbx_symfile_init)
2008-01-08  Doug Evans * dbxread.c (read_dbx_symtab): Fix indentation.
2007-10-19  Ulrich Weigand * gdbarch.sh (sofun_address_maybe_missing): New gdbarc...
next
This page took 1.210001 seconds and 107 git commands to generate.