We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
frame->prev_instr has confusing semantics, we will replace it by a new fieldinstr_ptr which is
frame->prev_instr
instr_ptr
(1) the instruction currently executing (if any), or(2) the next instruction to execute on the frame (otherwise).