summaryrefslogtreecommitdiff
path: root/overlay/mgdb/gdb/winnt-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/mgdb/gdb/winnt-nat.h')
-rw-r--r--overlay/mgdb/gdb/winnt-nat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/overlay/mgdb/gdb/winnt-nat.h b/overlay/mgdb/gdb/winnt-nat.h
index c99d3f4..473c2a9 100644
--- a/overlay/mgdb/gdb/winnt-nat.h
+++ b/overlay/mgdb/gdb/winnt-nat.h
@@ -50,8 +50,16 @@ void amd64_winnt_fetch_registers(
struct regcache *, int regnum,
struct winnt_thread *);
+void amd64_winnt_store_registers(
+ const struct regcache *, int regnum,
+ struct winnt_thread *);
+
void i386_winnt_fetch_registers(
struct regcache *, int regnum,
struct winnt_thread *);
+void i386_winnt_store_registers(
+ const struct regcache *, int regnum,
+ struct winnt_thread *);
+
#endif