summaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-20Use std::vector in gdb_bfd_dataTom Tromey
2017-10-20Use "new" to allocate gdb_bfd_dataTom Tromey
2017-10-20Introduce new_bfd_refTom Tromey
2017-09-27Constify add_cmd gdb_bfd.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-21Make remote file transfers interruptibleGary Benson
2015-08-21Warn when accessing binaries from remote targetsGary Benson
2015-08-18gdb: Add debug tracing for bfd cache activity.Andrew Burgess
2015-08-18gdb: New maintenance command to disable bfd sharing.Andrew Burgess
2015-08-18gdb: Improve cache matching criteria for the bfd cache.Andrew Burgess
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson
2015-06-05Move vgdb special case into remote_filesystem_is_localGary Benson
2015-04-02Make gdb_bfd_open able to open BFDs using target fileioGary Benson
2015-03-31Add --with-system-zlib in gdbH.J. Lu
2015-03-27Fix gdb_bfd_section_index for special sectionsAndrzej Kaczmarek
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-01-13PR symtab/16426Doug Evans
2014-01-07Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-10-07don't share per-BFD data if relocations are neededTom Tromey
2013-04-22 PR gdb/7912:Tom Tromey
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey
2013-03-14 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:Tom Tromey
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-28 PR gdb/14290:Tom Tromey
2012-11-08 PR gdb/14704:Tom Tromey
2012-08-22 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.Tom Tromey
2012-08-15 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.Tom Tromey
2012-08-112012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-07-25 * NEWS: Mention maint info bfds.Tom Tromey
2012-07-24gdb/Jan Kratochvil
2012-07-23 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.Tom Tromey
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey
2012-07-18 * dwarf2read.c: Don't include zlib.h or sys/mman.h.Tom Tromey
2012-07-18 * gdb_bfd.c (struct gdb_bfd_data): New.Tom Tromey
2012-07-18 * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey