Searched defs:platform_sp (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp96 PlatformSP platform_sp = local
H A DCommandCompletions.cpp506 lldb::PlatformSP platform_sp = local
515 lldb::PlatformSP platform_sp = local
[all...]
H A DCommandObjectProcess.cpp915 PlatformSP platform_sp = m_interpreter.GetPlatform(true); variable
1468 PlatformSP platform_sp = process->GetTarget().GetPlatform(); variable
H A DCommandObjectPlatform.cpp183 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); variable
255 PlatformSP platform_sp; variable
1149 PlatformSP platform_sp; variable
1298 PlatformSP platform_sp; variable
1454 PlatformSP platform_sp = variable
1565 PlatformSP platform_sp; variable
[all...]
H A DCommandObjectTarget.cpp335 PlatformSP platform_sp = target_sp->GetPlatform(); variable
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp23 PlatformSP platform_sp; local
[all...]
H A DCommandInterpreter.cpp2465 PlatformSP platform_sp; local
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp30 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) argument
H A DSBPlatform.cpp352 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { argument
[all...]
H A DSBDebugger.cpp904 PlatformSP platform_sp = local
H A DSBProcess.cpp1017 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); local
1041 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); local
1074 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); local
H A DSBTarget.cpp440 PlatformSP platform_sp = target_sp->GetPlatform(); local
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp194 PlatformSP platform_sp = process->GetTarget().GetPlatform(); local
H A DIOHandlerCursesGUI.cpp1636 PlatformSP platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); local
3480 PlatformSP platform_sp = local
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp84 PlatformSP platform_sp = platform_list.GetSelectedPlatform(); local
61 CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path, const ArchSpec &specified_arch, LoadDependentFiles load_dependent_files, PlatformSP &platform_sp, TargetSP &target_sp) argument
246 CreateTargetInternal(Debugger &debugger, llvm::StringRef user_exe_path, const ArchSpec &specified_arch, LoadDependentFiles load_dependent_files, lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp) argument
[all...]
H A DPlatform.cpp145 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { argument
251 lldb::PlatformSP platform_sp; local
2177 PlatformSP platform_sp = create_callback(false, &arch); local
2189 PlatformSP platform_sp = create_callback(false, &arch); local
2265 PlatformSP platform_sp = Platform::Create(name); local
2279 PlatformSP platform_sp = create_callback(true, &arch); local
[all...]
H A DThread.cpp2035 PlatformSP platform_sp = target.GetPlatform(); local
H A DTarget.cpp1550 auto platform_sp = GetPlatform(); local
94 Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp, bool is_dummy_target) argument
3441 const auto platform_sp = local
3504 PlatformSP platform_sp = GetPlatform(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp808 const auto platform_sp = target.GetPlatform(); local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1030 void Append(const lldb::PlatformSP &platform_sp, bool set_selected) { argument
1043 lldb::PlatformSP platform_sp; local
1066 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { argument
[all...]
H A DTarget.h1433 void SetPlatform(const lldb::PlatformSP &platform_sp) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp869 PlatformSP platform_sp = GetTarget().GetPlatform(); local
977 PlatformSP platform_sp = GetTarget().GetPlatform(); local
[all...]

Completed in 430 milliseconds