aboutsummaryrefslogtreecommitdiff
path: root/gdb/machoread.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-12/+12
2022-04-21Always use dwarf2_initialize_objfileTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use debug_prefixed_printf_cond_nofunc in machoreadTom Tromey1-23/+14
2021-06-28gdb: use gdb_bfd_count_sections in macho_symfile_offsetsSimon Marchi1-1/+1
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-1/+1
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey1-1/+0
2021-03-20Move sym_fns::qf to objfileTom Tromey1-1/+0
2021-03-20Introduce dwarf2/public.hTom Tromey1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-326/+326
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-2/+2
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-01-26Remove an include from machoread.cTom Tromey1-1/+0
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-6/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-09-20bfd macro conversion to inline functionsAlan Modra1-2/+2
2019-09-19bfd_section_* macrosAlan Modra1-3/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-1/+1
2018-08-23Darwin: fix bad loop incrementationXavier Roirand1-1/+1
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