Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDExecutionContext.cpp22 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 …]
HDLanguageRuntime.cpp88 ProcessSP process_sp (m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
HDTarget.cpp2789 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/
HDSearchFilter.cpp46 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/
HDExecutionContext.h594 return m_target_sp; in GetTargetSP()
774 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
HDTarget.h570 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/
HDSearchFilter.h259 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/
HDSymbolContext.cpp734 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()
955m_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/
HDSymbolContext.h420 lldb::TargetSP m_target_sp;