Home
last modified time | relevance | path

Searched refs:target_write_memory (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dremote-fileio.c795 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()
H A Dcorefile.c360 status = target_write_memory (memaddr, myaddr, len); in write_memory()
H A Dauxv.c133 if (target_write_memory (data_address, writebuf, len) == 0) in ld_so_xfer_auxv()
H A Dtarget.h1107 extern int target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr,
H A Dstap-probe.c1233 if (target_write_memory (address, bytes, TYPE_LENGTH (type)) != 0) in stap_modify_semaphore()
H A Drecord-full.c767 if (target_write_memory (entry->u.mem.addr, in record_full_exec_insn()
H A Damd64-tdep.c1589 target_write_memory (*to, buf, len); in append_insns()
H A Dtarget.c1815 target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr, ssize_t len) in target_write_memory() function
H A Di386-tdep.c721 target_write_memory (*to, buf, len); in append_insns()
/dragonfly/contrib/gdb-7/gdb/common/
H A Dagent.c221 int ret = target_write_memory (ipa_sym_addrs.addr_cmd_buf, cmd, len); in agent_run_command()
/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-dump.c499 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()