Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp344 PlatformSP platform_sp(GetSP()); in GetName() local
352 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP()
359 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory() local
368 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory() local
383 PlatformSP platform_sp(GetSP()); in ConnectRemote() local
397 PlatformSP platform_sp(GetSP()); in DisconnectRemote() local
405 PlatformSP platform_sp(GetSP()); in IsConnected() local
414 PlatformSP platform_sp(GetSP()); in GetTriple() local
429 PlatformSP platform_sp(GetSP()); in GetOSBuild() local
444 PlatformSP platform_sp(GetSP()); in GetOSDescription() local
[all …]
H A DSBUnixSignals.cpp30 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals()
H A DSBProcess.cpp1074 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage() local
962 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); GetExtendedCrashInformation() local
1017 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); LoadImage() local
1041 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); LoadImageUsingPaths() local
H A DSBDebugger.cpp904 PlatformSP platform_sp = in CreateTargetWithFileAndArch() local
1518 if (PlatformSP platform_sp = platforms.GetOrCreate(platform_name_cstr)) in SetCurrentPlatform() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp180 PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions( DoExecute() local
255 PlatformSP platform_sp; DoExecute() local
289 PlatformSP platform_sp( DoExecute() local
310 PlatformSP platform_sp( GetOptions() local
334 PlatformSP platform_sp( DoExecute() local
393 PlatformSP platform_sp( DoExecute() local
428 PlatformSP platform_sp( DoExecute() local
486 PlatformSP platform_sp( DoExecute() local
540 PlatformSP platform_sp( DoExecute() local
583 PlatformSP platform_sp( DoExecute() local
678 PlatformSP platform_sp( DoExecute() local
839 PlatformSP platform_sp( DoExecute() local
910 PlatformSP platform_sp( DoExecute() local
980 PlatformSP platform_sp( DoExecute() local
1049 PlatformSP platform_sp( DoExecute() local
1110 PlatformSP platform_sp( DoExecute() local
1149 PlatformSP platform_sp; DoExecute() local
1298 PlatformSP platform_sp; DoExecute() local
1454 PlatformSP platform_sp = SetOptionValue() local
1565 PlatformSP platform_sp; DoExecute() local
1634 PlatformSP platform_sp( DoExecute() local
1797 PlatformSP platform_sp( DoExecute() local
1882 PlatformSP platform_sp( DoExecute() local
[all...]
H A DCommandOptionsProcessLaunch.cpp96 PlatformSP platform_sp = in SetOptionValue() local
H A DCommandCompletions.cpp506 lldb::PlatformSP platform_sp = RemoteDiskFiles() local
515 lldb::PlatformSP platform_sp = RemoteDiskDirectories() local
692 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); ProcessIDs() local
706 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); ProcessNames() local
[all...]
H A DCommandObjectProcess.cpp325 PlatformSP platform_sp( DoExecute() local
915 PlatformSP platform_sp = m_interpreter.GetPlatform(true); DoExecute() local
1468 PlatformSP platform_sp = process->GetTarget().GetPlatform(); DoExecute() local
H A DCommandObjectTarget.cpp104 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() local
335 PlatformSP platform_sp = target_sp->GetPlatform(); DoExecute() local
3697 PlatformSP platform_sp(target->GetPlatform()); DoExecute() local
4713 PlatformSP platform_sp(target->GetPlatform()); DoExecute() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp23 PlatformSP platform_sp; in CreatePlatformWithOptions() local
H A DOptions.cpp1259 Parse(const Args & args,ExecutionContext * execution_context,lldb::PlatformSP platform_sp,bool require_validation) Parse() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1030 Append(const lldb::PlatformSP & platform_sp,bool set_selected) Append() argument
1043 lldb::PlatformSP platform_sp; GetAtIndex() local
1066 SetSelectedPlatform(const lldb::PlatformSP & platform_sp) SetSelectedPlatform() argument
[all...]
H A DTarget.h1433 SetPlatform(const lldb::PlatformSP & platform_sp) SetPlatform() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp65 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 DPlatform.cpp145 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform() argument
251 lldb::PlatformSP platform_sp; Create() local
2144 for (const PlatformSP &platform_sp : m_platforms) { GetOrCreate() local
2157 for (const auto &platform_sp : m_platforms) { GetOrCreate() local
2164 for (const auto &platform_sp : m_platforms) { GetOrCreate() local
2177 PlatformSP platform_sp = create_callback(false, &arch); GetOrCreate() local
2189 PlatformSP platform_sp = create_callback(false, &arch); GetOrCreate() local
2265 PlatformSP platform_sp = Platform::Create(name); Create() local
2279 PlatformSP platform_sp = create_callback(true, &arch); LoadPlatformBinaryAndSetup() local
[all...]
H A DTarget.cpp95 Target(Debugger & debugger,const ArchSpec & target_arch,const lldb::PlatformSP & platform_sp,bool is_dummy_target) Target() argument
1550 auto platform_sp = GetPlatform(); SetArchitecture() local
3070 PlatformSP platform_sp(GetPlatform()); Install() local
3248 PlatformSP platform_sp(GetPlatform()); Launch() local
3441 const auto platform_sp = Attach() local
3504 PlatformSP platform_sp = GetPlatform(); FinalizeFileActions() local
4397 if (auto platform_sp = m_target->GetPlatform()) { ComputeEnvironment() local
4433 PlatformSP platform_sp = m_target->GetPlatform(); GetInheritedEnvironment() local
[all...]
H A DRegisterContextUnwind.cpp1234 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol() local
H A DProcess.cpp1762 PlatformSP platform_sp(GetTarget().GetPlatform()); GetSoftwareBreakpointTrapOpcode() local
2857 PlatformSP platform_sp(GetTarget().GetPlatform()); Attach() local
2953 PlatformSP platform_sp(GetTarget().GetPlatform()); CompleteAttach() local
5881 PlatformSP platform_sp = GetTarget().GetPlatform(); GetProcessInfo() local
[all...]
H A DThread.cpp2035 PlatformSP platform_sp = target.GetPlatform(); GetSiginfoValue() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp194 PlatformSP platform_sp = process->GetTarget().GetPlatform(); LoadBinaryWithUUIDAndAddress() local
H A DModule.cpp1443 PlatformSP platform_sp(target->GetPlatform()); LoadScriptingResourceInTarget() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp360 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp680 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
2443 PlatformSP platform_sp(GetTarget().GetPlatform()); DoDestroy() local
3317 PlatformSP platform_sp(GetTarget().GetPlatform()); EstablishConnectionIfNeeded() local
3800 PlatformSP platform_sp(GetTarget().GetPlatform()); StartNoticingNewThreads() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp808 const auto platform_sp = target.GetPlatform(); ResolveExecutableModule() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2639 PlatformSP platform_sp = process.GetTarget().GetPlatform(); DoesProcessHaveSharedCache() local
2701 if (PlatformSP platform_sp = target.GetPlatform()) { WarnIfNoExpandedSharedCache() local

12