From: handa Date: Mon, 29 Oct 2007 02:08:28 +0000 (+0000) Subject: (xgstring): Adjusted for the change of dump_gstring. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a48bc587383752ea9f88623b1a1d51d1113f4ff1;p=m17n%2Fm17n-lib.git (xgstring): Adjusted for the change of dump_gstring. (xgtr): New command. --- 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