Home
last modified time | relevance | path

Searched refs:TargetSP (Results 1 – 25 of 86) sorted by relevance

1234

/external/lldb/include/lldb/Target/
DTargetList.h105 lldb::TargetSP &target_sp);
119 lldb::TargetSP &target_sp);
138 DeleteTarget (lldb::TargetSP &target_sp);
143 lldb::TargetSP
147 GetIndexOfTarget (lldb::TargetSP target_sp) const;
172 lldb::TargetSP
188 lldb::TargetSP
191 lldb::TargetSP
194 lldb::TargetSP
221 lldb::TargetSP
[all …]
DExecutionContext.h182 SetTargetSP (const lldb::TargetSP &target_sp);
257 lldb::TargetSP
393 ExecutionContext (const lldb::TargetSP &target_sp, bool get_process);
588 const lldb::TargetSP &
631 SetTargetSP (const lldb::TargetSP &target_sp);
687 SetContext (const lldb::TargetSP &target_sp, bool get_process);
771 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
DTarget.h353 TargetEventData (const lldb::TargetSP &new_target_sp);
355 lldb::TargetSP &
367 static const lldb::TargetSP
374 lldb::TargetSP m_target_sp;
943 virtual lldb::TargetSP
1007 lldb::TargetSP &
1058 lldb::TargetSP m_target_sp;
1066 StopHook (lldb::TargetSP target_sp, lldb::user_id_t uid);
DExecutionContextScope.h45 virtual lldb::TargetSP
/external/lldb/source/Target/
DTargetList.cpp68 TargetSP &target_sp) in CreateTarget()
193 TargetSP &target_sp) in CreateTarget()
340 TargetList::DeleteTarget (TargetSP &target_sp) in DeleteTarget()
357 TargetSP
365 TargetSP target_sp; in FindTargetWithExecutableAndArchitecture()
390 TargetSP
394 TargetSP target_sp; in FindTargetWithProcessID()
409 TargetSP
412 TargetSP target_sp; in FindTargetWithProcess()
429 TargetSP
[all …]
DExecutionContext.cpp37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext()
83 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext()
325 ExecutionContext::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP()
385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext()
623 ExecutionContextRef::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP()
684 lldb::TargetSP target_sp (target->shared_from_this()); in SetTargetPtr()
758 lldb::TargetSP
761 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP()
DThreadPlanStepUntil.cpp55 TargetSP target_sp (m_thread.CalculateTarget()); in ThreadPlanStepUntil()
108 TargetSP target_sp (m_thread.CalculateTarget()); in Clear()
348 TargetSP target_sp (m_thread.CalculateTarget()); in DoWillResume()
374 TargetSP target_sp (m_thread.CalculateTarget()); in WillStop()
DThreadPlanTracer.cpp62 TargetSP target_sp (m_thread.CalculateTarget()); in GetLogStream()
132 TargetSP target_sp (m_thread.CalculateTarget()); in GetIntPointerType()
/external/lldb/source/API/
DSBTarget.cpp496 SBTarget::SBTarget(const TargetSP& target_sp) : in SBTarget()
533 TargetSP target_sp(GetSP()); in GetProcess()
554 TargetSP target_sp(GetSP()); in GetDebugger()
564 TargetSP target_sp(GetSP()); in LoadCore()
626 TargetSP target_sp(GetSP()); in Launch()
751 TargetSP target_sp(GetSP()); in Launch()
851 TargetSP target_sp(GetSP()); in Attach()
967 TargetSP target_sp(GetSP()); in AttachToProcessWithID()
1065 TargetSP target_sp(GetSP()); in AttachToProcessWithName()
1157 TargetSP target_sp(GetSP()); in ConnectRemote()
[all …]
DSBDebugger.cpp331 TargetSP target_sp (m_opaque_sp->GetSelectedTarget()); in HandleCommand()
386 TargetSP target_sp (process.GetTarget().GetSP()); in HandleProcessEvent()
526 TargetSP target_sp; in CreateTarget()
569 TargetSP target_sp; in CreateTargetWithFileAndTargetTriple()
598 TargetSP target_sp; in CreateTargetWithFileAndArch()
631 TargetSP target_sp; in CreateTarget()
667 TargetSP target_sp(target.GetSP()); in DeleteTarget()
703 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
733TargetSP target_sp (m_opaque_sp->GetTargetList().FindTargetWithExecutableAndArchitecture (FileSpec… in FindTargetWithFileAndArch()
769 TargetSP target_sp; in GetSelectedTarget()
[all …]
DSBInstruction.cpp79 TargetSP target_sp (target.GetSP()); in GetMnemonic()
98 TargetSP target_sp (target.GetSP()); in GetOperands()
117 TargetSP target_sp (target.GetSP()); in GetComment()
DSBSourceManager.cpp36 SourceManagerImpl (const lldb::TargetSP &target_sp) : in SourceManagerImpl()
61 lldb::TargetSP target_sp (m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers()
DSBValue.cpp175 TargetSP
181 return TargetSP(); in GetTargetSP()
834 TargetSP target_sp; in GetChildAtIndex()
902 TargetSP target_sp; in GetChildMemberWithName()
1194 TargetSP target_sp; in GetTarget()
1301 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1320 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1338 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1451 TargetSP target_sp (value_sp->GetTargetSP()); in GetLoadAddress()
1488 TargetSP target_sp (value_sp->GetTargetSP()); in GetAddress()
[all …]
DSBCommandInterpreter.cpp228 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in GetProcess()
287 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInHomeDirectory()
312 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInCurrentWorkingDirectory()
/external/lldb/include/lldb/Core/
DSearchFilter.h104 SearchFilter (const lldb::TargetSP &target_sp);
251 lldb::TargetSP m_target_sp; // Every filter has to be associated with a target for
263 …SearchFilterForNonModuleSpecificSearches (const lldb::TargetSP &targetSP) : SearchFilter(targetSP)… in SearchFilterForNonModuleSpecificSearches()
293 SearchFilterByModule (const lldb::TargetSP &targetSP,
350 SearchFilterByModuleList (const lldb::TargetSP &targetSP,
407 SearchFilterByModuleListAndCU (const lldb::TargetSP &targetSP,
DDebugger.h62 static lldb::TargetSP
65 static lldb::TargetSP
166 lldb::TargetSP
/external/lldb/include/lldb/Symbol/
DSymbolContext.h84 SymbolContext (const lldb::TargetSP &target_sp,
342 lldb::TargetSP target_sp; ///< The Target for a given query
368 SymbolContextSpecifier (const lldb::TargetSP& target_sp);
391 lldb::TargetSP m_target_sp;
/external/lldb/source/Expression/
DIRMemoryMap.cpp21 IRMemoryMap::IRMemoryMap (lldb::TargetSP target_sp) : in IRMemoryMap()
52 lldb::TargetSP target_sp = m_target_wp.lock(); in FindSpace()
163 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder()
179 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize()
195 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope()
561 lldb::TargetSP target_sp = m_target_wp.lock(); in ReadMemory()
/external/lldb/include/lldb/API/
DSBTarget.h251 SBTarget (const lldb::TargetSP& target_sp);
811 lldb::TargetSP
815 SetSP (const lldb::TargetSP& target_sp);
823 lldb::TargetSP m_opaque_sp;
/external/lldb/source/Core/
DValueObjectMemory.cpp67 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory()
103 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory()
DSearchFilter.cpp45 SearchFilter::SearchFilter(const TargetSP &target_sp) : in SearchFilter()
317 SearchFilterByModule::SearchFilterByModule (const lldb::TargetSP &target_sp, const FileSpec &module… in SearchFilterByModule()
461 SearchFilterByModuleList::SearchFilterByModuleList (const lldb::TargetSP &target_sp, const FileSpec… in SearchFilterByModuleList()
635 SearchFilterByModuleListAndCU::SearchFilterByModuleListAndCU (const lldb::TargetSP &target_sp, in SearchFilterByModuleListAndCU()
DSourceManager.cpp41 SourceManager::SourceManager(const TargetSP &target_sp) : in SourceManager()
80 TargetSP target_sp (m_target_wp.lock()); in GetFile()
276 TargetSP target_sp (m_target_wp.lock()); in GetDefaultFileAndLine()
/external/lldb/include/lldb/Expression/
DClangASTSource.h48 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource()
415 …const lldb::TargetSP m_target; ///< The target to use in finding variable…
/external/lldb/source/Commands/
DCommandObjectQuit.cpp59 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
/external/lldb/source/DataFormatters/
DTypeSynthetic.cpp77 TargetSP target_sp = backend.GetTargetSP(); in FrontEnd()

1234