Home | History | Annotate | Download | only in Expression

Lines Matching refs:scope

433         ExecutionContextScope *scope = frame_sp.get();
435 if (!scope)
436 scope = map.GetBestExecutionContextScope();
438 lldb::ValueObjectSP valobj_sp = ValueObjectVariable::Create(scope, m_variable_sp);
561 ExecutionContextScope *scope = frame_sp.get();
563 if (!scope)
564 scope = map.GetBestExecutionContextScope();
566 lldb::ValueObjectSP valobj_sp = ValueObjectVariable::Create(scope, m_variable_sp);
791 err.SetErrorString("Couldn't dematerialize a result variable: invalid execution context scope");