summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcrashhandler_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTest::CrashHandler: print the Unix signal si_code nameThiago Macieira2025-06-121-1/+140
* QTest::CrashHandler: extract the address of the crashing instructionThiago Macieira2025-05-251-1/+40
* QTest::CrashHandler: prepare to disassemble the crashing instructionThiago Macieira2025-05-251-11/+35
* QTest::CrashHandler: switch to execvp() instead of execlp()Thiago Macieira2025-05-251-5/+24
* QTest::CrashHandler: add asyncSafeToHexString()Thiago Macieira2025-05-231-6/+17
* QTest::CrashHandler: use string_view for writeToStderr() for the inputsThiago Macieira2025-05-231-18/+9
* QTest::CrashHandler: reorganize Unix header blocksThiago Macieira2025-05-231-18/+19
* QTest::CrashHandler: move the enum definition to the headerThiago Macieira2025-05-231-3/+0
* QTest::CrashHandler: move the Unix signal-handling code into the .cppThiago Macieira2025-05-231-18/+66
* QTest::CrashHandler: move the Unix async-safe I/O code to the .cppThiago Macieira2025-05-231-11/+56
* QTest::CrashHandler: split into Unix and Windows (2/2)Thiago Macieira2025-05-231-166/+11
* QTest::CrashHandler: split into Unix and Windows (1/2)Thiago Macieira2025-05-231-0/+676