Searched refs:m_target_sp (Results 1 – 9 of 9) sorted by relevance
/external/lldb/source/Target/ |
D | ExecutionContext.cpp | 22 m_target_sp (), in ExecutionContext() 30 m_target_sp(rhs.m_target_sp), in ExecutionContext() 38 m_target_sp (), in ExecutionContext() 48 m_target_sp (), in ExecutionContext() 58 m_target_sp (), in ExecutionContext() 68 m_target_sp (), in ExecutionContext() 78 m_target_sp (), in ExecutionContext() 89 m_target_sp (), in ExecutionContext() 100 m_target_sp (), in ExecutionContext() 111 m_target_sp (), in ExecutionContext() [all …]
|
D | LanguageRuntime.cpp | 74 ProcessSP process_sp (m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
|
D | Target.cpp | 2185 m_target_sp (target_sp), in StopHook() 2195 m_target_sp (rhs.m_target_sp), in StopHook() 2803 m_target_sp (new_target_sp) in TargetEventData() 2825 target_sp = data->m_target_sp; in GetTargetFromEvent()
|
/external/lldb/source/Core/ |
D | SearchFilter.cpp | 46 m_target_sp (target_sp) in SearchFilter() 54 m_target_sp (rhs.m_target_sp) in SearchFilter() 64 m_target_sp = rhs.m_target_sp; in operator =() 132 if (!m_target_sp) in Search() 134 empty_sc.target_sp = m_target_sp; in Search() 147 if (!m_target_sp) in SearchInModuleList() 149 empty_sc.target_sp = m_target_sp; in SearchInModuleList() 174 SymbolContext matchingContext (m_target_sp, module_sp); in DoModuleIteration() 197 const ModuleList &target_images = m_target_sp->GetImages(); in DoModuleIteration() 211 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration() [all …]
|
/external/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 591 return m_target_sp; in GetTargetSP() 771 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
|
D | Target.h | 358 return m_target_sp; in GetTarget() 374 lldb::TargetSP m_target_sp; 1010 return m_target_sp; in GetTarget() 1058 lldb::TargetSP m_target_sp;
|
/external/lldb/source/Symbol/ |
D | SymbolContext.cpp | 657 m_target_sp (target_sp), in SymbolContextSpecifier() 712 lldb::ModuleSP module_sp (m_target_sp->GetImages().FindFirstModule (module_spec)); in AddSpecification() 773 if (m_target_sp.get() != sc.target_sp.get()) in SymbolContextMatches() 878 …m_target_sp->GetImages().ResolveSymbolContextForAddress(match_address, eSymbolContextEverything, s… in AddressMatches() 957 …m_address_range_ap->Dump (s, m_target_sp.get(), Address::DumpStyleLoadAddress, Address::DumpStyleF… in GetDescription()
|
/external/lldb/include/lldb/Symbol/ |
D | SymbolContext.h | 391 lldb::TargetSP m_target_sp;
|
/external/lldb/include/lldb/Core/ |
D | SearchFilter.h | 251 lldb::TargetSP m_target_sp; // Every filter has to be associated with a target for variable
|