Searched refs:target_write_memory (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gdb/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 | somsolib.c | 897 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 D | proc-service.c | 78 ret = target_write_memory (addr, buf, len); in ps_xfer_memory()
|
| 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 | 351 status = target_write_memory (memaddr, myaddr, len); in write_memory()
|
| H A D | pa64solib.c | 499 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 D | sparc-tdep.c | 1273 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 D | target.h | 555 extern int target_write_memory (CORE_ADDR memaddr, char *myaddr, int len);
|
| H A D | ia64-tdep.c | 548 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 D | remote.c | 4488 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 D | target.c | 861 target_write_memory (CORE_ADDR memaddr, char *myaddr, int len) in target_write_memory() function
|
| /freebsd-12.1/contrib/gdb/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()
|
| /freebsd-12.1/gnu/usr.bin/gdb/libgdb/ |
| H A D | fbsd-threads.c | 1681 int err = target_write_memory ( in ps_pwrite()
|