From a48bc587383752ea9f88623b1a1d51d1113f4ff1 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Oct 2007 02:08:28 +0000 Subject: [PATCH] (xgstring): Adjusted for the change of dump_gstring. (xgtr): New command. --- example/.gdb.util | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/example/.gdb.util b/example/.gdb.util index 9fafb7c..efc3b4b 100644 --- a/example/.gdb.util +++ b/example/.gdb.util @@ -39,7 +39,12 @@ echo \n end define xgstring -set dump_gstring (gstring, 0) +set dump_gstring (gstring, 0, 0) +echo \n +end + +define xgstr +set dump_gstring ($arg0, 0, 1) echo \n end -- 1.7.10.4