mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .gdbinit (rp): fixed typo for T_STRUCT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e41fb7d4ae
commit
e44aeea84a
2 changed files with 5 additions and 1 deletions
2
.gdbinit
2
.gdbinit
|
@ -158,7 +158,7 @@ define rp
|
|||
print (struct RStruct *)$arg0
|
||||
x/xw (($flags & (RUBY_FL_USER1|RUBY_FL_USER2)) ? \
|
||||
((struct RStruct *)$arg0)->as.ary : \
|
||||
((struct RStruct *)$arg0)->as.heap.len)
|
||||
((struct RStruct *)$arg0)->as.heap.ptr)
|
||||
else
|
||||
if ($flags & RUBY_T_MASK) == RUBY_T_BIGNUM
|
||||
printf "T_BIGNUM: sign=%d len=%ld ", \
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Tue Dec 9 12:08:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* .gdbinit (rp): fixed typo for T_STRUCT.
|
||||
|
||||
Tue Dec 9 11:50:46 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* pack.c (pack_pck): fixed [ruby-dev:37295].
|
||||
|
|
Loading…
Add table
Reference in a new issue