aboutsummaryrefslogtreecommitdiff
path: root/gdb/machoread.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Do not use buildsym.h in some filesTom Tromey1-1/+0
2018-06-27Fix crash in machoread.cTom Tromey1-2/+4
2018-05-23Remove symfile_complaintsTom Tromey1-16/+10
2018-03-23Change machoread.c to use std::vectorTom Tromey1-56/+37
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-4/+4
2018-03-13Remove two cleanups using std::stringTom Tromey1-7/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-01-10Use class to manage BFD reference countsTom Tromey1-48/+28
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-3/+4
2016-10-21Record minimal symbols directly in reader.Tom Tromey1-8/+10
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey1-2/+2
2016-10-21Introduce minimal_symbol_readerTom Tromey1-3/+2
2016-10-12Use std::string in macho_symfile_read_all_osoTom Tromey1-13/+7
2016-05-07remove trivialy unused variablesTrevor Saunders1-8/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-03-20constify i386-sol2-tdep.c and machoread.cPedro Alves1-1/+1
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-02-26change minsyms not to be relocated at read-timeTom Tromey1-13/+0
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans1-3/+1
2013-09-24Keep objfile original filenameJan Kratochvil1-8/+18
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-7/+8
2013-07-01add -Wold-style-definitionTom Tromey1-1/+1
2013-06-18[Darwin] Fix cleanup leak in machoread.c:macho_symfile_readJoel Brobecker1-26/+24
2013-06-07Fix formating in copyright headers.Pedro Alves1-2/+1
2013-06-03Revert "fix cleanup handling in macho_symfile_read"Joel Brobecker1-2/+2
2013-05-30fix cleanup handling in macho_symfile_readTom Tromey1-2/+2
2013-05-06 * somread.c (som_symfile_offsets): Add 'const' to addrs.Tom Tromey1-1/+1
2013-04-08 * coffread.c (record_minimal_symbol): Update.Tom Tromey1-1/+1
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey1-4/+6
2013-03-21 * symfile.c (alloc_section_addr_info): Update header. Don't setTom Tromey1-3/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-15Fix NULL objfile's section_offsets dereference during symbol load.Joel Brobecker1-1/+0
2012-08-22 * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey1-2/+2
2012-08-02gdb/Yao Qi1-7/+7
2012-07-262012-07-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+1
2012-07-23 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey1-0/+6
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-19/+6
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-8/+11
2012-07-18 * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey1-9/+12
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-15/+17