Searched refs:target_write_memory (Results 1 – 17 of 17) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | mem-break.c | 61 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()
|
| D | hppa-hpux-tdep.c | 621 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()
|
| D | solib-som.c | 195 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()
|
| D | proc-service.c | 78 ret = target_write_memory (addr, buf, len); in ps_xfer_memory()
|
| 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()
|
| D | ocd.c | 1060 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()
|
| D | corefile.c | 356 status = target_write_memory (memaddr, bytes, len); in write_memory()
|
| D | solib-pa64.c | 363 status = target_write_memory (dld_cache.dld_flags_addr, in pa64_solib_create_inferior_hook()
|
| D | sparc-tdep.c | 1353 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()
|
| D | target.h | 542 extern int target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr,
|
| D | ppc-linux-tdep.c | 478 val = target_write_memory (addr, contents_cache, bplen); in ppc_linux_memory_remove_breakpoint()
|
| D | ia64-tdep.c | 580 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()
|
| D | remote.c | 4545 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()
|
| D | m68hc11-tdep.c | 369 target_write_memory (soft_regs[regno].addr, tmp, regsize); in m68hc11_pseudo_register_write()
|
| D | aix-thread.c | 484 status = target_write_memory (addr, buf, len); in pdc_write_data()
|
| D | target.c | 1010 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/ |
| D | cli-dump.c | 515 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()
|