mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
Add ``attrib'' parameter to *xfer_memory() functions.
This commit is contained in:
@ -225,8 +225,9 @@ child_stop (void)
|
||||
}
|
||||
|
||||
int
|
||||
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
|
||||
int write, struct target_ops *target)
|
||||
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
|
||||
struct mem_attrib *attrib,
|
||||
struct target_ops *target)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Reference in New Issue
Block a user