From 03a2b68eaec5ec64b9df58b786688b06565b58ad Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 20 Jul 2023 20:44:19 +1000 Subject: minor change in gdbinit --- misc/.gdbinit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/.gdbinit') 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 -- cgit v1.2.3