mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .gdbinit (rp): T_VALUES is no longer defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
87c828e39e
commit
39a86bf60a
1 changed files with 0 additions and 5 deletions
5
.gdbinit
5
.gdbinit
|
@ -177,10 +177,6 @@ define rp
|
|||
printf "T_SYMBOL: "
|
||||
print (struct RBasic *)$arg0
|
||||
else
|
||||
if ($flags & RUBY_T_MASK) == RUBY_T_VALUES
|
||||
printf "T_VALUES: "
|
||||
print (struct RValues *)$arg0
|
||||
else
|
||||
if ($flags & RUBY_T_MASK) == RUBY_T_UNDEF
|
||||
printf "T_UNDEF: "
|
||||
print (struct RBasic *)$arg0
|
||||
|
@ -224,7 +220,6 @@ define rp
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
document rp
|
||||
Print a Ruby's VALUE.
|
||||
|
|
Loading…
Reference in a new issue