aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Add thread-safety to gdb's BFD wrappersTom Tromey1-0/+5
2023-12-11Use TARGET_SYSROOT_PREFIX in more placesTom Tromey1-0/+8
2023-09-28Remove old gdb_bfd_openr_iovecTom Tromey1-18/+0
2023-09-28Introduce type-safe variant of gdb_bfd_openr_iovecTom Tromey1-0/+31
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10gdb: remove filename arg from gdb_bfd_open_from_target_memoryAndrew Burgess1-3/+4
2022-07-28Rewrite registry.hTom Tromey1-1/+7
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/+7
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-2/+2
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/+6
2020-09-19Add a new overload of gdb_bfd_sectionsTom Tromey1-2/+8
2020-08-27gdb: add gdb_bfd_sections for range-based iterationSimon Marchi1-0/+18
2020-05-19Make exec-file-mismatch compare build IDsPedro Alves1-2/+4
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-1/+2
2020-04-02gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi1-0/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-03-05Remove gdb_bfd_fdopenrTom Tromey1-5/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-04-30Remove new_bfd_refTom Tromey1-18/+7
2018-01-17Fix gdb segv when objfile can't be openedMike Gulick1-9/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-20Introduce new_bfd_refTom Tromey1-0/+10
2017-01-10Use class to manage BFD reference countsTom Tromey1-31/+50
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-02Make gdb_bfd_open able to open BFDs using target fileioGary Benson1-4/+25
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-13PR symtab/16426Doug Evans1-0/+14
2014-01-07Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu1-12/+6
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-07don't share per-BFD data if relocations are neededTom Tromey1-0/+5
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey1-0/+14
2013-03-14 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:Tom Tromey1-0/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-28 PR gdb/14290:Tom Tromey1-0/+9
2012-08-22 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.Tom Tromey1-0/+4
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-0/+45
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-6/+6
2012-07-18 * dwarf2read.c: Don't include zlib.h or sys/mman.h.Tom Tromey1-1/+13
2012-07-18 * gdb_bfd.c (struct gdb_bfd_data): New.Tom Tromey1-0/+8
2012-07-18 * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey1-0/+6
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-0/+35