Searched refs:target_write_memory (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | remote-fileio.c | 795 errno = target_write_memory (ptrval, buffer, ret); in remote_fileio_func_read() 1122 errno = target_write_memory (statptr, (gdb_byte *) &fst, sizeof fst); in remote_fileio_func_stat() 1200 errno = target_write_memory (ptrval, (gdb_byte *) &fst, sizeof fst); in remote_fileio_func_fstat() 1252 errno = target_write_memory (ptrval, (gdb_byte *) &ftv, sizeof ftv); in remote_fileio_func_gettimeofday()
|
| HD | corefile.c | 360 status = target_write_memory (memaddr, myaddr, len); in write_memory()
|
| HD | auxv.c | 133 if (target_write_memory (data_address, writebuf, len) == 0) in ld_so_xfer_auxv()
|
| HD | target.h | 1107 extern int target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr,
|
| HD | stap-probe.c | 1233 if (target_write_memory (address, bytes, TYPE_LENGTH (type)) != 0) in stap_modify_semaphore()
|
| HD | record-full.c | 767 if (target_write_memory (entry->u.mem.addr, in record_full_exec_insn()
|
| HD | amd64-tdep.c | 1589 target_write_memory (*to, buf, len); in append_insns()
|
| HD | target.c | 1815 target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr, ssize_t len) in target_write_memory() function
|
| HD | i386-tdep.c | 721 target_write_memory (*to, buf, len); in append_insns()
|
| /dragonfly/contrib/gdb-7/gdb/common/ |
| HD | agent.c | 221 int ret = target_write_memory (ipa_sym_addrs.addr_cmd_buf, cmd, len); in agent_run_command()
|
| /dragonfly/contrib/gdb-7/gdb/cli/ |
| HD | cli-dump.c | 499 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback() 552 len = target_write_memory (data->load_start + data->load_offset, buf, len); in restore_binary_file()
|