aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Remove gdb_static_assertTom Tromey1-1/+1
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-1/+1
2023-10-17gdb: include the end address in in-memory bfd filenamesMarkus Metzger1-3/+4
2023-09-28Remove old gdb_bfd_openr_iovecTom Tromey1-25/+0
2023-09-28Convert target fileio to new type-safe gdb_bfd_openr_iovecTom Tromey1-47/+50
2023-09-28Convert mem_bfd_iovec to new type-safe gdb_bfd_openr_iovecTom Tromey1-41/+20
2023-09-28Small constructor change to target_bufferTom Tromey1-3/+3
2023-09-28Introduce type-safe variant of gdb_bfd_openr_iovecTom Tromey1-0/+42
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-1/+1
2023-08-04Consolidate calls to bfd_set_cacheableTom Tromey1-0/+5
2023-05-03Change signature of bfd crc functionsAlan Modra1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10gdb: include the base address in in-memory bfd filenamesAndrew Burgess1-13/+43
2022-10-10gdb: remove filename arg from gdb_bfd_open_from_target_memoryAndrew Burgess1-3/+2
2022-09-21gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi1-56/+3
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi1-5/+6
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi1-1/+1
2022-09-19gdb: add ATTRIBUTE_PRINTF to gdb_bfd_error_handlerEnze Li1-1/+1
2022-09-16Suppress printing of superfluous BFD error messagesKevin Buettner1-0/+67
2022-07-28Rewrite registry.hTom Tromey1-7/+7
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-02-28Add more filename stylingTom Tromey1-1/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-24Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey1-0/+30
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-1/+1
2021-07-13Avoid letting exceptions escape gdb_bfd_iovec_fileio_close (PR gdb/28080)Pedro Alves1-3/+21
2021-01-21gdb: convert bfd-cache to new-style debug macrosSimon Marchi1-29/+21
2021-01-20gdb: change debug_bfd_cache to boolSimon Marchi1-9/+11
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-10gdb: move bfd_open_from_target_memory to gdb_bfdMihails Strasuns1-0/+85
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-23/+23
2020-09-19Use gdb_bfd_sections in gdb_bfd_close_or_warnTom Tromey1-2/+3
2020-09-08Fix uninitialized warning in gdb_bfd_openTom Tromey1-3/+5
2020-09-08Avoid hash table corruption in gdb_bfd.cTom Tromey1-42/+54
2020-05-19Make exec-file-mismatch compare build IDsPedro Alves1-7/+16
2020-05-19Eliminate target_fileio_open_warn_if_slowPedro Alves1-5/+4
2020-04-02gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi1-1/+13
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-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-8/+7
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-07-17Rename field_int to field_signedTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-03-05Remove gdb_bfd_fdopenrTom Tromey1-10/+0
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1