diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index b12495b..ff536fb 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -165,11 +165,6 @@ extern void print_function_pointer_address (const struct value_print_options *op CORE_ADDR address, struct ui_file *stream); -extern int target_read_string (CORE_ADDR addr, int len, int width, - unsigned int fetchlimit, - gdb::unique_xmalloc_ptr<gdb_byte> *buffer, - int *bytes_read); - /* Helper function to check the validity of some bits of a value. If TYPE represents some aggregate type (e.g., a structure), return 1. |