Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTargetList.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 …]
HDExecutionContext.h182 SetTargetSP (const lldb::TargetSP &target_sp);
257 lldb::TargetSP
393 ExecutionContext (const lldb::TargetSP &target_sp, bool get_process);
591 const lldb::TargetSP &
634 SetTargetSP (const lldb::TargetSP &target_sp);
690 SetContext (const lldb::TargetSP &target_sp, bool get_process);
774 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
HDTarget.h539 TargetEventData (const lldb::TargetSP &target_sp);
541 TargetEventData (const lldb::TargetSP &target_sp, const ModuleList &module_list);
561 static lldb::TargetSP
567 const lldb::TargetSP &
580 lldb::TargetSP m_target_sp;
1202 virtual lldb::TargetSP
1298 lldb::TargetSP &
1346 lldb::TargetSP m_target_sp;
1354 StopHook (lldb::TargetSP target_sp, lldb::user_id_t uid);
HDExecutionContextScope.h45 virtual lldb::TargetSP
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp111 SBTarget::SBTarget(const TargetSP& target_sp) : in SBTarget()
174 TargetSP target_sp(GetSP()); in GetProcess()
193 TargetSP target_sp(GetSP()); in GetPlatform()
207 TargetSP target_sp(GetSP()); in GetDebugger()
217 TargetSP target_sp(GetSP()); in LoadCore()
264 TargetSP target_sp(GetSP()); in Install()
292 TargetSP target_sp(GetSP()); in Launch()
387 TargetSP target_sp(GetSP()); in Launch()
450 TargetSP target_sp(GetSP()); in Attach()
524 TargetSP target_sp(GetSP()); in AttachToProcessWithID()
[all …]
HDSBDebugger.cpp425 TargetSP target_sp (m_opaque_sp->GetSelectedTarget()); in HandleCommand()
481 TargetSP target_sp (process.GetTarget().GetSP()); in HandleProcessEvent()
621 TargetSP target_sp; in CreateTarget()
658 TargetSP target_sp; in CreateTargetWithFileAndTargetTriple()
686 TargetSP target_sp; in CreateTargetWithFileAndArch()
718 TargetSP target_sp; in CreateTarget()
750 TargetSP target_sp(target.GetSP()); in DeleteTarget()
786 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
816TargetSP target_sp (m_opaque_sp->GetTargetList().FindTargetWithExecutableAndArchitecture (FileSpec… in FindTargetWithFileAndArch()
852 TargetSP target_sp; in GetSelectedTarget()
[all …]
HDSBInstruction.cpp80 TargetSP target_sp (target.GetSP()); in GetMnemonic()
99 TargetSP target_sp (target.GetSP()); in GetOperands()
118 TargetSP target_sp (target.GetSP()); in GetComment()
HDSBSourceManager.cpp34 SourceManagerImpl (const lldb::TargetSP &target_sp) : in SourceManagerImpl()
59 lldb::TargetSP target_sp (m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers()
HDSBValue.cpp115 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid()
209 TargetSP
215 return TargetSP(); in GetTargetSP()
962 TargetSP target_sp; in GetChildAtIndex()
1027 TargetSP target_sp; in GetChildMemberWithName()
1341 TargetSP target_sp; in GetTarget()
1460 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1479 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1497 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1610 TargetSP target_sp (value_sp->GetTargetSP()); in GetLoadAddress()
[all …]
HDSystemInitializerFull.cpp182 lldb::TargetSP& target,
200 const lldb::TargetSP& target_sp);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp69 TargetSP &target_sp) in CreateTarget()
86 TargetSP &target_sp) in CreateTarget()
103 TargetSP &target_sp, in CreateTargetInternal()
331 lldb::TargetSP
351 lldb::TargetSP &target_sp) in CreateDummyTarget()
369 lldb::TargetSP &target_sp, in CreateTargetInternal()
518 TargetList::DeleteTarget (TargetSP &target_sp) in DeleteTarget()
535 TargetSP
543 TargetSP target_sp; in FindTargetWithExecutableAndArchitecture()
568 TargetSP
[all …]
HDExecutionContext.cpp37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext()
83 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext()
347 ExecutionContext::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP()
407 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext()
645 ExecutionContextRef::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP()
706 lldb::TargetSP target_sp (target->shared_from_this()); in SetTargetPtr()
784 lldb::TargetSP
787 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP()
HDThreadPlanStepUntil.cpp54 TargetSP target_sp (m_thread.CalculateTarget()); in ThreadPlanStepUntil()
107 TargetSP target_sp (m_thread.CalculateTarget()); in Clear()
347 TargetSP target_sp (m_thread.CalculateTarget()); in DoWillResume()
373 TargetSP target_sp (m_thread.CalculateTarget()); in WillStop()
HDThreadPlanTracer.cpp65 TargetSP target_sp (m_thread.CalculateTarget()); in GetLogStream()
135 TargetSP target_sp (m_thread.CalculateTarget()); in GetIntPointerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDSearchFilter.h104 SearchFilter (const lldb::TargetSP &target_sp);
257 SetTarget(lldb::TargetSP &target_sp) in SetTarget()
262 lldb::TargetSP m_target_sp; // Every filter has to be associated with a target for
274 …SearchFilterForUnconstrainedSearches (const lldb::TargetSP &target_sp) : SearchFilter(target_sp) {} in SearchFilterForUnconstrainedSearches()
309 SearchFilterByModule (const lldb::TargetSP &targetSP,
370 SearchFilterByModuleList (const lldb::TargetSP &targetSP,
431 SearchFilterByModuleListAndCU (const lldb::TargetSP &targetSP,
HDDebugger.h61 static lldb::TargetSP
64 static lldb::TargetSP
153 lldb::TargetSP
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbolContext.h84 SymbolContext (const lldb::TargetSP &target_sp,
370 lldb::TargetSP target_sp; ///< The Target for a given query
397 SymbolContextSpecifier (const lldb::TargetSP& target_sp);
420 lldb::TargetSP m_target_sp;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTarget.h51 SBTarget (const lldb::TargetSP& target_sp);
805 lldb::TargetSP
809 SetSP (const lldb::TargetSP& target_sp);
817 lldb::TargetSP m_opaque_sp;
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRMemoryMap.cpp21 IRMemoryMap::IRMemoryMap (lldb::TargetSP target_sp) : in IRMemoryMap()
52 lldb::TargetSP target_sp = m_target_wp.lock(); in FindSpace()
156 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder()
172 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize()
188 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope()
585 lldb::TargetSP target_sp = m_target_wp.lock(); in ReadMemory()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRMemoryMap.h41 IRMemoryMap (lldb::TargetSP target_sp);
72 lldb::TargetSP
HDClangASTSource.h49 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource()
405 …const lldb::TargetSP m_target; ///< The target to use in finding variable…
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDSearchFilter.cpp45 SearchFilter::SearchFilter(const TargetSP &target_sp) : in SearchFilter()
126 TargetSP target_sp = breakpoint.GetTargetSP(); in CopyForBreakpoint()
333 SearchFilterByModule::SearchFilterByModule (const lldb::TargetSP &target_sp, const FileSpec &module… in SearchFilterByModule()
485 SearchFilterByModuleList::SearchFilterByModuleList (const lldb::TargetSP &target_sp, in SearchFilterByModuleList()
668 SearchFilterByModuleListAndCU::SearchFilterByModuleListAndCU (const lldb::TargetSP &target_sp, in SearchFilterByModuleListAndCU()
HDDebugger.cpp195 TargetSP target_sp; in SetPropertyValue()
611 TargetSP
614 TargetSP target_sp; in FindTargetWithProcessID()
630 TargetSP
633 TargetSP target_sp; in FindTargetWithProcess()
721 TargetSP target_sp (m_target_list.GetTargetAtIndex (i)); in Clear()
837 TargetSP target_sp(GetSelectedTarget()); in GetSelectedExecutionContext()
1379 TargetSP target_sp = GetTargetList().GetSelectedTarget(); in GetProcessSTDOUT()
1411 TargetSP target_sp = GetTargetList().GetSelectedTarget(); in GetProcessSTDERR()
HDValueObjectMemory.cpp67 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory()
103 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeFormat.cpp104 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
185 TargetSP target_sp; in FormatObject()

1234