rb_vmdebug_stack_dump_raw 572 vm_core.h extern void rb_vmdebug_stack_dump_raw(rb_thread_t *, rb_control_frame_t *); rb_vmdebug_stack_dump_raw 573 vm_core.h #define SDR() rb_vmdebug_stack_dump_raw(GET_THREAD(), GET_THREAD()->cfp) rb_vmdebug_stack_dump_raw 574 vm_core.h #define SDR2(cfp) rb_vmdebug_stack_dump_raw(GET_THREAD(), (cfp)) rb_vmdebug_stack_dump_raw 186 vm_dump.c rb_vmdebug_stack_dump_raw(th, th->cfp); rb_vmdebug_stack_dump_raw 236 vm_dump.c rb_vmdebug_stack_dump_raw(th, th->cfp);