aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-30Remove new_bfd_refTom Tromey1-8/+8
2018-01-17Fix gdb segv when objfile can't be openedMike Gulick1-3/+9
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-20Use std::vector in gdb_bfd_dataTom Tromey1-14/+2
2017-10-20Use "new" to allocate gdb_bfd_dataTom Tromey1-32/+42
2017-10-20Introduce new_bfd_refTom Tromey1-24/+7
2017-09-27Constify add_cmd gdb_bfd.cTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-4/+1
2017-04-22Use ui_out_emit_tupleTom Tromey1-3/+1
2017-01-10Use class to manage BFD reference countsTom Tromey1-15/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-8/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-17/+20
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+4
2015-08-21Make remote file transfers interruptibleGary Benson1-0/+2
2015-08-21Warn when accessing binaries from remote targetsGary Benson1-4/+5
2015-08-18gdb: Add debug tracing for bfd cache activity.Andrew Burgess1-1/+50