Searched refs:SetContext (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 31 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 D | StackFrame.cpp | 1778 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
|
| H A D | Thread.cpp | 1598 exe_ctx.SetContext(shared_from_this()); in CalculateExecutionContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 609 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 D | ValueObjectVariable.cpp | 135 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 D | ValueObjectMemory.cpp | 55 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in ValueObjectMemory() 208 value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get()); in UpdateValue()
|
| H A D | ValueObjectRegister.cpp | 305 m_value.SetContext(Value::eContextTypeRegisterInfo, in UpdateValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 55 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Value.h | 162 void SetContext(ContextType context_type, void *p) { in SetContext() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 81 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 675 value.SetContext(Value::eContextTypeRegisterInfo, in ReadRegisterValueAsScalar()
|