Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ WriteDumpForCaller
Method
WriteDumpForCaller
common/CrashHandler.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void CrashHandler::WriteDumpForCaller()
175
{
176
WriteMinidumpAndCallstack(nullptr);
177
}
178
179
#elif !defined(__APPLE__) && defined(HAS_LIBBACKTRACE)
180
Callers
nothing calls this directly
Calls
1
WriteMinidumpAndCallstack
Function · 0.85
Tested by
no test coverage detected