diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-04 21:54:47 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-05 18:05:33 -0700 |
commit | 8ee174659f55590430590148825cb43ac0ef2c2a (patch) | |
tree | 720dd28458050004b04ad0a8fff90998d482269f /tools/debug-debug.gdb | |
parent | 2b7f56003f27e04868bba2052e5395f68a5ad817 (diff) | |
download | tmwa-8ee174659f55590430590148825cb43ac0ef2c2a.tar.gz tmwa-8ee174659f55590430590148825cb43ac0ef2c2a.tar.bz2 tmwa-8ee174659f55590430590148825cb43ac0ef2c2a.tar.xz tmwa-8ee174659f55590430590148825cb43ac0ef2c2a.zip |
Add pretty-printers for time
Diffstat (limited to 'tools/debug-debug.gdb')
-rw-r--r-- | tools/debug-debug.gdb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/debug-debug.gdb b/tools/debug-debug.gdb index 72a45e1..e1fa19e 100644 --- a/tools/debug-debug.gdb +++ b/tools/debug-debug.gdb @@ -39,6 +39,7 @@ end set print static-members off set print elements 9999 set print frame-arguments none +set python print-stack full set logging on rbreak do_breakpoint |