Lines Matching defs:frame_sp
62 lldb::StackFrameSP frame_sp = exe_ctx.GetFrameSP();
64 if (frame_sp)
65 m_address = frame_sp->GetFrameCodeAddress();
71 lldb::StackFrameSP &frame_sp) {
80 frame_sp = exe_ctx.GetFrameSP();
83 if (!frame_sp)
86 frame_sp->GetFrameCodeAddress(),
96 lldb::StackFrameSP frame_sp;
98 return LockAndCheckContext(exe_ctx, target_sp, process_sp, frame_sp);
102 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) {
105 if (!frame_sp) {
114 return frame_sp->GetValueForVariableExpressionPath(
123 lldb::addr_t UserExpression::GetObjectPointer(lldb::StackFrameSP frame_sp,
127 GetObjectPointerValueObject(std::move(frame_sp), object_name, err);