Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/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 Dsomsolib.c897 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
967 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
1010 status = target_write_memory (anaddr, buf, 4); in som_solib_create_inferior_hook()
1088 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 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.c351 status = target_write_memory (memaddr, myaddr, len); in write_memory()
H A Dpa64solib.c499 status = target_write_memory (dld_cache.dld_flags_addr, in pa64_solib_create_inferior_hook()
601 target_write_memory (dld_cache.dld_flags_addr, in pa64_solib_remove_inferior_hook()
H A Dsparc-tdep.c1273 target_write_memory (sp + ((i - SPARC_L0_REGNUM) * 8), buf, 8); in sparc_collect_rwindow()
1302 target_write_memory (sp + ((i - SPARC_L0_REGNUM) * 4), in sparc_collect_rwindow()
H A Dtarget.h555 extern int target_write_memory (CORE_ADDR memaddr, char *myaddr, int len);
H A Dia64-tdep.c548 target_write_memory (addr, bundle, BUNDLE_LEN); in ia64_memory_insert_breakpoint()
577 target_write_memory (addr, bundle, BUNDLE_LEN); in ia64_memory_remove_breakpoint()
2338 return target_write_memory (addr, (char *) val, sizeof (unw_word_t)); in ia64_access_mem()
H A Dremote.c4488 val = target_write_memory (addr, (char *) big_break_insn, in remote_insert_breakpoint()
4491 val = target_write_memory (addr, (char *) little_break_insn, in remote_insert_breakpoint()
4528 return target_write_memory (addr, contents_cache, sizeof big_break_insn); in remote_remove_breakpoint()
H A Dtarget.c861 target_write_memory (CORE_ADDR memaddr, char *myaddr, int len) in target_write_memory() function
/freebsd-12.1/contrib/gdb/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()
/freebsd-12.1/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1681 int err = target_write_memory ( in ps_pwrite()