Home
last modified time | relevance | path

Searched defs:target_sp (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp168 TargetSP target_sp(GetSP()); in GetProcess() local
180 TargetSP target_sp(GetSP()); in GetPlatform() local
194 TargetSP target_sp(GetSP()); in GetDebugger() local
204 TargetSP target_sp(GetSP()); in GetStatistics() local
218 TargetSP target_sp(GetSP()); in SetCollectingStats() local
227 TargetSP target_sp(GetSP()); in GetCollectingStats() local
244 TargetSP target_sp(GetSP()); in LoadCore() local
291 TargetSP target_sp(GetSP()); in Install() local
311 TargetSP target_sp(GetSP()); in Launch() local
388 TargetSP target_sp(GetSP()); in Launch() local
[all …]
H A DSBInstruction.cpp118 TargetSP target_sp(target.GetSP()); in GetMnemonic() local
137 TargetSP target_sp(target.GetSP()); in GetOperands() local
156 TargetSP target_sp(target.GetSP()); in GetComment() local
173 TargetSP target_sp(target.GetSP()); in GetControlFlowKind() local
H A DSBValue.cpp99 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid() local
650 TargetSP target_sp; in GetChildAtIndex() local
699 TargetSP target_sp; in GetChildMemberWithName() local
990 TargetSP target_sp; in GetTarget() local
1062 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() local
1077 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() local
1090 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() local
1266 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress() local
1296 TargetSP target_sp(value_sp->GetTargetSP()); in GetAddress() local
1325 TargetSP target_sp(value_sp->GetTargetSP()); in GetPointeeData() local
[all …]
H A DSBSourceManager.cpp28 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {} in SourceManagerImpl()
46 lldb::TargetSP target_sp(m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers() local
H A DSBDebugger.cpp570 TargetSP target_sp(m_opaque_sp->GetSelectedTarget()); in HandleCommand() local
636 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent() local
831 TargetSP target_sp; in CreateTarget() local
866 TargetSP target_sp; in CreateTargetWithFileAndTargetTriple() local
893 TargetSP target_sp; in CreateTargetWithFileAndArch() local
934 TargetSP target_sp; in CreateTarget() local
973 TargetSP target_sp(target.GetSP()); in DeleteTarget() local
1004 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget() local
1034 TargetSP target_sp( in FindTargetWithFileAndArch() local
1068 TargetSP target_sp; in GetSelectedTarget() local
[all …]
H A DSBBreakpoint.cpp788 SBBreakpointListImpl(lldb::TargetSP target_sp) { in SBBreakpointListImpl()
800 TargetSP target_sp = m_target_wp.lock(); in GetBreakpointAtIndex() local
808 TargetSP target_sp = m_target_wp.lock(); in FindBreakpointByID() local
820 TargetSP target_sp = m_target_wp.lock(); in Append() local
830 TargetSP target_sp = m_target_wp.lock(); in AppendIfUnique() local
844 TargetSP target_sp = m_target_wp.lock(); in AppendByID() local
H A DSBBreakpointName.cpp37 SBBreakpointNameImpl(TargetSP target_sp, const char *name) { in SBBreakpointNameImpl()
83 TargetSP target_sp = sb_target.GetSP(); in SBBreakpointNameImpl() local
101 TargetSP target_sp = GetTarget(); in GetBreakpointName() local
222 TargetSP target_sp = m_impl_up->GetTarget(); in UpdateName() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp50 TargetSP &target_sp) { in CreateTarget()
371 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget()
416 TargetSP target_sp; in FindTargetWithProcess() local
433 TargetSP target_sp; in GetTargetSP() local
450 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt() local
473 for (const auto &target_sp : m_target_list) { in SignalIfRunning() local
482 TargetSP target_sp(FindTargetWithProcessID(pid)); in SignalIfRunning() local
500 TargetSP target_sp; in GetTargetAtIndex() local
549 for (const auto &target_sp : m_target_list) { in AnyTargetContainsModule() local
553 for (const auto &target_sp: m_in_process_target_list) { in AnyTargetContainsModule() local
[all …]
H A DExecutionContext.cpp24 ExecutionContext::ExecutionContext(const lldb::TargetSP &target_sp, in ExecutionContext()
52 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext() local
245 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
289 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext()
458 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
499 lldb::TargetSP target_sp(target->shared_from_this()); in SetTargetPtr() local
563 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP() local
H A DProcessTrace.cpp33 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance()
42 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug()
46 ProcessTrace::ProcessTrace(TargetSP target_sp, ListenerSP listener_sp) in ProcessTrace()
H A DThreadPlanTracer.cpp48 TargetSP target_sp(GetThread().CalculateTarget()); in GetLogStream() local
105 if (auto target_sp = m_process.CalculateTarget()) { in GetIntPointerType() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp72 SearchFilter::SearchFilter(const TargetSP &target_sp, unsigned char filterType) in SearchFilter()
78 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
164 lldb::SearchFilterSP SearchFilter::CreateCopy(lldb::TargetSP& target_sp) { in CreateCopy()
356 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
391 SearchFilterByModule::SearchFilterByModule(const lldb::TargetSP &target_sp, in SearchFilterByModule()
456 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
498 const lldb::TargetSP &target_sp, const FileSpecList &module_list) in SearchFilterByModuleList()
503 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleList()
586 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
627 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleListAndCU()
[all …]
H A DDumpDataExtractor.cpp127 TargetSP target_sp; in DumpInstructions() local
249 TargetSP target_sp = exe_scope->CalculateTarget(); in GetMemoryTags() local
319 static const llvm::fltSemantics &GetFloatSemantics(const TargetSP &target_sp, in GetFloatSemantics()
656 TargetSP target_sp; in DumpDataExtractor() local
706 TargetSP target_sp(exe_scope->CalculateTarget()); in DumpDataExtractor() local
H A DSourceManager.cpp65 SourceManager::SourceManager(const TargetSP &target_sp) in SourceManager()
84 TargetSP target_sp(m_target_wp.lock()); in GetFile() local
396 TargetSP target_sp(m_target_wp.lock()); in GetDefaultFileAndLine() local
454 SourceManager::File::File(const FileSpec &file_spec, TargetSP target_sp) in File()
463 TargetSP target_sp) { in CommonInitializer()
612 if (TargetSP target_sp = m_target_wp.lock()) in PathRemappingIsStale() local
H A DValueObjectMemory.cpp62 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory() local
89 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory() local
H A DValueObjectVTable.cpp68 TargetSP target_sp = GetTargetSP(); in UpdateValue() local
229 TargetSP target_sp = GetTargetSP(); in UpdateValue() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp69 ProcessFreeBSDKernel::ProcessFreeBSDKernel(lldb::TargetSP target_sp, in ProcessFreeBSDKernel()
73 lldb::ProcessSP ProcessFreeBSDKernel::CreateInstance(lldb::TargetSP target_sp, in CreateInstance()
115 bool ProcessFreeBSDKernel::CanDebug(lldb::TargetSP target_sp, in CanDebug()
282 ProcessFreeBSDKernelFVC::ProcessFreeBSDKernelFVC(lldb::TargetSP target_sp, in ProcessFreeBSDKernelFVC()
309 ProcessFreeBSDKernelKVM::ProcessFreeBSDKernelKVM(lldb::TargetSP target_sp, in ProcessFreeBSDKernelKVM()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp23 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { in IRMemoryMap()
59 lldb::TargetSP target_sp = m_target_wp.lock(); in FindSpace() local
259 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder() local
273 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize() local
287 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope() local
660 lldb::TargetSP target_sp = m_target_wp.lock(); in ReadMemory() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp62 if (auto target_sp = m_backend.GetTargetSP()) { in GenericBitsetFrontEnd() local
85 TargetSP target_sp = m_backend.GetTargetSP(); in Update() local
H A DCoroutines.cpp44 static Function *ExtractDestroyFunction(lldb::TargetSP target_sp, in ExtractDestroyFunction()
148 lldb::TargetSP target_sp = m_backend.GetTargetSP(); in Update() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget()
291 SearchFilterForUnconstrainedSearches(const lldb::TargetSP &target_sp) in SearchFilterForUnconstrainedSearches()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp77 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject() local
149 TargetSP target_sp; in FormatObject() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h24 lldb::TargetSP target_sp; member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp176 TargetSP target_sp = in OptionParsingStarting() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp37 TargetSP target_sp = in SetOptionValue() local

1234