summaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-08Add thread-safety to gdb's BFD wrappersTom Tromey
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six
2023-10-17gdb: include the end address in in-memory bfd filenamesMarkus Metzger
2023-09-28Remove old gdb_bfd_openr_iovecTom Tromey
2023-09-28Convert target fileio to new type-safe gdb_bfd_openr_iovecTom Tromey
2023-09-28Convert mem_bfd_iovec to new type-safe gdb_bfd_openr_iovecTom Tromey
2023-09-28Small constructor change to target_bufferTom Tromey
2023-09-28Introduce type-safe variant of gdb_bfd_openr_iovecTom Tromey
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra
2023-08-04Consolidate calls to bfd_set_cacheableTom Tromey
2023-05-03Change signature of bfd crc functionsAlan Modra
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-10gdb: include the base address in in-memory bfd filenamesAndrew Burgess
2022-10-10gdb: remove filename arg from gdb_bfd_open_from_target_memoryAndrew Burgess
2022-09-21gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi
2022-09-19gdb: add ATTRIBUTE_PRINTF to gdb_bfd_error_handlerEnze Li
2022-09-16Suppress printing of superfluous BFD error messagesKevin Buettner
2022-07-28Rewrite registry.hTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-02-28Add more filename stylingTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-24Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi
2021-07-13Avoid letting exceptions escape gdb_bfd_iovec_fileio_close (PR gdb/28080)Pedro Alves
2021-01-21gdb: convert bfd-cache to new-style debug macrosSimon Marchi
2021-01-20gdb: change debug_bfd_cache to boolSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-10gdb: move bfd_open_from_target_memory to gdb_bfdMihails Strasuns
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-19Use gdb_bfd_sections in gdb_bfd_close_or_warnTom Tromey
2020-09-08Fix uninitialized warning in gdb_bfd_openTom Tromey
2020-09-08Avoid hash table corruption in gdb_bfd.cTom Tromey
2020-05-19Make exec-file-mismatch compare build IDsPedro Alves
2020-05-19Eliminate target_fileio_open_warn_if_slowPedro Alves
2020-04-02gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess
2019-09-20bfd macro conversion to inline functionsAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-09-06bfd_get_filenameAlan Modra
2019-07-17Rename field_int to field_signedTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-06-16Remove unnecessary casts of NULLTom Tromey
2019-03-05Remove gdb_bfd_fdopenrTom Tromey