Create ac_crash.gdb

This commit is contained in:
bashermens
2026-01-30 10:04:49 +01:00
committed by GitHub
parent 85e008f0b2
commit 5c702972a3

6
ac_crash.gdb Normal file
View File

@@ -0,0 +1,6 @@
define hook-stop
echo \n===== CRASH DETECTED =====\n
bt full
thread apply all bt
echo \n===== END CRASH =====\n
end