Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DExecutionContext.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 …]
DLanguageRuntime.cpp74 ProcessSP process_sp (m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
DTarget.cpp2185 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/
DSearchFilter.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 =()
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/
DExecutionContext.h591 return m_target_sp; in GetTargetSP()
771 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
DTarget.h358 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/
DSymbolContext.cpp657 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()
878m_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/
DSymbolContext.h391 lldb::TargetSP m_target_sp;
/external/lldb/include/lldb/Core/
DSearchFilter.h251 lldb::TargetSP m_target_sp; // Every filter has to be associated with a target for variable