summaryrefslogtreecommitdiff
path: root/gdb/machoread.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-10-21Record minimal symbols directly in reader.Tom Tromey
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey
2016-10-21Introduce minimal_symbol_readerTom Tromey
2016-10-12Use std::string in macho_symfile_read_all_osoTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-03-20constify i386-sol2-tdep.c and machoread.cPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-02-26change minsyms not to be relocated at read-timeTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans
2013-09-24Keep objfile original filenameJan Kratochvil
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-07-01add -Wold-style-definitionTom Tromey
2013-06-18[Darwin] Fix cleanup leak in machoread.c:macho_symfile_readJoel Brobecker
2013-06-07Fix formating in copyright headers.Pedro Alves
2013-06-03Revert "fix cleanup handling in macho_symfile_read"Joel Brobecker
2013-05-30fix cleanup handling in macho_symfile_readTom Tromey
2013-05-06 * somread.c (som_symfile_offsets): Add 'const' to addrs.Tom Tromey
2013-04-08 * coffread.c (record_minimal_symbol): Update.Tom Tromey
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey
2013-03-21 * symfile.c (alloc_section_addr_info): Update header. Don't setTom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-15Fix NULL objfile's section_offsets dereference during symbol load.Joel Brobecker
2012-08-22 * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey
2012-08-02gdb/Yao Qi
2012-07-262012-07-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-07-23 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey
2012-07-18 * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-03-14Fix -Wmissing-prototypes build warnings on Darwin.Joel Brobecker
2012-02-162012-02-16 Josh Matthews <josh@joshmatthews.net>Tristan Gingold
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-12-072011-12-07 Tristan Gingold <gingold@adacore.com>Tristan Gingold