Home
last modified time | relevance | path

Searched defs:platform_sp (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp343 PlatformSP platform_sp(GetSP()); in GetName() local
351 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP()
358 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory() local
367 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory() local
382 PlatformSP platform_sp(GetSP()); in ConnectRemote() local
396 PlatformSP platform_sp(GetSP()); in DisconnectRemote() local
404 PlatformSP platform_sp(GetSP()); in IsConnected() local
413 PlatformSP platform_sp(GetSP()); in GetTriple() local
428 PlatformSP platform_sp(GetSP()); in GetOSBuild() local
443 PlatformSP platform_sp(GetSP()); in GetOSDescription() local
[all …]
H A DSBUnixSignals.cpp30 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals() argument
H A DSBProcess.cpp1034 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation() local
1090 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage() local
1114 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths() local
1147 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage() local
H A DSBDebugger.cpp864 PlatformSP platform_sp = in CreateTargetWithFileAndArch() local
1509 if (PlatformSP platform_sp = platforms.GetOrCreate(platform_name_cstr)) in SetCurrentPlatform() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp179 PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions( in DoExecute() local
254 PlatformSP platform_sp; in DoExecute() local
287 PlatformSP platform_sp( in DoExecute() local
308 PlatformSP platform_sp( in GetOptions() local
332 PlatformSP platform_sp( in DoExecute() local
391 PlatformSP platform_sp( in DoExecute() local
425 PlatformSP platform_sp( in DoExecute() local
473 PlatformSP platform_sp( in DoExecute() local
526 PlatformSP platform_sp( in DoExecute() local
568 PlatformSP platform_sp( in DoExecute() local
[all …]
H A DCommandOptionsProcessLaunch.cpp96 PlatformSP platform_sp = in SetOptionValue() local
H A DCommandCompletions.cpp530 lldb::PlatformSP platform_sp = in RemoteDiskFiles() local
539 lldb::PlatformSP platform_sp = in RemoteDiskDirectories() local
716 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs() local
730 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames() local
H A DCommandObjectProcess.cpp315 PlatformSP platform_sp( in DoExecute() local
919 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute() local
1476 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in DoExecute() local
H A DCommandObjectTarget.cpp105 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() local
318 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() local
3649 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
4626 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp23 PlatformSP platform_sp; in CreatePlatformWithOptions() local
H A DOptions.cpp1280 lldb::PlatformSP platform_sp, in Parse()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1075 void Append(const lldb::PlatformSP &platform_sp, bool set_selected) { in Append()
1088 lldb::PlatformSP platform_sp; in GetAtIndex() local
1111 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { in SetSelectedPlatform()
H A DTarget.h1501 void SetPlatform(const lldb::PlatformSP &platform_sp) { in SetPlatform()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp65 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget()
84 PlatformSP platform_sp = platform_list.GetSelectedPlatform(); in CreateTargetInternal() local
251 lldb::PlatformSP &platform_sp, in CreateTargetInternal()
H A DPlatform.cpp145 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform()
217 lldb::PlatformSP platform_sp; in Create() local
2108 for (const PlatformSP &platform_sp : m_platforms) { in GetOrCreate() local
2121 for (const auto &platform_sp : m_platforms) { in GetOrCreate() local
2128 for (const auto &platform_sp : m_platforms) { in GetOrCreate() local
2141 PlatformSP platform_sp = create_callback(false, &arch); in GetOrCreate() local
2153 PlatformSP platform_sp = create_callback(false, &arch); in GetOrCreate() local
2229 PlatformSP platform_sp = Platform::Create(name); in Create() local
2243 PlatformSP platform_sp = create_callback(true, &arch); in LoadPlatformBinaryAndSetup() local
H A DTarget.cpp173 const lldb::PlatformSP &platform_sp, bool is_dummy_target) in Target()
1705 auto platform_sp = GetPlatform(); in SetArchitecture() local
3217 PlatformSP platform_sp(GetPlatform()); in Install() local
3386 PlatformSP platform_sp(GetPlatform()); in Launch() local
3581 const auto platform_sp = in Attach() local
3648 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions() local
4608 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment() local
4644 PlatformSP platform_sp = m_target->GetPlatform(); in GetInheritedEnvironment() local
H A DRegisterContextUnwind.cpp1213 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol() local
H A DProcess.cpp1735 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode() local
2986 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach() local
3075 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach() local
6091 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp275 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in CalculateStopInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DResource.cpp206 if (lldb::PlatformSP platform_sp = target_sp->GetPlatform()) in ReadTargetResource() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp203 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in LoadBinaryWithUUIDAndAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp359 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp690 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch() local
879 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver() local
987 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach() local
2553 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy() local
3446 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded() local
3940 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp883 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2631 PlatformSP platform_sp = process.GetTarget().GetPlatform(); in DoesProcessHaveSharedCache() local
2696 if (PlatformSP platform_sp = target.GetPlatform()) { in WarnIfNoExpandedSharedCache() local

12