Searched refs:gdb_read_memory (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc978 gdb_read_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len) function
1052 if (gdb_read_memory (start_addr, search_buf, search_buf_size)
1106 if (gdb_read_memory (read_addr, search_buf + keep_len,
4220 int res = gdb_read_memory (mem_addr, mem_buf, len);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc1048 gdb_read_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len) function
1127 return gdb_read_memory (addr, result, len) == len;
4301 int res = gdb_read_memory (mem_addr, mem_buf, len);

Completed in 88 milliseconds