gdb: Print a stack trace if a python command raises an error

MFC after:	1 week
This commit is contained in:
Mark Johnston
2026-04-18 12:23:18 +00:00
parent 8de0fc10a1
commit 9899c8da0c
+2
View File
@@ -8,6 +8,8 @@
import os import os
import sys import sys
gdb.set_parameter("python print-stack", "full")
sys.path.append(os.path.join(os.path.dirname(__file__), "gdb")) sys.path.append(os.path.join(os.path.dirname(__file__), "gdb"))
modules = [ modules = [