summaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR gdb/7912:Tom Tromey2013-04-221-1/+2
* * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey2013-04-081-0/+30
* * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:Tom Tromey2013-03-141-0/+58
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* PR gdb/14290:Tom Tromey2012-11-281-12/+22
* PR gdb/14704:Tom Tromey2012-11-081-143/+41
* * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.Tom Tromey2012-08-221-0/+11
* * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.Tom Tromey2012-08-151-1/+18
* 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-08-111-3/+0
* * NEWS: Mention maint info bfds.Tom Tromey2012-07-251-0/+73
* gdb/Jan Kratochvil2012-07-241-1/+1
* * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.Tom Tromey2012-07-231-2/+2
* * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey2012-07-231-0/+114
* * bfd-target.c (target_bfd_reopen): Update.Tom Tromey2012-07-231-7/+7