[gdb/testsuite] Fix info-var.exp for debug info from other files
[external/binutils.git] / gdb / machoread.c
2019-07-09 Tom TromeyRename common to gdbsupport
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-08-23 Xavier RoirandDarwin: fix bad loop incrementation
2018-07-20 Tom TromeyDo not use buildsym.h in some files
2018-06-27 Tom TromeyFix crash in machoread.c
2018-05-23 Tom TromeyRemove symfile_complaints
2018-03-23 Tom TromeyChange machoread.c to use std::vector
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-03-13 Tom TromeyRemove two cleanups using std::string
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
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-10-13 Tom TromeyUse std::string in macho_symfile_read_all_oso
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 casts to memory allocation related calls
2015-03-20 Pedro Alvesconstify i386-sol2-tdep.c and machoread.c
2015-03-06 Gary BensonNew common function "startswith"
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
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-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-09-25 Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-24 Jan KratochvilKeep objfile original filename
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-07-01 Tom Tromeyadd -Wold-style-definition
2013-06-18 Joel Brobecker[Darwin] Fix cleanup leak in machoread.c:macho_symfile_read
2013-06-07 Pedro AlvesFix formating in copyright headers.
2013-06-03 Joel BrobeckerRevert "fix cleanup handling in macho_symfile_read"
2013-05-30 Tom Tromeyfix cleanup handling in macho_symfile_read
2013-05-06 Tom Tromey * somread.c (som_symfile_offsets): Add 'const' to...
2013-04-08 Tom Tromey * coffread.c (record_minimal_symbol): Update.
2013-04-08 Tom Tromey * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2013-03-21 Tom Tromey * symfile.c (alloc_section_addr_info): Update header...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-15 Joel BrobeckerFix NULL objfile's section_offsets dereference during...
2012-08-22 Tom Tromey * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2012-08-02 Yao Qigdb/
2012-07-26 Tristan Gingold2012-07-26 Tristan Gingold <gingold@adacore.com>
2012-07-23 Tom Tromey * coffread.c (coff_symfile_read): Make a cleanup for...
2012-07-23 Tom Tromey * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd...
2012-07-23 Tom Tromey * bfd-target.c (target_bfd_reopen): Update.
2012-07-18 Tom Tromey * symfile.c (symfile_bfd_open): Don't copy name. ...
2012-07-18 Tom Tromey * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2012-05-05 Alan ModraReplace all uses of bfd_abs_section, bfd_com_section...
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-03-14 Joel BrobeckerFix -Wmissing-prototypes build warnings on Darwin.
2012-02-16 Tristan Gingold2012-02-16 Josh Matthews <josh@joshmatthews.net>
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-07 Tristan Gingold2011-12-07 Tristan Gingold <gingold@adacore.com>
2011-11-24 Tristan Gingold2011-11-24 Tristan Gingold <gingold@adacore.com>
2011-07-01 Joel Brobeckerremove comment in machoread.c (macho_symfile_read)
2011-07-01 Joel Brobecker[mach-o] get rid of current_oso global
2011-05-26 Tristan Gingold2011-05-26 Tristan Gingold <gingold@adacore.com>
2011-04-17 Jan Kratochvilbfd/
2011-03-07 Tom Tromey * xcoffread.c (xcoff_sym_fns): Update.
2011-01-09 Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-09-30 Tom Tromey * symfile.h (struct sym_fns) <next>: Remove.
2010-03-10 Tom Tromeygdb
2010-02-09 Tristan Gingold2010-02-09 Tristan Gingold <gingold@adacore.com>
2010-02-04 Tristan Gingold2010-02-04 Tristan Gingold <gingold@adacore.com>
2010-02-03 Tristan Gingold2010-02-03 Tristan Gingold <gingold@adacore.com>
2010-01-14 Tristan Gingold2009-01-14 Tristan Gingold <gingold@adacore.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-12-15 Tristan Gingold2009-12-15 Tristan Gingold <gingold@adacore.com>
2009-12-15 Tristan Gingold2009-12-15 Tristan Gingold <gingold@adacore.com>
2009-12-15 Tristan Gingold2009-12-15 Tristan Gingold <gingold@adacore.com>
2009-12-09 Tristan Gingold2009-12-03 Tristan Gingold <gingold@adacore.com>
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-03 Tristan Gingold2009-12-03 Tristan Gingold <gingold@adacore.com>
2009-12-02 Tristan Gingold2009-12-02 Tristan Gingold <gingold@adacore.com>
2009-11-18 Tristan Gingold2009-11-18 Tristan Gingold <gingold@adacore.com>
2009-10-13 Tristan Gingold2009-10-13 Tristan Gingold <gingold@adacore.com>
2009-06-19 Tristan Gingold2009-06-19 Tristan Gingold <gingold@adacore.com>
2009-06-16 Paul Pluzhnikov2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-02-04 Tristan Gingold2009-02-04 Tristan Gingold <gingold@adacore.com>
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-11-27 Tristan Gingoldgdb: