Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp31 SetContext(target_sp, get_process); in ExecutionContext()
37 SetContext(process_sp); in ExecutionContext()
43 SetContext(thread_sp); in ExecutionContext()
49 SetContext(frame_sp); in ExecutionContext()
57 SetContext(target_sp, get_process); in ExecutionContext()
64 SetContext(process_sp); in ExecutionContext()
71 SetContext(thread_sp); in ExecutionContext()
78 SetContext(frame_sp); in ExecutionContext()
299 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
310 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
[all …]
H A DStackFrame.cpp1778 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
H A DThread.cpp1598 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h609 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
618 void SetContext(const lldb::ProcessSP &process_sp);
627 void SetContext(const lldb::ThreadSP &thread_sp);
635 void SetContext(const lldb::StackFrameSP &frame_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp135 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
139 m_resolved_value.SetContext(Value::eContextTypeInvalid, NULL); in UpdateValue()
162 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
252 value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
265 m_resolved_value.SetContext(Value::eContextTypeInvalid, NULL); in UpdateValue()
H A DValueObjectMemory.cpp55 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in ValueObjectMemory()
208 value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in UpdateValue()
H A DValueObjectRegister.cpp305 m_value.SetContext(Value::eContextTypeRegisterInfo, in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h55 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h162 void SetContext(ContextType context_type, void *p) { in SetContext() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp81 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp675 value.SetContext(Value::eContextTypeRegisterInfo, in ReadRegisterValueAsScalar()