Home
last modified time | relevance | path

Searched refs:m_target_sp (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDExecutionContext.cpp20 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() {} in ExecutionContext()
26 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
32 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
38 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
44 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
51 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
58 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
65 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
72 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
80 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
[all …]
HDLanguageRuntime.cpp57 ProcessSP process_sp(m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
HDTarget.cpp3692 : UserID(uid), m_target_sp(target_sp), m_specifier_sp(), in StopHook()
3696 : UserID(rhs.GetID()), m_target_sp(rhs.m_target_sp), in StopHook()
4889 : EventData(), m_target_sp(target_sp), m_module_list() {} in TargetEventData()
4893 : EventData(), m_target_sp(target_sp), m_module_list(module_list) {} in TargetEventData()
4925 target_sp = event_data->m_target_sp; in GetTargetFromEvent()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDSearchFilter.cpp73 : m_target_sp(target_sp), SubclassID(filterType) {} in SearchFilter()
207 if (!m_target_sp) in Search()
209 empty_sc.target_sp = m_target_sp; in Search()
222 if (!m_target_sp) in SearchInModuleList()
224 empty_sc.target_sp = m_target_sp; in SearchInModuleList()
242 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration()
261 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in DoModuleIteration()
268 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration()
294 SymbolContext matchingContext(m_target_sp, module_sp, context.comp_unit); in DoCUIteration()
309 SymbolContext matchingContext(m_target_sp, module_sp, cu_sp.get()); in DoCUIteration()
[all …]
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDStringPrinter.h112 void SetTargetSP(lldb::TargetSP t) { m_target_sp = std::move(t); } in SetTargetSP()
114 lldb::TargetSP GetTargetSP() const { return m_target_sp; } in GetTargetSP()
122 lldb::TargetSP m_target_sp; variable
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangPersistentVariables.cpp33 : m_target_sp(target_sp) {} in ClangPersistentVariables()
122 ClangModulesDeclVendor::Create(*m_target_sp)); in GetClangModulesDeclVendor()
HDClangUserExpression.h220 ResultDelegate(lldb::TargetSP target) : m_target_sp(target) {} in ResultDelegate()
230 lldb::TargetSP m_target_sp; variable
HDClangPersistentVariables.h114 std::shared_ptr<Target> m_target_sp; variable
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDExecutionContext.h454 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP()
561 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
HDTarget.h542 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget()
547 lldb::TargetSP m_target_sp;
1298 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget()
1336 lldb::TargetSP m_target_sp;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolContext.cpp931 : m_target_sp(target_sp), m_module_spec(), m_module_sp(), m_file_spec_up(), in SymbolContextSpecifier()
971 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
1030 if (m_target_sp && !m_target_sp->IsDummyTarget() && in SymbolContextMatches()
1031 m_target_sp != sc.target_sp) in SymbolContextMatches()
1116 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches()
1181 m_address_range_up->Dump(s, m_target_sp.get(), in GetDescription()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDSearchFilter.h276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget()
278 lldb::TargetSP m_target_sp; // Every filter has to be associated with variable
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolContext.h355 lldb::TargetSP m_target_sp;