/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBTarget.cpp | 102 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) { in SBTarget() 167 TargetSP target_sp(GetSP()); in GetProcess() local 179 TargetSP target_sp(GetSP()); in GetPlatform() local 193 TargetSP target_sp(GetSP()); in GetDebugger() local 203 TargetSP target_sp(GetSP()); in GetStatistics() local 217 TargetSP target_sp(GetSP()); in SetCollectingStats() local 226 TargetSP target_sp(GetSP()); in GetCollectingStats() local 243 TargetSP target_sp(GetSP()); in LoadCore() local 266 TargetSP target_sp = GetSP(); in LaunchSimple() local 290 TargetSP target_sp(GetSP()); in Install() local [all …]
|
H A D | SBInstruction.cpp | 116 TargetSP target_sp(target.GetSP()); in GetMnemonic() local 135 TargetSP target_sp(target.GetSP()); in GetOperands() local 154 TargetSP target_sp(target.GetSP()); in GetComment() local 173 TargetSP target_sp(target.GetSP()); in GetControlFlowKind() local
|
H A D | SBValue.cpp | 99 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid() local 660 TargetSP target_sp; in GetChildAtIndex() local 709 TargetSP target_sp; in GetChildMemberWithName() local 1001 TargetSP target_sp; in GetTarget() local 1068 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() local 1083 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() local 1096 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() local 1151 lldb::TargetSP target_sp = value_sp->GetTargetSP(); in EvaluateExpression() local 1187 lldb::TargetSP target_sp = value_sp->GetTargetSP(); in EvaluateExpression() local 1268 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress() local [all …]
|
H A D | SBDebugger.cpp | 559 TargetSP target_sp(m_opaque_sp->GetSelectedTarget()); in HandleCommand() local 625 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent() local 817 TargetSP target_sp; in CreateTarget() local 852 TargetSP target_sp; in CreateTargetWithFileAndTargetTriple() local 879 TargetSP target_sp; in CreateTargetWithFileAndArch() local 920 TargetSP target_sp; in CreateTarget() local 959 TargetSP target_sp(target.GetSP()); in DeleteTarget() local 990 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget() local 1020 TargetSP target_sp( in FindTargetWithFileAndArch() local 1054 TargetSP target_sp; in GetSelectedTarget() local [all …]
|
H A D | SBSourceManager.cpp | 29 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {} in SourceManagerImpl() 47 lldb::TargetSP target_sp(m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers() local
|
H A D | SBBreakpoint.cpp | 790 SBBreakpointListImpl(lldb::TargetSP target_sp) { in SBBreakpointListImpl() 802 TargetSP target_sp = m_target_wp.lock(); in GetBreakpointAtIndex() local 810 TargetSP target_sp = m_target_wp.lock(); in FindBreakpointByID() local 822 TargetSP target_sp = m_target_wp.lock(); in Append() local 832 TargetSP target_sp = m_target_wp.lock(); in AppendIfUnique() local 846 TargetSP target_sp = m_target_wp.lock(); in AppendByID() local
|
H A D | SBBreakpointName.cpp | 37 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
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | TargetList.cpp | 50 TargetSP &target_sp) { in CreateTarget() 65 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget() 79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal() 251 lldb::TargetSP &target_sp) { in CreateTargetInternal() 369 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget() 414 TargetSP target_sp; in FindTargetWithProcess() local 431 TargetSP target_sp; in GetTargetSP() local 448 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt() local 471 for (const auto &target_sp : m_target_list) { in SignalIfRunning() local 480 TargetSP target_sp(FindTargetWithProcessID(pid)); in SignalIfRunning() local [all …]
|
H A D | ExecutionContext.cpp | 24 ExecutionContext::ExecutionContext(const lldb::TargetSP &target_sp, in ExecutionContext() 52 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext() local 244 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() 288 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() 457 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() 498 lldb::TargetSP target_sp(target->shared_from_this()); in SetTargetPtr() local 561 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP() local
|
H A D | ProcessTrace.cpp | 31 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance() 40 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug() 44 ProcessTrace::ProcessTrace(TargetSP target_sp, ListenerSP listener_sp) in ProcessTrace()
|
H A D | ThreadPlanTracer.cpp | 49 TargetSP target_sp(GetThread().CalculateTarget()); in GetLogStream() local 106 if (auto target_sp = m_process.CalculateTarget()) { in GetIntPointerType() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | SearchFilter.cpp | 72 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 D | DumpDataExtractor.cpp | 127 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() 649 TargetSP target_sp; in DumpDataExtractor() local 699 TargetSP target_sp(exe_scope->CalculateTarget()); in DumpDataExtractor() local
|
H A D | ValueObjectMemory.cpp | 62 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory() local 89 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 69 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() 277 ProcessFreeBSDKernelFVC::ProcessFreeBSDKernelFVC(lldb::TargetSP target_sp, in ProcessFreeBSDKernelFVC() 304 ProcessFreeBSDKernelKVM::ProcessFreeBSDKernelKVM(lldb::TargetSP target_sp, in ProcessFreeBSDKernelKVM()
|
/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 23 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 234 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder() local 248 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize() local 262 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope() local 635 lldb::TargetSP target_sp = m_target_wp.lock(); in ReadMemory() local
|
H A D | UserExpression.cpp | 69 lldb::TargetSP &target_sp, in LockAndCheckContext() 94 lldb::TargetSP target_sp; in MatchesContext() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | GenericBitset.cpp | 62 if (auto target_sp = m_backend.GetTargetSP()) { in GenericBitsetFrontEnd() local 83 TargetSP target_sp = m_backend.GetTargetSP(); in Update() local
|
H A D | Coroutines.cpp | 44 static Function *ExtractDestroyFunction(lldb::TargetSP target_sp, in ExtractDestroyFunction() 148 lldb::TargetSP target_sp = m_backend.GetTargetSP(); in Update() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | SearchFilter.h | 276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget() 291 SearchFilterForUnconstrainedSearches(const lldb::TargetSP &target_sp) in SearchFilterForUnconstrainedSearches()
|
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 77 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject() local 149 TargetSP target_sp; in FormatObject() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 55 lldb::ProcessSP ScriptedProcess::CreateInstance(lldb::TargetSP target_sp, in CreateInstance() 78 bool ScriptedProcess::CanDebug(lldb::TargetSP target_sp, in CanDebug() 83 ScriptedProcess::ScriptedProcess(lldb::TargetSP target_sp, in ScriptedProcess()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 61 lldb::ProcessSP ProcessMachCore::CreateInstance(lldb::TargetSP target_sp, in CreateInstance() 85 bool ProcessMachCore::CanDebug(lldb::TargetSP target_sp, in CanDebug() 110 ProcessMachCore::ProcessMachCore(lldb::TargetSP target_sp, in ProcessMachCore()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleLoader.h | 24 lldb::TargetSP target_sp; member
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectDisassemble.cpp | 109 TargetSP target_sp = in SetOptionValue() local 133 const auto &target_sp = execution_context->GetTargetSP(); in SetOptionValue() local
|