summaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use class to manage BFD reference countsTom Tromey2017-01-101-15/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-8/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-17/+20
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+4
* Make remote file transfers interruptibleGary Benson2015-08-211-0/+2
* Warn when accessing binaries from remote targetsGary Benson2015-08-211-4/+5
* gdb: Add debug tracing for bfd cache activity.Andrew Burgess2015-08-181-1/+50
* gdb: New maintenance command to disable bfd sharing.Andrew Burgess2015-08-181-4/+30
* gdb: Improve cache matching criteria for the bfd cache.Andrew Burgess2015-08-181-1/+43
* Add "inferior" argument to some target_fileio functionsGary Benson2015-06-101-3/+6
* Move vgdb special case into remote_filesystem_is_localGary Benson2015-06-051-15/+1
* Make gdb_bfd_open able to open BFDs using target fileioGary Benson2015-04-021-0/+203
* Add --with-system-zlib in gdbH.J. Lu2015-03-311-3/+0
* Fix gdb_bfd_section_index for special sectionsAndrzej Kaczmarek2015-03-271-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* PR symtab/16426Doug Evans2014-01-131-1/+27
* Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu2014-01-071-36/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* don't share per-BFD data if relocations are neededTom Tromey2013-10-071-0/+31