MCPcopy Create free account
hub / github.com/ddopson/node-segfault-handler / _KDHELP64

Class _KDHELP64

src/StackWalker.cpp:90–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 ADDRESS_MODE Mode;
89} ADDRESS64, *LPADDRESS64;
90typedef struct _KDHELP64 {
91 DWORD64 Thread;
92 DWORD ThCallbackStack;
93 DWORD ThCallbackBStore;
94 DWORD NextCallback;
95 DWORD FramePointer;
96 DWORD64 KiCallUserMode;
97 DWORD64 KeUserCallbackDispatcher;
98 DWORD64 SystemRangeStart;
99 DWORD64 Reserved[8];
100} KDHELP64, *PKDHELP64;
101typedef struct _tagSTACKFRAME64 {
102 ADDRESS64 AddrPC; // program counter
103 ADDRESS64 AddrReturn; // return address

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected