]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdb_bfd.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / gdb_bfd.c
8 days ago  Tom de Vries[gdb/remote] Fix abort on REMOTE_CLOSE_ERROR
10 days ago  Simon Marchigdb: remove gdbcmd.h
12 days ago  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-15  Tom TromeyChange printf attribute to fix clang build
2024-04-09  Tom TromeyRewrite gdb_bfd_error_handler
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-15  Tom TromeyUse size_t in gdb_bfd_section_data
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyAdd thread-safety to gdb's BFD wrappers
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-21  Lancelot Sixgdb: Use C++17's std::make_unique instead of gdb::make_...
2023-10-17  Markus Metzgergdb: include the end address in in-memory bfd filenames
2023-09-28  Tom TromeyRemove old gdb_bfd_openr_iovec
2023-09-28  Tom TromeyConvert target fileio to new type-safe gdb_bfd_openr_iovec
2023-09-28  Tom TromeyConvert mem_bfd_iovec to new type-safe gdb_bfd_openr_iovec
2023-09-28  Tom TromeySmall constructor change to target_buffer
2023-09-28  Tom TromeyIntroduce type-safe variant of gdb_bfd_openr_iovec
2023-08-08  Alan ModraRename bfd_bread and bfd_bwrite
2023-08-04  Tom TromeyConsolidate calls to bfd_set_cacheable
2023-05-03  Alan ModraChange signature of bfd crc functions
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10  Andrew Burgessgdb: include the base address in in-memory bfd filenames
2022-10-10  Andrew Burgessgdb: remove filename arg from gdb_bfd_open_from_target_...
2022-09-21  Simon Marchigdbsupport: move fileio_errno_to_host to fileio.{h...
2022-09-21  Simon Marchigdbsupport: convert FILEIO_* macros to an enum
2022-09-21  Simon Marchigdbsupport: move include/gdb/fileio.h contents to fileio.h
2022-09-19  Enze Ligdb: add ATTRIBUTE_PRINTF to gdb_bfd_error_handler
2022-09-16  Kevin BuettnerSuppress printing of superfluous BFD error messages
2022-07-28  Tom TromeyRewrite registry.h
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-28  Tom TromeyAdd more filename styling
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-24  Tom TromeyMove gdb_bfd_errmsg to gdb_bfd.c
2021-09-30  Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-07-13  Pedro AlvesAvoid letting exceptions escape gdb_bfd_iovec_fileio_cl...
2021-01-21  Simon Marchigdb: convert bfd-cache to new-style debug macros
2021-01-21  Simon Marchigdb: change debug_bfd_cache to bool
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-10  Mihails Strasunsgdb: move bfd_open_from_target_memory to gdb_bfd
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-19  Tom TromeyUse gdb_bfd_sections in gdb_bfd_close_or_warn
2020-09-08  Tom TromeyFix uninitialized warning in gdb_bfd_open
2020-09-08  Tom TromeyAvoid hash table corruption in gdb_bfd.c
2020-05-19  Pedro AlvesMake exec-file-mismatch compare build IDs
2020-05-19  Pedro AlvesEliminate target_fileio_open_warn_if_slow
2020-04-02  Simon Marchigdb: use bfd_get_section_contents to read section conte...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-20  Alan Modrabfd macro conversion to inline functions
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-06  Alan Modrabfd_get_filename
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-03-05  Tom TromeyRemove gdb_bfd_fdopenr
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-04-30  Tom TromeyRemove new_bfd_ref
2018-01-17  Mike GulickFix gdb segv when objfile can't be opened
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-20  Tom TromeyUse std::vector in gdb_bfd_data
2017-10-20  Tom TromeyUse "new" to allocate gdb_bfd_data
2017-10-20  Tom TromeyIntroduce new_bfd_ref
2017-09-27  Tom TromeyConstify add_cmd gdb_bfd.c
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-03  Tom TromeyIntroduce and use ui_out_emit_table
2017-04-22  Tom TromeyUse ui_out_emit_tuple
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-21  Gary BensonMake remote file transfers interruptible
2015-08-21  Gary BensonWarn when accessing binaries from remote targets
2015-08-18  Andrew Burgessgdb: Add debug tracing for bfd cache activity.
2015-08-18  Andrew Burgessgdb: New maintenance command to disable bfd sharing.
2015-08-18  Andrew Burgessgdb: Improve cache matching criteria for the bfd cache.
2015-06-10  Gary BensonAdd "inferior" argument to some target_fileio functions
2015-06-05  Gary BensonMove vgdb special case into remote_filesystem_is_local
2015-04-02  Gary BensonMake gdb_bfd_open able to open BFDs using target fileio
2015-03-31  H.J. LuAdd --with-system-zlib in gdb
2015-03-27  Andrzej KaczmarekFix gdb_bfd_section_index for special sections
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-01-14  Doug EvansPR symtab/16426
2014-01-06  Hui ZhuRemove gdb_bfd_stash_filename to fix crash with fix...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-07  Tom Tromeydon't share per-BFD data if relocations are needed
2013-04-22  Tom Tromey PR gdb/7912:
2013-04-08  Tom Tromey * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2013-03-14  Tom Tromey * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-28  Tom Tromey PR gdb/14290:
2012-11-08  Tom Tromey PR gdb/14704:
next