summaryrefslogtreecommitdiff
path: root/overlay/mgdb/gdb/winnt-nat.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-02 04:41:47 +0000
committermidipix <writeonce@midipix.org>2019-10-02 12:05:02 +0000
commit8b65913ee3762406f572713655b9f232eaaaa4f8 (patch)
treed0e48ad860c0e75d2bccdff349fad03cdb4344f3 /overlay/mgdb/gdb/winnt-nat.h
parent5b9bafb41534db64efc1ef42c922f3293762c89e (diff)
downloadchainport-8b65913ee3762406f572713655b9f232eaaaa4f8.tar.bz2
chainport-8b65913ee3762406f572713655b9f232eaaaa4f8.tar.xz
mgdb: winnt_dbg_signal(): initial implementation and integration.
Diffstat (limited to 'overlay/mgdb/gdb/winnt-nat.h')
-rw-r--r--overlay/mgdb/gdb/winnt-nat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/mgdb/gdb/winnt-nat.h b/overlay/mgdb/gdb/winnt-nat.h
index 593a140..6dcab69 100644
--- a/overlay/mgdb/gdb/winnt-nat.h
+++ b/overlay/mgdb/gdb/winnt-nat.h
@@ -22,6 +22,8 @@
#define WINNT_EXCEPTION_SECOND_CHANCE 0x02
#define WINNT_EXCEPTION_ALL 0xffffffff
+#define WINNT_STATUS_ACCESS_VIOLATION 0xC0000005
+
struct regcache;
struct winnt_process;