summaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
Commit message (Expand)AuthorAgeFilesLines
* Change signature of bfd crc functionsAlan Modra2023-05-031-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: include the base address in in-memory bfd filenamesAndrew Burgess2022-10-101-13/+43
* gdb: remove filename arg from gdb_bfd_open_from_target_memoryAndrew Burgess2022-10-101-3/+2
* gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi2022-09-211-56/+3
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-211-5/+6
* gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi2022-09-211-1/+1
* gdb: add ATTRIBUTE_PRINTF to gdb_bfd_error_handlerEnze Li2022-09-191-1/+1
* Suppress printing of superfluous BFD error messagesKevin Buettner2022-09-161-0/+67
* Rewrite registry.hTom Tromey2022-07-281-7/+7
* Unify gdb printf functionsTom Tromey2022-03-291-2/+2
* Add more filename stylingTom Tromey2022-02-281-1/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey2021-12-241-0/+30
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-1/+1
* Avoid letting exceptions escape gdb_bfd_iovec_fileio_close (PR gdb/28080)Pedro Alves2021-07-131-3/+21
* gdb: convert bfd-cache to new-style debug macrosSimon Marchi2021-01-211-29/+21
* gdb: change debug_bfd_cache to boolSimon Marchi2021-01-201-9/+11
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move bfd_open_from_target_memory to gdb_bfdMihails Strasuns2020-12-101-0/+85
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-23/+23
* Use gdb_bfd_sections in gdb_bfd_close_or_warnTom Tromey2020-09-191-2/+3
* Fix uninitialized warning in gdb_bfd_openTom Tromey2020-09-081-3/+5
* Avoid hash table corruption in gdb_bfd.cTom Tromey2020-09-081-42/+54
* Make exec-file-mismatch compare build IDsPedro Alves2020-05-191-7/+16
* Eliminate target_fileio_open_warn_if_slowPedro Alves2020-05-191-5/+4
* gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi2020-04-021-1/+13
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* bfd macro conversion to inline functionsAlan Modra2019-09-201-2/+2
* bfd_section_* macrosAlan Modra2019-09-191-8/+7
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Rename field_int to field_signedTom Tromey2019-07-171-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Remove gdb_bfd_fdopenrTom Tromey2019-03-051-10/+0
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove new_bfd_refTom Tromey2018-04-301-8/+8
* Fix gdb segv when objfile can't be openedMike Gulick2018-01-171-3/+9
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Use std::vector in gdb_bfd_dataTom Tromey2017-10-201-14/+2
* Use "new" to allocate gdb_bfd_dataTom Tromey2017-10-201-32/+42
* Introduce new_bfd_refTom Tromey2017-10-201-24/+7
* Constify add_cmd gdb_bfd.cTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-4/+1
* Use ui_out_emit_tupleTom Tromey2017-04-221-3/+1