aboutsummaryrefslogtreecommitdiff
path: root/gdb/machoread.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Simplify the public DWARF APITom Tromey1-9/+2
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-08-23gdb: fix up a few places where a char was treated as a boolAndrew Burgess1-1/+1
2023-08-23gdb: bfd_get_symbol_leading_char vs. ""Alan Modra1-1/+2
2023-08-04Consolidate calls to bfd_set_cacheableTom Tromey1-2/+0
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-3/+2
2023-05-07Rename objfile::sectionsTom Tromey1-1/+1
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-2/+2
2023-03-08Remove OBJF_REORDEREDTom Tromey1-3/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
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