Home
last modified time | relevance | path

Searched refs:SetContext (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp28 SetContext(target_sp, get_process); in ExecutionContext()
34 SetContext(process_sp); in ExecutionContext()
40 SetContext(thread_sp); in ExecutionContext()
46 SetContext(frame_sp); in ExecutionContext()
54 SetContext(target_sp, get_process); in ExecutionContext()
61 SetContext(process_sp); in ExecutionContext()
68 SetContext(thread_sp); in ExecutionContext()
75 SetContext(frame_sp); in ExecutionContext()
289 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
300 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
[all …]
H A DThread.cpp1405 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
H A DStackFrame.cpp1770 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h503 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
510 void SetContext(const lldb::ProcessSP &process_sp);
517 void SetContext(const lldb::ThreadSP &thread_sp);
523 void SetContext(const lldb::StackFrameSP &frame_sp);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp143 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
147 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue()
173 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
240 value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
254 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue()
H A DValueObjectMemory.cpp61 m_value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in ValueObjectMemory()
215 value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in UpdateValue()
H A DValueObjectRegister.cpp249 m_value.SetContext(Value::ContextType::RegisterInfo, in UpdateValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h96 void SetContext(ContextType context_type, void *p) { in SetContext() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h51 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp94 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp116 value.SetContext(Value::ContextType::RegisterInfo, in ReadRegisterValueAsScalar()