![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtTest/private/qtestcrashhandler_p.h>#include <QtCore/qbytearray.h>#include <QtCore/qstring.h>#include <QtTest/qtestcase.h>#include <QtTest/private/qtestlog_p.h>#include <stdio.h>#include <stdlib.h>#include <crtdbg.h>#include <qt_windows.h>Go to the source code of this file.
Namespaces | |
| namespace | QTest |
| [15] | |
| namespace | QTest::CrashHandler |
Functions | |
| bool | QTest::CrashHandler::alreadyDebugging () |
| void | QTest::CrashHandler::maybeDisableCoreDump () |
| void | QTest::CrashHandler::prepareStackTrace () |
| void | QTest::CrashHandler::printTestRunTime () |
| void | QTest::CrashHandler::generateStackTrace (quintptr ip) |
| void | QTest::CrashHandler::blockUnixSignals () |
| static LONG WINAPI | QTest::CrashHandler::windowsFaultHandler (struct _EXCEPTION_POINTERS *exInfo) |
Variables | |
| static DebuggerProgram | QTest::CrashHandler::debugger = None |