aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debugger/crashreport.gdb6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/debugger/crashreport.gdb b/contrib/debugger/crashreport.gdb
index 6be4457238d..3944f45ce60 100644
--- a/contrib/debugger/crashreport.gdb
+++ b/contrib/debugger/crashreport.gdb
@@ -5,7 +5,11 @@ set pagination 0
set logging on
echo \n--- DEBUG: --- START\n\n
run
-echo \n--- DEBUG: BACKTRACE FULL\n\n
+echo \n--- DEBUG: BACKTRACE FULL\n
+if TrinityAssertionFailedMessage != 0
+ printf "%s\n", TrinityAssertionFailedMessage
+end
+echo \n
backtrace full
echo \n--- DEBUG: INFO REGISTERS\n\n
info registers