From fb5bc568ca57113e1ea7468db34fcfa8bae1d47a Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 8 Nov 2017 14:14:54 +0000 Subject: fixup r60440 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index 2fda839294..47929ca94a 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1120,7 +1120,7 @@ define rb_ps_thread printf "* #\n", \ $ps_thread, $ps_thread_th, $ps_thread_th->thread_id set $cfp = $ps_thread_th->ec->cfp - set $cfpend = (rb_control_frame_t *)($ps_thread_th->ec->vm_stack + $ps_thread_th->ec.vm_stack_size)-1 + set $cfpend = (rb_control_frame_t *)($ps_thread_th->ec->vm_stack + $ps_thread_th->ec->vm_stack_size)-1 while $cfp < $cfpend if $cfp->iseq if !((VALUE)$cfp->iseq & RUBY_IMMEDIATE_MASK) && (((imemo_ifunc << RUBY_FL_USHIFT) | RUBY_T_IMEMO)==$cfp->iseq->flags & ((RUBY_IMEMO_MASK << RUBY_FL_USHIFT) | RUBY_T_MASK)) -- cgit v1.2.3