forked from Imagelibrary/binutils-gdb
Cleanup write_memory doc
This doc about write_memory seems outdated. gdb/ChangeLog: * corefile.c (write_memory): Update doc. * gdbcore.h (write_memory): Same.
This commit is contained in:
@@ -383,8 +383,8 @@ read_memory_typed_address (CORE_ADDR addr, struct type *type)
|
||||
return extract_typed_address (buf, type);
|
||||
}
|
||||
|
||||
/* Same as target_write_memory, but report an error if can't
|
||||
write. */
|
||||
/* See gdbcore.h. */
|
||||
|
||||
void
|
||||
write_memory (CORE_ADDR memaddr,
|
||||
const bfd_byte *myaddr, ssize_t len)
|
||||
|
||||
Reference in New Issue
Block a user