Searched refs:frame_wp (Results 1 – 2 of 2) sorted by relevance
312 ExecutionContext(const lldb::StackFrameWP &frame_wp);
73 ExecutionContext::ExecutionContext(const lldb::StackFrameWP &frame_wp) in ExecutionContext() argument75 lldb::StackFrameSP frame_sp(frame_wp.lock()); in ExecutionContext()