|
@@ -45,3 +45,5 @@ def __init__(self):
|
|
# Default to silently passing through SIGUSR1, because QEMU sends it
|
|
# Default to silently passing through SIGUSR1, because QEMU sends it
|
|
# to itself a lot.
|
|
# to itself a lot.
|
|
gdb.execute('handle SIGUSR1 pass noprint nostop')
|
|
gdb.execute('handle SIGUSR1 pass noprint nostop')
|
|
|
|
+# Always print full stack for python errors, easier to debug and report issues
|
|
|
|
+gdb.execute('set python print-stack full')
|