Home
last modified time | relevance | path

Searched refs:m_target_wp (Results 1 – 17 of 17) 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()
267 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder()
281 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize()
295 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope()
662 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.cpp426 m_target_wp(target_sp), m_public_state(eStateUnloaded), in Process()
1033 if (TargetSP target_sp = m_target_wp.lock()) { in SetExitStatus()
4480 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) {} in SourceManagerImpl()
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; 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.cpp803 m_target_wp = target_sp; in SBBreakpointListImpl()
813 TargetSP target_sp = m_target_wp.lock(); in GetBreakpointAtIndex()
821 TargetSP target_sp = m_target_wp.lock(); in FindBreakpointByID()
833 TargetSP target_sp = m_target_wp.lock(); in Append()
843 TargetSP target_sp = m_target_wp.lock(); in AppendIfUnique()
857 TargetSP target_sp = m_target_wp.lock(); in AppendByID()
874 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget()
878 TargetWP m_target_wp; member in SBBreakpointListImpl
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp73 m_last_count(0), m_default_set(false), m_target_wp(target_sp), in SourceManager()
78 m_last_count(0), m_default_set(false), m_target_wp(), in SourceManager()
94 TargetSP target_sp(m_target_wp.lock()); in GetFile()
413 TargetSP target_sp(m_target_wp.lock()); in GetDefaultFileAndLine()
465 m_mod_time(), m_debugger_wp(debugger_sp), m_target_wp(TargetSP()) { in File()
474 m_target_wp(target_sp) { in File()
641 if (TargetSP target_sp = m_target_wp.lock()) in PathRemappingIsStale()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h86 lldb::TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget()
125 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.h107 lldb::TargetWP m_target_wp; variable
205 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.h1269 Target &GetTarget() { return *m_target_wp.lock(); } in GetTarget()
1276 const Target &GetTarget() const { return *m_target_wp.lock(); } in GetTarget()
3120 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.h1365 lldb::TargetWP m_target_wp; variable
H A DTypeSystemClang.cpp9593 m_target_wp(target.shared_from_this()), in ScratchTypeSystemClang()
9669 TargetSP target_sp = m_target_wp.lock(); in GetUserExpression()
9680 TargetSP target_sp = m_target_wp.lock(); in GetFunctionCaller()
9695 TargetSP target_sp = m_target_wp.lock(); in CreateUtilityFunction()
9720 m_target_wp.lock()->shared_from_this(), in CreateASTSource()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2586 if (TargetSP target_sp = m_target_wp.lock()) in RemoveNewThreadBreakpoints()