(xgstring): Adjusted for the change of dump_gstring.
authorhanda <handa>
Mon, 29 Oct 2007 02:08:28 +0000 (02:08 +0000)
committerhanda <handa>
Mon, 29 Oct 2007 02:08:28 +0000 (02:08 +0000)
(xgtr): New command.

example/.gdb.util

index 9fafb7c..efc3b4b 100644 (file)
@@ -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