aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb_bfd.h')
-rw-r--r--gdb/gdb_bfd.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/gdb_bfd.h b/gdb/gdb_bfd.h
index 86f7be8..6ea16dd 100644
--- a/gdb/gdb_bfd.h
+++ b/gdb/gdb_bfd.h
@@ -201,11 +201,12 @@ int gdb_bfd_requires_relocations (bfd *abfd);
bool gdb_bfd_get_full_section_contents (bfd *abfd, asection *section,
gdb::byte_vector *contents);
-/* Create and initialize a BFD handle from a target in-memory range. */
+/* Create and initialize a BFD handle from a target in-memory range. The
+ BFD starts at ADDR and is SIZE bytes long. TARGET is the BFD target
+ name as used in bfd_find_target. */
gdb_bfd_ref_ptr gdb_bfd_open_from_target_memory (CORE_ADDR addr, ULONGEST size,
- const char *target,
- const char *filename = nullptr);
+ const char *target);
/* Range adapter for a BFD's sections.