summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcrashhandler_p.h
Commit message (Expand)AuthorAgeFilesLines
* QTest::CrashHandler: prepare to disassemble the crashing instructionThiago Macieira11 days1-1/+1
* QTest::CrashHandler: move the enum definition to the headerThiago Macieira13 days1-0/+9
* QTest::CrashHandler: move the Unix signal-handling code into the .cppThiago Macieira13 days1-61/+1
* QTest::CrashHandler: move the Unix async-safe I/O code to the .cppThiago Macieira13 days1-66/+0
* QTest::CrashHandler: move windowsFaultHandler() out of the classThiago Macieira13 days1-4/+0
* QTest::CrashHandler: move DebugSymbolResolver to the .cppThiago Macieira13 days1-53/+0
* QTest::CrashHandler: add missing #includesThiago Macieira2024-09-241-0/+2
* QTest: expose API needed for Qt Quick Test to print crash backtracesMitch Curtis2024-04-041-4/+4
* QTest: move crash-handling code out into qtestcrashhandler_p.hMitch Curtis2024-04-041-0/+251