diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.gdbinit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/.gdbinit b/misc/.gdbinit index 9b9916d..d891c3b 100644 --- a/misc/.gdbinit +++ b/misc/.gdbinit @@ -1,5 +1,7 @@ set print static-members off set print frame-arguments all +# unlimited print string length +set print elements 0 handle SIGUSR1 nostop noprint handle SIGUSR2 nostop noprint handle SIGWAITING nostop noprint |