Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtestcrashhandler_win.cpp File Reference

(33435ce5678c795ac099708bc5079f8fd5ff01eb)

#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>
Include dependency graph for qtestcrashhandler_win.cpp:

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