Searched refs:m_target_sp (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | 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 …]
|
| HD | LanguageRuntime.cpp | 88 ProcessSP process_sp (m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
|
| HD | Target.cpp | 2789 m_target_sp (target_sp), in StopHook() 2799 m_target_sp (rhs.m_target_sp), in StopHook() 3682 m_target_sp (target_sp), in TargetEventData() 3689 m_target_sp (target_sp), in TargetEventData() 3728 target_sp = event_data->m_target_sp; in GetTargetFromEvent()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | 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 =() 141 if (!m_target_sp) in Search() 143 empty_sc.target_sp = m_target_sp; in Search() 156 if (!m_target_sp) in SearchInModuleList() 158 empty_sc.target_sp = m_target_sp; in SearchInModuleList() 183 SymbolContext matchingContext (m_target_sp, module_sp); in DoModuleIteration() 206 const ModuleList &target_images = m_target_sp->GetImages(); in DoModuleIteration() 220 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ExecutionContext.h | 594 return m_target_sp; in GetTargetSP() 774 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
|
| HD | Target.h | 570 return m_target_sp; in GetTarget() 580 lldb::TargetSP m_target_sp; 1301 return m_target_sp; in GetTarget() 1346 lldb::TargetSP m_target_sp;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | SearchFilter.h | 259 m_target_sp = target_sp; in SetTarget() 262 lldb::TargetSP m_target_sp; // Every filter has to be associated with a target for variable
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | SymbolContext.cpp | 734 m_target_sp (target_sp), in SymbolContextSpecifier() 789 lldb::ModuleSP module_sp (m_target_sp->GetImages().FindFirstModule (module_spec)); in AddSpecification() 850 if (m_target_sp.get() != sc.target_sp.get()) in SymbolContextMatches() 955 …m_target_sp->GetImages().ResolveSymbolContextForAddress(match_address, eSymbolContextEverything, s… in AddressMatches() 1034 …m_address_range_ap->Dump (s, m_target_sp.get(), Address::DumpStyleLoadAddress, Address::DumpStyleF… in GetDescription()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | SymbolContext.h | 420 lldb::TargetSP m_target_sp;
|