Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmem-break.c61 val = target_write_memory (addr, bp, bplen); in default_memory_insert_breakpoint()
78 return target_write_memory (addr, contents_cache, bplen); in default_memory_remove_breakpoint()
Dhppa-hpux-tdep.c621 if (target_write_memory (anaddr, buf, 4)) /* FIXME 32x64? */ in setup_d_pid_in_inferior()
684 target_write_memory (endo_buff_addr, DEPRECATED_SYMBOL_NAME (function), namelen); in find_stub_with_shl_get()
686 target_write_memory (value_return_addr, (char *) &tmp, 4); in find_stub_with_shl_get()
688 target_write_memory (errno_return_addr, (char *) &tmp, 4); in find_stub_with_shl_get()
690 target_write_memory (SYMBOL_VALUE_ADDRESS (msymbol), in find_stub_with_shl_get()
988 if (target_write_memory (eh_notify_hook_addr, buf, 4)) /* FIXME 32x64 problem */ in child_enable_exception_callback()
1014 if (target_write_memory (eh_catch_throw_addr, buf, 4)) /* FIXME 32x64? */ in child_enable_exception_callback()
1022 if (target_write_memory (eh_catch_catch_addr, buf, 4)) /* FIXME 32x64? */ in child_enable_exception_callback()
Dsolib-som.c195 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
249 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
291 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
355 status = target_write_memory (addr, dld_flags_buffer, 4); in som_solib_remove_inferior_hook()
Dproc-service.c78 ret = target_write_memory (addr, buf, len); in ps_xfer_memory()
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()
Docd.c1060 val = target_write_memory (addr, break_insn, sizeof (break_insn)); in ocd_insert_breakpoint()
1071 val = target_write_memory (addr, contents_cache, sizeof (break_insn)); in ocd_remove_breakpoint()
Dcorefile.c356 status = target_write_memory (memaddr, bytes, len); in write_memory()
Dsolib-pa64.c363 status = target_write_memory (dld_cache.dld_flags_addr, in pa64_solib_create_inferior_hook()
Dsparc-tdep.c1353 target_write_memory (sp + ((i - SPARC_L0_REGNUM) * 8), buf, 8); in sparc_collect_rwindow()
1382 target_write_memory (sp + ((i - SPARC_L0_REGNUM) * 4), in sparc_collect_rwindow()
Dtarget.h542 extern int target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr,
Dppc-linux-tdep.c478 val = target_write_memory (addr, contents_cache, bplen); in ppc_linux_memory_remove_breakpoint()
Dia64-tdep.c580 target_write_memory (addr, bundle, BUNDLE_LEN); in ia64_memory_insert_breakpoint()
609 target_write_memory (addr, bundle, BUNDLE_LEN); in ia64_memory_remove_breakpoint()
2452 return target_write_memory (addr, (char *) val, sizeof (unw_word_t)); in ia64_access_mem()
Dremote.c4545 val = target_write_memory (addr, (char *) big_break_insn, in remote_insert_breakpoint()
4548 val = target_write_memory (addr, (char *) little_break_insn, in remote_insert_breakpoint()
4585 return target_write_memory (addr, contents_cache, sizeof big_break_insn); in remote_remove_breakpoint()
Dm68hc11-tdep.c369 target_write_memory (soft_regs[regno].addr, tmp, regsize); in m68hc11_pseudo_register_write()
Daix-thread.c484 status = target_write_memory (addr, buf, len); in pdc_write_data()
Dtarget.c1010 target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr, int len) in target_write_memory() function
/mirbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-dump.c515 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
565 len = target_write_memory (data->load_start + data->load_offset, buf, len); in restore_binary_file()