mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-23 11:04:32 +00:00
* win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23
change.
This commit is contained in:
parent
4cc5853ded
commit
aea02b6b07
@ -1,3 +1,8 @@
|
||||
2000-01-27 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* win32-nat.c (child_xfer_memory): Add missing argument required by
|
||||
2001-01-23 change.
|
||||
|
||||
2001-01-27 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* ui-out.c (do_list_end): New function.
|
||||
|
@ -1228,7 +1228,8 @@ child_stop (void)
|
||||
|
||||
int
|
||||
child_xfer_memory (CORE_ADDR memaddr, char *our, int len,
|
||||
int write, struct target_ops *target ATTRIBUTE_UNUSED)
|
||||
int write, struct mem_attrib *mem ATTRIBUTE_UNUSED,
|
||||
struct target_ops *target ATTRIBUTE_UNUSED)
|
||||
{
|
||||
DWORD done;
|
||||
if (write)
|
||||
|
@ -1228,7 +1228,8 @@ child_stop (void)
|
||||
|
||||
int
|
||||
child_xfer_memory (CORE_ADDR memaddr, char *our, int len,
|
||||
int write, struct target_ops *target ATTRIBUTE_UNUSED)
|
||||
int write, struct mem_attrib *mem ATTRIBUTE_UNUSED,
|
||||
struct target_ops *target ATTRIBUTE_UNUSED)
|
||||
{
|
||||
DWORD done;
|
||||
if (write)
|
||||
|
Loading…
x
Reference in New Issue
Block a user