gdb: Print a stack trace if a python command raises an error
MFC after: 1 week
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
gdb.set_parameter("python print-stack", "full")
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), "gdb"))
|
||||
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user