Searched refs:m_target_sp (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | ExecutionContext.cpp | 20 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() {} in ExecutionContext() 23 : m_target_sp(rhs.m_target_sp), m_process_sp(rhs.m_process_sp), in ExecutionContext() 28 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 34 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 40 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 46 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 53 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 60 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 67 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() 74 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext() [all …]
|
D | LanguageRuntime.cpp | 57 ProcessSP process_sp(m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
|
D | Target.cpp | 3224 : UserID(uid), m_target_sp(target_sp), m_specifier_sp(), in StopHook() 3228 : UserID(rhs.GetID()), m_target_sp(rhs.m_target_sp), in StopHook() 4293 : EventData(), m_target_sp(target_sp), m_module_list() {} in TargetEventData() 4297 : EventData(), m_target_sp(target_sp), m_module_list(module_list) {} in TargetEventData() 4330 target_sp = event_data->m_target_sp; in GetTargetFromEvent()
|
/external/llvm-project/lldb/source/Core/ |
D | 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() 246 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration() 265 const ModuleList &target_images = m_target_sp->GetImages(); in DoModuleIteration() 277 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration() 303 SymbolContext matchingContext(m_target_sp, module_sp, context.comp_unit); in DoCUIteration() 318 SymbolContext matchingContext(m_target_sp, module_sp, cu_sp.get()); in DoCUIteration() [all …]
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangUserExpression.h | 199 ResultDelegate(lldb::TargetSP target) : m_target_sp(target) {} in ResultDelegate() 209 lldb::TargetSP m_target_sp; variable
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 453 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP() 560 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
|
D | Target.h | 488 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget() 493 lldb::TargetSP m_target_sp; 1167 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget() 1205 lldb::TargetSP m_target_sp;
|
/external/llvm-project/lldb/source/Symbol/ |
D | SymbolContext.cpp | 927 : m_target_sp(target_sp), m_module_spec(), m_module_sp(), m_file_spec_up(), in SymbolContextSpecifier() 967 m_target_sp->GetImages().FindFirstModule(module_spec)); in AddSpecification() 1027 if (m_target_sp && !m_target_sp->IsDummyTarget() && in SymbolContextMatches() 1028 m_target_sp != sc.target_sp) in SymbolContextMatches() 1113 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches() 1178 m_address_range_up->Dump(s, m_target_sp.get(), in GetDescription()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | 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
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolContext.h | 358 lldb::TargetSP m_target_sp;
|