diff options
author | Yuchen Pei <id@ypei.org> | 2023-07-20 20:44:19 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-07-20 20:44:19 +1000 |
commit | 03a2b68eaec5ec64b9df58b786688b06565b58ad (patch) | |
tree | ec1b486048dcfe4763abee2a6010b03fb967a777 /misc/.gdbinit | |
parent | b11c765cb778341b68846a698da29d1dfce48dc3 (diff) |
minor change in gdbinit
Diffstat (limited to 'misc/.gdbinit')
-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 |