Lines Matching defs:frame_sp
61 lldb::StackFrameSP frame_sp = exe_ctx.GetFrameSP();
63 if (frame_sp)
64 m_address = frame_sp->GetFrameCodeAddress();
70 lldb::StackFrameSP &frame_sp) {
79 frame_sp = exe_ctx.GetFrameSP();
82 if (!frame_sp)
85 frame_sp->GetFrameCodeAddress(),
95 lldb::StackFrameSP frame_sp;
97 return LockAndCheckContext(exe_ctx, target_sp, process_sp, frame_sp);
101 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) {
104 if (!frame_sp) {
113 return frame_sp->GetValueForVariableExpressionPath(
122 lldb::addr_t UserExpression::GetObjectPointer(lldb::StackFrameSP frame_sp,
126 GetObjectPointerValueObject(std::move(frame_sp), object_name, err);