MCPcopy Create free account
hub / github.com/JochenKalmbach/StackWalker / _KDHELP64

Class _KDHELP64

Main/StackWalker/StackWalker.cpp:157–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 ADDRESS_MODE Mode;
156} ADDRESS64, *LPADDRESS64;
157typedef struct _KDHELP64
158{
159 DWORD64 Thread;
160 DWORD ThCallbackStack;
161 DWORD ThCallbackBStore;
162 DWORD NextCallback;
163 DWORD FramePointer;
164 DWORD64 KiCallUserMode;
165 DWORD64 KeUserCallbackDispatcher;
166 DWORD64 SystemRangeStart;
167 DWORD64 Reserved[8];
168} KDHELP64, *PKDHELP64;
169typedef struct _tagSTACKFRAME64
170{
171 ADDRESS64 AddrPC; // program counter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected