MCPcopy Create free account
hub / github.com/Norbyte/bg3se / SnapshotThread

Method SnapshotThread

BG3Extender/Extender/Shared/CrashReporter.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 void __forceinline SnapshotThread()
250 {
251 CrashThreadId = GetCurrentThreadId();
252 BacktraceSize = CaptureStackBackTrace(2, (DWORD)std::size(Backtrace), Backtrace, NULL);
253 }
254
255 bool TryGetFunctionName(std::stringstream& ss, uint8_t* bt, bool isFirst)
256 {

Callers 2

DumpCurrentStackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected