mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .gdbinit (rp): fix flag name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
01a7e7893b
commit
c9cb1b8e34
1 changed files with 1 additions and 1 deletions
2
.gdbinit
2
.gdbinit
|
@ -50,7 +50,7 @@ define rp
|
|||
end
|
||||
else
|
||||
set $flags = ((struct RBasic*)($arg0))->flags
|
||||
if ($flags & RUBY_FL_ELDERGEN)
|
||||
if ($flags & RUBY_FL_PROMOTED)
|
||||
printf "[PROMOTED] "
|
||||
end
|
||||
if ($flags & RUBY_T_MASK) == RUBY_T_NONE
|
||||
|
|
Loading…
Add table
Reference in a new issue