summaryrefslogtreecommitdiff
path: root/gdb/machoread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-3/+2
* Rename objfile::sectionsTom Tromey2023-05-071-1/+1
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-281-2/+2
* Remove OBJF_REORDEREDTom Tromey2023-03-081-3/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-12/+12
* Always use dwarf2_initialize_objfileTom Tromey2022-04-211-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use debug_prefixed_printf_cond_nofunc in machoreadTom Tromey2021-12-291-23/+14
* gdb: use gdb_bfd_count_sections in macho_symfile_offsetsSimon Marchi2021-06-281-1/+1
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-1/+1
* Remove sym_fns::sym_read_psymbolsTom Tromey2021-03-201-1/+0
* Move sym_fns::qf to objfileTom Tromey2021-03-201-1/+0
* Introduce dwarf2/public.hTom Tromey2021-03-201-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-326/+326
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-2/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+2
* Remove an include from machoread.cTom Tromey2020-01-261-1/+0
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-6/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* bfd macro conversion to inline functionsAlan Modra2019-09-201-2/+2
* bfd_section_* macrosAlan Modra2019-09-191-3/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-1/+1
* Darwin: fix bad loop incrementationXavier Roirand2018-08-231-1/+1
* Do not use buildsym.h in some filesTom Tromey2018-07-201-1/+0
* Fix crash in machoread.cTom Tromey2018-06-271-2/+4
* Remove symfile_complaintsTom Tromey2018-05-231-16/+10
* Change machoread.c to use std::vectorTom Tromey2018-03-231-56/+37
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-4/+4
* Remove two cleanups using std::stringTom Tromey2018-03-131-7/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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