GDB (xrefs)
Loading...
Searching...
No Matches
Functions
target.c File Reference
#include "gdbsupport/common-defs.h"
#include "target/target.h"

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)
 

Function Documentation

◆ partial_memory_read()

static int partial_memory_read ( CORE_ADDR memaddr,
gdb_byte * myaddr,
int len,
int * errptr )
static

Definition at line 29 of file target.c.

References target_read_memory().

Referenced by target_read_string().

◆ target_read_string() [1/2]

int target_read_string ( CORE_ADDR addr,
int len,
int width,
unsigned int fetchlimit,
gdb::unique_xmalloc_ptr< gdb_byte > * buffer,
int * bytes_read )

◆ target_read_string() [2/2]

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().