summaryrefslogtreecommitdiff
path: root/gdb/machoread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Use class to manage BFD reference countsTom Tromey2017-01-101-48/+28
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-3/+4
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-8/+10
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+2
* Introduce minimal_symbol_readerTom Tromey2016-10-211-3/+2
* Use std::string in macho_symfile_read_all_osoTom Tromey2016-10-121-13/+7
* remove trivialy unused variablesTrevor Saunders2016-05-071-8/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* constify i386-sol2-tdep.c and machoread.cPedro Alves2015-03-201-1/+1
* New common function "startswith"Gary Benson2015-03-061-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-13/+0
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans2013-09-251-3/+1
* Keep objfile original filenameJan Kratochvil2013-09-241-8/+18
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-7/+8
* add -Wold-style-definitionTom Tromey2013-07-011-1/+1
* [Darwin] Fix cleanup leak in machoread.c:macho_symfile_readJoel Brobecker2013-06-181-26/+24
* Fix formating in copyright headers.Pedro Alves2013-06-071-2/+1
* Revert "fix cleanup handling in macho_symfile_read"Joel Brobecker2013-06-031-2/+2
* fix cleanup handling in macho_symfile_readTom Tromey2013-05-301-2/+2
* * somread.c (som_symfile_offsets): Add 'const' to addrs.Tom Tromey2013-05-061-1/+1
* * coffread.c (record_minimal_symbol): Update.Tom Tromey2013-04-081-1/+1
* * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey2013-04-081-4/+6
* * symfile.c (alloc_section_addr_info): Update header. Don't setTom Tromey2013-03-211-3/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Fix NULL objfile's section_offsets dereference during symbol load.Joel Brobecker2012-12-151-1/+0
* * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey2012-08-221-2/+2
* gdb/Yao Qi2012-08-021-7/+7
* 2012-07-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-07-261-0/+1
* * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey2012-07-231-0/+6
* * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey2012-07-231-19/+6
* * bfd-target.c (target_bfd_reopen): Update.Tom Tromey2012-07-231-8/+11
* * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey2012-07-181-9/+12
* * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey2012-07-181-15/+17
* Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra2012-05-051-3/+3
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-04-271-0/+1
* Fix -Wmissing-prototypes build warnings on Darwin.Joel Brobecker2012-03-141-0/+3
* 2012-02-16 Josh Matthews <josh@joshmatthews.net>Tristan Gingold2012-02-161-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-12-07 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-12-071-1/+8
* 2011-11-24 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-11-241-281/+464