summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcrashhandler_p.h
Commit message (Expand)AuthorAgeFilesLines
* QTest::CrashHandler: prepare to disassemble the crashing instructionThiago Macieira2025-05-251-1/+1
* QTest::CrashHandler: move the enum definition to the headerThiago Macieira2025-05-231-0/+9
* QTest::CrashHandler: move the Unix signal-handling code into the .cppThiago Macieira2025-05-231-61/+1
* QTest::CrashHandler: move the Unix async-safe I/O code to the .cppThiago Macieira2025-05-231-66/+0
* QTest::CrashHandler: move windowsFaultHandler() out of the classThiago Macieira2025-05-231-4/+0
* QTest::CrashHandler: move DebugSymbolResolver to the .cppThiago Macieira2025-05-231-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