/llvm-project/lldb/source/API/ |
H A D | SBPlatform.cpp | 344 PlatformSP platform_sp(GetSP()); in GetName() local 352 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP() argument 359 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory() local 368 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory() local 383 PlatformSP platform_sp(GetSP()); ConnectRemote() local 397 PlatformSP platform_sp(GetSP()); DisconnectRemote() local 405 PlatformSP platform_sp(GetSP()); IsConnected() local 414 PlatformSP platform_sp(GetSP()); GetTriple() local 429 PlatformSP platform_sp(GetSP()); GetOSBuild() local 444 PlatformSP platform_sp(GetSP()); GetOSDescription() local 459 PlatformSP platform_sp(GetSP()); GetHostname() local 469 if (PlatformSP platform_sp = GetSP()) GetOSMajorVersion() local 478 if (PlatformSP platform_sp = GetSP()) GetOSMinorVersion() local 487 if (PlatformSP platform_sp = GetSP()) GetOSUpdateVersion() local 494 if (PlatformSP platform_sp = GetSP()) SetSDKRoot() local 502 PlatformSP platform_sp(GetSP()); Get() local 513 __anon7e4133030102(const lldb::PlatformSP &platform_sp) Put() argument 535 __anon7e4133030202(const lldb::PlatformSP &platform_sp) Install() argument 549 __anon7e4133030302(const lldb::PlatformSP &platform_sp) Run() argument 572 __anon7e4133030402(const lldb::PlatformSP &platform_sp) Launch() argument 585 if (PlatformSP platform_sp = GetSP()) { Attach() local 604 if (PlatformSP platform_sp = GetSP()) { GetAllProcesses() local 619 __anon7e4133030502(const lldb::PlatformSP &platform_sp) Kill() argument 627 const auto platform_sp(GetSP()); ExecuteConnected() local 643 PlatformSP platform_sp(GetSP()); MakeDirectory() local 656 PlatformSP platform_sp(GetSP()); GetFilePermissions() local 670 PlatformSP platform_sp(GetSP()); SetFilePermissions() local 683 if (auto platform_sp = GetSP()) GetUnixSignals() local 691 PlatformSP platform_sp(GetSP()); GetEnvironment() local 703 PlatformSP platform_sp(GetSP()); SetLocateModuleCallback() local [all...] |
H A D | SBUnixSignals.cpp | 30 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals()
|
H A D | SBProcess.cpp | 1018 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); GetExtendedCrashInformation() local 1073 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); LoadImage() local 1097 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); LoadImageUsingPaths() local 1130 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); UnloadImage() local
|
/llvm-project/lldb/unittests/Platform/ |
H A D | PlatformTest.cpp | 81 void SetHostPlatform(const PlatformSP &platform_sp) { in SetHostPlatform() 96 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F() local 109 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F() local 128 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F() local 154 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F() local
|
H A D | PlatformAppleSimulatorTest.cpp | 32 auto platform_sp = Platform::Create(name); in testSimPlatformArchHasSimEnvironment() local 66 auto platform_sp = list.GetOrCreate(arch, {}, nullptr); in TEST_F() local 92 auto platform_sp = list.GetOrCreate(arch, {}, nullptr, error); in TEST_F() local
|
H A D | PlatformSiginfoTest.cpp | 33 PlatformSP platform_sp; member in __anon5ce93f2a0111::PlatformSiginfoTest
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 179 PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions( in DoExecute() local 254 PlatformSP platform_sp; in DoExecute() local 287 PlatformSP platform_sp( DoExecute() local 308 PlatformSP platform_sp( GetOptions() local 332 PlatformSP platform_sp( DoExecute() local 391 PlatformSP platform_sp( DoExecute() local 425 PlatformSP platform_sp( DoExecute() local 473 PlatformSP platform_sp( DoExecute() local 526 PlatformSP platform_sp( DoExecute() local 568 PlatformSP platform_sp( DoExecute() local 662 PlatformSP platform_sp( DoExecute() local 823 PlatformSP platform_sp( DoExecute() local 872 PlatformSP platform_sp( DoExecute() local 920 PlatformSP platform_sp( DoExecute() local 967 PlatformSP platform_sp( DoExecute() local 1028 PlatformSP platform_sp( DoExecute() local 1076 PlatformSP platform_sp; DoExecute() local 1225 PlatformSP platform_sp; DoExecute() local 1381 PlatformSP platform_sp = SetOptionValue() local 1473 PlatformSP platform_sp; DoExecute() local 1542 PlatformSP platform_sp( DoExecute() local 1704 PlatformSP platform_sp( DoExecute() local 1789 PlatformSP platform_sp( DoExecute() local [all...] |
H A D | CommandOptionsProcessLaunch.cpp | 96 PlatformSP platform_sp = in SetOptionValue() local
|
H A D | CommandCompletions.cpp | 521 lldb::PlatformSP platform_sp = in RemoteDiskFiles() local 530 lldb::PlatformSP platform_sp = in RemoteDiskDirectories() local 707 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs() local 721 lldb::PlatformSP platform_sp(interprete in ProcessNames() local [all...] |
H A D | CommandObjectProcess.cpp | 305 PlatformSP platform_sp( DoExecute() local 892 PlatformSP platform_sp = m_interpreter.GetPlatform(true); DoExecute() local 1421 PlatformSP platform_sp = process->GetTarget().GetPlatform(); DoExecute() local
|
/llvm-project/lldb/unittests/Target/ |
H A D | ExecutionContextTest.cpp | 82 PlatformSP platform_sp; in TEST_F() local 104 PlatformSP platform_sp; in TEST_F() local
|
H A D | MemoryTest.cpp | 81 PlatformSP platform_sp; in CreateTarget() local
|
/llvm-project/lldb/unittests/Expression/ |
H A D | DWARFExpressionTest.cpp | 105 const lldb::PlatformSP &platform_sp) in MockTarget() argument 407 lldb::PlatformSP platform_sp; TEST_F() local 448 lldb::PlatformSP platform_sp; TEST_F() local 526 lldb::PlatformSP platform_sp; TEST_F() local 811 lldb::PlatformSP platform_sp; TEST_F() local [all...] |
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPlatform.cpp | 23 PlatformSP platform_sp; in CreatePlatformWithOptions() local [all...] |
/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 1012 Append(const lldb::PlatformSP & platform_sp,bool set_selected) Append() argument 1025 lldb::PlatformSP platform_sp; GetAtIndex() local 1048 SetSelectedPlatform(const lldb::PlatformSP & platform_sp) SetSelectedPlatform() argument [all...] |
/llvm-project/lldb/source/Target/ |
H A D | TargetList.cpp | 65 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget() argument 84 PlatformSP platform_sp = platform_list.GetSelectedPlatform(); in CreateTargetInternal() local 250 CreateTargetInternal(Debugger & debugger,llvm::StringRef user_exe_path,const ArchSpec & specified_arch,LoadDependentFiles load_dependent_files,lldb::PlatformSP & platform_sp,lldb::TargetSP & target_sp) CreateTargetInternal() argument [all...] |
H A D | Platform.cpp | 145 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform() argument 217 lldb::PlatformSP platform_sp; in Create() local 2095 for (const PlatformSP &platform_sp : m_platforms) { GetOrCreate() local 2108 for (const auto &platform_sp : m_platforms) { GetOrCreate() local 2115 for (const auto &platform_sp : m_platforms) { GetOrCreate() local 2128 PlatformSP platform_sp = create_callback(false, &arch); GetOrCreate() local 2140 PlatformSP platform_sp = create_callback(false, &arch); GetOrCreate() local 2216 PlatformSP platform_sp = Platform::Create(name); Create() local 2230 PlatformSP platform_sp = create_callback(true, &arch); LoadPlatformBinaryAndSetup() local [all...] |
H A D | Target.cpp | 96 Target(Debugger & debugger,const ArchSpec & target_arch,const lldb::PlatformSP & platform_sp,bool is_dummy_target) Target() argument 1551 auto platform_sp = GetPlatform(); SetArchitecture() local 3058 PlatformSP platform_sp(GetPlatform()); Install() local 3236 PlatformSP platform_sp(GetPlatform()); Launch() local 3429 const auto platform_sp = Attach() local 3492 PlatformSP platform_sp = GetPlatform(); FinalizeFileActions() local 4378 if (auto platform_sp = m_target->GetPlatform()) { ComputeEnvironment() local 4414 PlatformSP platform_sp = m_target->GetPlatform(); GetInheritedEnvironment() local [all...] |
/llvm-project/lldb/unittests/Thread/ |
H A D | ThreadTest.cpp | 113 PlatformSP platform_sp; in CreateTarget() local
|
/llvm-project/lldb/unittests/Process/ |
H A D | ProcessEventDataTest.cpp | 113 PlatformSP platform_sp; in CreateTarget() local
|
/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 194 PlatformSP platform_sp = process->GetTarget().GetPlatform(); LoadBinaryWithUUIDAndAddress() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.cpp | 360 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 514 PlatformSP platform_sp = DynamicLoaderDarwinKernel() local 771 PlatformSP platform_sp(target.GetPlatform()); LoadImageUsingMemoryModule() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 828 const auto platform_sp = target.GetPlatform(); ResolveExecutableModule() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 680 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch() local 869 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver() local 977 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach() local 2464 PlatformSP platform_sp(GetTarget().GetPlatform()); DoDestroy() local 3328 PlatformSP platform_sp(GetTarget().GetPlatform()); EstablishConnectionIfNeeded() local 3811 PlatformSP platform_sp(GetTarget().GetPlatform()); StartNoticingNewThreads() local [all...] |