We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8502a54 commit 97e93afCopy full SHA for 97e93af
.gdbinit
@@ -1104,7 +1104,7 @@ define rb_ps_thread
1104
set $ps_thread = (struct RTypedData*)$arg0
1105
set $ps_thread_th = (rb_thread_t*)$ps_thread->data
1106
printf "* #<Thread:%p rb_thread_t:%p native_thread:%p>\n", \
1107
- $ps_thread, $ps_thread_th, $ps_thread_th->thread_id
+ $ps_thread, $ps_thread_th, $ps_thread_th->nt
1108
set $cfp = $ps_thread_th->ec->cfp
1109
set $cfpend = (rb_control_frame_t *)($ps_thread_th->ec->vm_stack + $ps_thread_th->ec->vm_stack_size)-1
1110
while $cfp < $cfpend
0 commit comments