projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1322f70
)
(xgstring): Adjusted for the change of dump_gstring.
author
handa
<handa>
Mon, 29 Oct 2007 02:08:28 +0000
(
02:08
+0000)
committer
handa
<handa>
Mon, 29 Oct 2007 02:08:28 +0000
(
02:08
+0000)
(xgtr): New command.
example/.gdb.util
patch
|
blob
|
history
diff --git
a/example/.gdb.util
b/example/.gdb.util
index
9fafb7c
..
efc3b4b
100644
(file)
--- 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