GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static int | partial_memory_read (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int *errptr) |
int | target_read_string (CORE_ADDR addr, int len, int width, unsigned int fetchlimit, gdb::unique_xmalloc_ptr< gdb_byte > *buffer, int *bytes_read) |
gdb::unique_xmalloc_ptr< char > | target_read_string (CORE_ADDR memaddr, int len, int *bytes_read) |
|
static |
Definition at line 29 of file target.c.
References target_read_memory().
Referenced by target_read_string().
int target_read_string | ( | CORE_ADDR | addr, |
int | len, | ||
int | width, | ||
unsigned int | fetchlimit, | ||
gdb::unique_xmalloc_ptr< gdb_byte > * | buffer, | ||
int * | bytes_read ) |
Definition at line 65 of file target.c.
References partial_memory_read(), xmalloc(), and xrealloc().
Referenced by ada_main_name(), ada_tag_name_from_tsd(), c_get_string(), darwin_current_sos(), dsbt_current_sos(), frv_current_sos(), windows_nat::windows_process_info::handle_ms_vc_exception(), windows_per_inferior::handle_output_debug_string(), inferior_has_bug(), open_symbol_file_object(), svr4_read_so_list(), target_read_string(), and val_print_string().
gdb::unique_xmalloc_ptr< char > target_read_string | ( | CORE_ADDR | memaddr, |
int | len, | ||
int * | bytes_read ) |
Definition at line 176 of file target.c.
References target_read_string().