| /freebsd-14-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ExecutionContext.cpp | 20 : 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 …]
|
| HD | LanguageRuntime.cpp | 57 ProcessSP process_sp(m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
|
| HD | Target.cpp | 3692 : 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/ |
| HD | SearchFilter.cpp | 73 : 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/ |
| HD | StringPrinter.h | 112 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/ |
| HD | ClangPersistentVariables.cpp | 33 : m_target_sp(target_sp) {} in ClangPersistentVariables() 122 ClangModulesDeclVendor::Create(*m_target_sp)); in GetClangModulesDeclVendor()
|
| HD | ClangUserExpression.h | 220 ResultDelegate(lldb::TargetSP target) : m_target_sp(target) {} in ResultDelegate() 230 lldb::TargetSP m_target_sp; variable
|
| HD | ClangPersistentVariables.h | 114 std::shared_ptr<Target> m_target_sp; variable
|
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | ExecutionContext.h | 454 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
|
| HD | Target.h | 542 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/ |
| HD | SymbolContext.cpp | 931 : 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/ |
| HD | SearchFilter.h | 276 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/ |
| HD | SymbolContext.h | 355 lldb::TargetSP m_target_sp;
|