Home
last modified time | relevance | path

Searched refs:m_target_wp (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpression.cpp16 : m_target_wp(target.shared_from_this()), in Expression()
20 assert(m_target_wp.lock()); in Expression()
24 : m_target_wp(exe_scope.CalculateTarget()), in Expression()
27 assert(m_target_wp.lock()); in Expression()
H A DIRMemoryMap.cpp23 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { in IRMemoryMap()
59 lldb::TargetSP target_sp = m_target_wp.lock(); in FindSpace()
259 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder()
273 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize()
287 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope()
660 lldb::TargetSP target_sp = m_target_wp.lock(); in ReadMemory()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp397 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() {} in ExecutionContextRef()
400 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef()
406 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef()
411 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef()
422 m_target_wp = rhs.m_target_wp; in operator =()
433 m_target_wp = exe_ctx.GetTargetSP(); in operator =()
450 m_target_wp.reset(); in Clear()
459 m_target_wp = target_sp; in SetTargetSP()
468 m_target_wp.reset(); in SetProcessSP()
480 m_target_wp.reset(); in SetThreadSP()
[all …]
H A DProcess.cpp456 m_target_wp(target_sp), m_public_state(eStateUnloaded), in Process()
4448 lldb::TargetSP Process::CalculateTarget() { return m_target_wp.lock(); } in CalculateTarget()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp28 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {}
34 m_target_wp = rhs.m_target_wp; in SourceManagerImpl()
46 lldb::TargetSP target_sp(m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers()
65 lldb::TargetWP m_target_wp;
66 lldb::TargetWP m_target_wp; global() member in lldb_private::SourceManagerImpl
H A DSBBreakpointName.cpp45 m_target_wp = target_sp; in SBBreakpointNameImpl()
56 return m_target_wp.lock(); in GetTarget()
64 return !m_name.empty() && m_target_wp.lock(); in IsValid()
70 TargetWP m_target_wp; member in lldb::SBBreakpointNameImpl
87 m_target_wp = target_sp; in SBBreakpointNameImpl()
91 return m_name == rhs.m_name && m_target_wp.lock() == rhs.m_target_wp.lock(); in operator ==()
95 return m_name != rhs.m_name || m_target_wp.lock() != rhs.m_target_wp.lock(); in operator !=()
H A DSBBreakpoint.cpp790 m_target_wp = target_sp; in SBBreakpointListImpl()
800 TargetSP target_sp = m_target_wp.lock(); in GetBreakpointAtIndex()
808 TargetSP target_sp = m_target_wp.lock(); in FindBreakpointByID()
820 TargetSP target_sp = m_target_wp.lock(); in Append()
830 TargetSP target_sp = m_target_wp.lock(); in AppendIfUnique()
844 TargetSP target_sp = m_target_wp.lock(); in AppendByID()
861 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget()
865 TargetWP m_target_wp; member in SBBreakpointListImpl
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp67 m_target_wp(target_sp), in SourceManager()
71 : m_last_line(0), m_last_count(0), m_default_set(false), m_target_wp(), in SourceManager()
84 TargetSP target_sp(m_target_wp.lock()); in GetFile()
396 TargetSP target_sp(m_target_wp.lock()); in GetDefaultFileAndLine()
450 m_debugger_wp(debugger_sp), m_target_wp(TargetSP()) { in File()
458 m_target_wp(target_sp) { in File()
612 if (TargetSP target_sp = m_target_wp.lock()) in PathRemappingIsStale()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h80 lldb::TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget()
119 lldb::TargetWP m_target_wp; variable
H A DExpression.h87 lldb::TargetWP m_target_wp; /// Expression's always have to have a target...
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h93 lldb::TargetWP m_target_wp; variable
179 lldb::TargetWP m_target_wp; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h263 lldb::TargetWP m_target_wp; ///< A weak reference to a target
H A DProcess.h1279 Target &GetTarget() { return *m_target_wp.lock(); } in GetTarget()
1286 const Target &GetTarget() const { return *m_target_wp.lock(); } in GetTarget()
3046 std::weak_ptr<Target> m_target_wp; ///< The target that owns this process. variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp71 m_type_system_helper(*m_target_wp.lock(), options.GetExecutionPolicy() == in ClangUserExpression()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1340 lldb::TargetWP m_target_wp; variable
H A DTypeSystemClang.cpp9668 m_target_wp(target.shared_from_this()), in ScratchTypeSystemClang()
9743 TargetSP target_sp = m_target_wp.lock(); in GetUserExpression()
9754 TargetSP target_sp = m_target_wp.lock(); in GetFunctionCaller()
9769 TargetSP target_sp = m_target_wp.lock(); in CreateUtilityFunction()
9794 m_target_wp.lock()->shared_from_this(), in CreateASTSource()