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

Method StackWalkerInternal

src/StackWalker.cpp:187–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185{
186public:
187 StackWalkerInternal(StackWalker *parent, HANDLE hProcess)
188 {
189 m_parent = parent;
190 m_hDbhHelp = NULL;
191 pSC = NULL;
192 m_hProcess = hProcess;
193 m_szSymPath = NULL;
194 pSFTA = NULL;
195 pSGLFA = NULL;
196 pSGMB = NULL;
197 pSGMI = NULL;
198 pSGO = NULL;
199 pSGSFA = NULL;
200 pSI = NULL;
201 pSLM = NULL;
202 pSSO = NULL;
203 pSW = NULL;
204 pUDSN = NULL;
205 pSGSP = NULL;
206 }
207 ~StackWalkerInternal()
208 {
209 if (pSC != NULL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected