| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | mem-break.c | 61 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 D | hppa-hpux-tdep.c | 575 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 D | somsolib.c | 900 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 D | proc-service.c | 78 ret = target_write_memory (addr, buf, len); in ps_xfer_memory()
|
| H A D | m32r-tdep.c | 132 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 D | ocd.c | 1059 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 D | corefile.c | 352 status = target_write_memory (memaddr, myaddr, len); in write_memory()
|
| H A D | pa64solib.c | 501 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 D | sparc-tdep.c | 1312 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 D | target.h | 542 extern int target_write_memory (CORE_ADDR memaddr, char *myaddr, int len);
|
| H A D | ppc-linux-tdep.c | 475 val = target_write_memory (addr, contents_cache, bplen); in ppc_linux_memory_remove_breakpoint()
|
| H A D | ia64-tdep.c | 573 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 D | remote.c | 4456 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 D | m68hc11-tdep.c | 371 target_write_memory (soft_regs[regno].addr, tmp, regsize); in m68hc11_pseudo_register_write()
|
| H A D | aix-thread.c | 484 status = target_write_memory (addr, buf, len); in pdc_write_data()
|
| H A D | target.c | 1008 target_write_memory (CORE_ADDR memaddr, char *myaddr, int len) in target_write_memory() function
|
| H A D | ChangeLog-1990 | 295 * remote-vx.c: Use write_memory rather than target_write_memory 309 target_write_memory, to get error checking.
|
| H A D | ChangeLog-1997 | 1458 * symfile.c (generic_load): Check return code of target_write_memory.
|
| H A D | ChangeLog-2000 | 4505 (target_read_string, target_read_memory, target_write_memory): 5702 and target_write_memory().
|
| H A D | ChangeLog | 810 (target_read_memory, target_write_memory): Use xfer_using_stratum
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-dump.c | 512 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()
|