summaryrefslogtreecommitdiffstats
path: root/.gdbinit
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-21 12:42:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-21 12:42:54 +0000
commit23d7d9a0bbb57f15ece81e5fc27fe8c38e1e6568 (patch)
tree5ce8c9f0cb85234e5347fe3318e8b43018c82f83 /.gdbinit
parent1a976e990ad06e8909e34f7793a8927e65226d01 (diff)
downloadruby-23d7d9a0bbb57f15ece81e5fc27fe8c38e1e6568.tar.gz
ruby-23d7d9a0bbb57f15ece81e5fc27fe8c38e1e6568.tar.xz
ruby-23d7d9a0bbb57f15ece81e5fc27fe8c38e1e6568.zip
.gdbinit (rp): missing "else" after T_NODE block.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
index 779d3085c..dd716ed80 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -217,6 +217,7 @@ define rp
output (enum node_type)(($flags&RUBY_NODE_TYPEMASK)>>RUBY_NODE_TYPESHIFT)
printf "): "
print *(NODE *)$arg0
+ else
if ($flags & RUBY_T_MASK) == RUBY_T_ZOMBIE
printf "T_ZOMBIE: "
print (struct RData *)$arg0