26 .return_pc = return_pc,
59 return prev_call_ptr.return_pc;
99 std::vector<PC> call_stack;
InternalCallId get_call_id() const override
Get the current call id.
void push(PC caller_pc, PC return_pc) override
Push a new call onto the internal call stack. This is called when an internal call is executed....
InternalCallId get_next_call_id() const override
Get the next call id.
EventEmitterInterface< InternalCallStackEvent > & internal_call_stack_events
InternalCallId get_return_call_id() const override
Get the return call id.
InternalCallId return_call_id
InternalCallId next_call_id
PC pop() override
Pop the top call from the internal call stack. This is called when an internal return is executed....
std::vector< PC > get_current_call_stack() const override
Get the current call stack.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept