Home
last modified time | relevance | path

Searched refs:GetCrashDump (Results 1 – 4 of 4) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/crashreporter/
H A DErrorReport.h104 bool GetCrashDump(const fs::path& fileName);
H A DErrorReport.cpp135 bool ErrorReport::GetCrashDump(const fs::path & fileName) { in GetCrashDump() function in ErrorReport
700 bool bCrashDump = GetCrashDump("crash.dmp"); in GenerateReport()
/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DStackTrace.cpp254 if (g_Options->GetCrashDump()) in InstallErrorHandler()
H A DOptions.h274 bool GetCrashDump() { return m_crashDump; } in GetCrashDump() function