Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmem-break.c61 val = target_write_memory (addr, (char *) bp, bplen); in default_memory_insert_breakpoint()
78 return target_write_memory (addr, contents_cache, bplen); in default_memory_remove_breakpoint()
H A Dhppa-hpux-tdep.c575 if (target_write_memory (anaddr, buf, 4)) /* FIXME 32x64? */ in setup_d_pid_in_inferior()
638 target_write_memory (endo_buff_addr, DEPRECATED_SYMBOL_NAME (function), namelen); in find_stub_with_shl_get()
640 target_write_memory (value_return_addr, (char *) &tmp, 4); in find_stub_with_shl_get()
642 target_write_memory (errno_return_addr, (char *) &tmp, 4); in find_stub_with_shl_get()
644 target_write_memory (SYMBOL_VALUE_ADDRESS (msymbol), in find_stub_with_shl_get()
932 if (target_write_memory (eh_notify_hook_addr, buf, 4)) /* FIXME 32x64 problem */ in child_enable_exception_callback()
957 if (target_write_memory (eh_catch_throw_addr, buf, 4)) /* FIXME 32x64? */ in child_enable_exception_callback()
965 if (target_write_memory (eh_catch_catch_addr, buf, 4)) /* FIXME 32x64? */ in child_enable_exception_callback()
H A Dsomsolib.c900 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
970 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
1013 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
1091 status = target_write_memory (addr, dld_flags_buffer, 4); in som_solib_remove_inferior_hook()
H A Dproc-service.c78 ret = target_write_memory (addr, buf, len); in ps_xfer_memory()
H A Dm32r-tdep.c132 val = target_write_memory (addr & 0xfffffffc, buf, 4); in m32r_memory_insert_breakpoint()
160 val = target_write_memory (addr & 0xfffffffc, buf, 4); in m32r_memory_remove_breakpoint()
H A Docd.c1059 val = target_write_memory (addr, break_insn, sizeof (break_insn)); in ocd_insert_breakpoint()
1070 val = target_write_memory (addr, contents_cache, sizeof (break_insn)); in ocd_remove_breakpoint()
H A Dcorefile.c352 status = target_write_memory (memaddr, myaddr, len); in write_memory()
H A Dpa64solib.c501 status = target_write_memory (dld_cache.dld_flags_addr, in pa64_solib_create_inferior_hook()
603 target_write_memory (dld_cache.dld_flags_addr, in pa64_solib_remove_inferior_hook()
H A Dsparc-tdep.c1312 target_write_memory (sp + ((i - SPARC_L0_REGNUM) * 8), buf, 8); in sparc_collect_rwindow()
1341 target_write_memory (sp + ((i - SPARC_L0_REGNUM) * 4), in sparc_collect_rwindow()
H A Dtarget.h542 extern int target_write_memory (CORE_ADDR memaddr, char *myaddr, int len);
H A Dppc-linux-tdep.c475 val = target_write_memory (addr, contents_cache, bplen); in ppc_linux_memory_remove_breakpoint()
H A Dia64-tdep.c573 target_write_memory (addr, bundle, BUNDLE_LEN); in ia64_memory_insert_breakpoint()
602 target_write_memory (addr, bundle, BUNDLE_LEN); in ia64_memory_remove_breakpoint()
2310 return target_write_memory (addr, (char *) val, sizeof (unw_word_t)); in ia64_access_mem()
H A Dremote.c4456 val = target_write_memory (addr, (char *) big_break_insn, in remote_insert_breakpoint()
4459 val = target_write_memory (addr, (char *) little_break_insn, in remote_insert_breakpoint()
4496 return target_write_memory (addr, contents_cache, sizeof big_break_insn); in remote_remove_breakpoint()
H A Dm68hc11-tdep.c371 target_write_memory (soft_regs[regno].addr, tmp, regsize); in m68hc11_pseudo_register_write()
H A Daix-thread.c484 status = target_write_memory (addr, buf, len); in pdc_write_data()
H A Dtarget.c1008 target_write_memory (CORE_ADDR memaddr, char *myaddr, int len) in target_write_memory() function
H A DChangeLog-1990295 * remote-vx.c: Use write_memory rather than target_write_memory
309 target_write_memory, to get error checking.
H A DChangeLog-19971458 * symfile.c (generic_load): Check return code of target_write_memory.
H A DChangeLog-20004505 (target_read_string, target_read_memory, target_write_memory):
5702 and target_write_memory().
H A DChangeLog810 (target_read_memory, target_write_memory): Use xfer_using_stratum
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c512 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
562 len = target_write_memory (data->load_start + data->load_offset, buf, len); in restore_binary_file()