aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-18gdb: New maintenance command to disable bfd sharing.Andrew Burgess1-4/+30
2015-08-18gdb: Improve cache matching criteria for the bfd cache.Andrew Burgess1-1/+43
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson1-3/+6
2015-06-05Move vgdb special case into remote_filesystem_is_localGary Benson1-15/+1
2015-04-02Make gdb_bfd_open able to open BFDs using target fileioGary Benson1-0/+203
2015-03-31Add --with-system-zlib in gdbH.J. Lu1-3/+0
2015-03-27Fix gdb_bfd_section_index for special sectionsAndrzej Kaczmarek1-4/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0