Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QTest::CrashHandler: prepare to disassemble the crashing instruction | Thiago Macieira | 11 days | 1 | -1/+1 |
* | QTest::CrashHandler: move the enum definition to the header | Thiago Macieira | 13 days | 1 | -0/+9 |
* | QTest::CrashHandler: move the Unix signal-handling code into the .cpp | Thiago Macieira | 13 days | 1 | -61/+1 |
* | QTest::CrashHandler: move the Unix async-safe I/O code to the .cpp | Thiago Macieira | 13 days | 1 | -66/+0 |
* | QTest::CrashHandler: move windowsFaultHandler() out of the class | Thiago Macieira | 13 days | 1 | -4/+0 |
* | QTest::CrashHandler: move DebugSymbolResolver to the .cpp | Thiago Macieira | 13 days | 1 | -53/+0 |
* | QTest::CrashHandler: add missing #includes | Thiago Macieira | 2024-09-24 | 1 | -0/+2 |
* | QTest: expose API needed for Qt Quick Test to print crash backtraces | Mitch Curtis | 2024-04-04 | 1 | -4/+4 |
* | QTest: move crash-handling code out into qtestcrashhandler_p.h | Mitch Curtis | 2024-04-04 | 1 | -0/+251 |