reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/API/SBPlatform.h
  153   lldb::PlatformSP GetSP() const;
  155   void SetSP(const lldb::PlatformSP &platform_sp);
  158       const std::function<lldb_private::Status(const lldb::PlatformSP &)>
  161   lldb::PlatformSP m_opaque_sp;
tools/lldb/include/lldb/API/SBUnixSignals.h
   59   SBUnixSignals(lldb::PlatformSP &platform_sp);
tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  354   lldb::PlatformSP GetPlatform(bool prefer_target_platform);
tools/lldb/include/lldb/Interpreter/OptionGroupPlatform.h
   37   lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter,
   61   bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
tools/lldb/include/lldb/Interpreter/Options.h
  131                              lldb::PlatformSP platform_sp,
tools/lldb/include/lldb/Target/Platform.h
   94   static lldb::PlatformSP GetHostPlatform();
   96   static lldb::PlatformSP
  101   static void SetHostPlatform(const lldb::PlatformSP &platform_sp);
  104   static lldb::PlatformSP Find(ConstString name);
  106   static lldb::PlatformSP Create(ConstString name, Status &error);
  108   static lldb::PlatformSP Create(const ArchSpec &arch,
  919   void Append(const lldb::PlatformSP &platform_sp, bool set_selected) {
  931   lldb::PlatformSP GetAtIndex(uint32_t idx) {
  932     lldb::PlatformSP platform_sp;
  947   lldb::PlatformSP GetSelectedPlatform() {
  955   void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) {
  971   typedef std::vector<lldb::PlatformSP> collection;
  974   lldb::PlatformSP m_selected_platform_sp;
tools/lldb/include/lldb/Target/RemoteAwarePlatform.h
   92   lldb::PlatformSP m_remote_platform_sp;
tools/lldb/include/lldb/Target/Target.h
 1231   lldb::PlatformSP GetPlatform() { return m_platform_sp; }
 1233   void SetPlatform(const lldb::PlatformSP &platform_sp) {
 1288   lldb::PlatformSP m_platform_sp; ///< The platform for this target.
 1365          const lldb::PlatformSP &platform_sp, bool is_dummy_target);
tools/lldb/include/lldb/Target/TargetList.h
   96                       lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp);
  206                               lldb::PlatformSP &platform_sp,
tools/lldb/include/lldb/lldb-private-interfaces.h
   66 typedef lldb::PlatformSP (*PlatformCreateInstance)(bool force,
tools/lldb/source/API/SBDebugger.cpp
 1081     PlatformSP host_platform_sp(Platform::GetHostPlatform());
 1397       PlatformSP platform_sp(Platform::Find(platform_name));
 1426     PlatformSP platform_sp(
tools/lldb/source/API/SBPlatform.cpp
  297   PlatformSP platform_sp(GetSP());
  303 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; }
  305 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) {
  312   PlatformSP platform_sp(GetSP());
  322   PlatformSP platform_sp(GetSP());
  338   PlatformSP platform_sp(GetSP());
  353   PlatformSP platform_sp(GetSP());
  361   PlatformSP platform_sp(GetSP());
  370   PlatformSP platform_sp(GetSP());
  385   PlatformSP platform_sp(GetSP());
  402   PlatformSP platform_sp(GetSP());
  419   PlatformSP platform_sp(GetSP());
  429   if (PlatformSP platform_sp = GetSP())
  438   if (PlatformSP platform_sp = GetSP())
  447   if (PlatformSP platform_sp = GetSP())
  457   PlatformSP platform_sp(GetSP());
  550     const std::function<Status(const lldb::PlatformSP &)> &func) {
  569   PlatformSP platform_sp(GetSP());
  583   PlatformSP platform_sp(GetSP());
  598   PlatformSP platform_sp(GetSP());
tools/lldb/source/API/SBProcess.cpp
 1054       PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
 1081       PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
 1115       PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
tools/lldb/source/API/SBTarget.cpp
  453       PlatformSP platform_sp = target_sp->GetPlatform();
tools/lldb/source/API/SBUnixSignals.cpp
   33 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp)
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  176         PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions(
  218     PlatformSP host_platform_sp(Platform::GetHostPlatform());
  259     PlatformSP platform_sp;
  292     PlatformSP platform_sp(
  317     PlatformSP platform_sp(
  341     PlatformSP platform_sp(
  408     PlatformSP platform_sp(
  444     PlatformSP platform_sp(
  493     PlatformSP platform_sp(
  547     PlatformSP platform_sp(
  587     PlatformSP platform_sp(
  674     PlatformSP platform_sp(
  817     PlatformSP platform_sp(
  882     PlatformSP platform_sp(
  925     PlatformSP platform_sp(
  960     PlatformSP platform_sp;
 1052     PlatformSP platform_sp;
 1222         PlatformSP platform_sp =
 1326     PlatformSP platform_sp;
 1457       PlatformSP platform_sp(interpreter.GetPlatform(true));
 1497     PlatformSP platform_sp(
 1624     PlatformSP platform_sp(
 1696     PlatformSP platform_sp(
tools/lldb/source/Commands/CommandObjectProcess.cpp
  341       PlatformSP platform_sp(interpreter.GetPlatform(true));
  377     PlatformSP platform_sp(
  821     PlatformSP platform_sp = m_interpreter.GetPlatform(true);
  924       PlatformSP platform = process->GetTarget().GetPlatform();
tools/lldb/source/Commands/CommandObjectTarget.cpp
   84   PlatformSP platform_sp(target->GetPlatform());
  335         PlatformSP platform_sp = target_sp->GetPlatform();
 4320         PlatformSP platform_sp(target->GetPlatform());
tools/lldb/source/Core/Debugger.cpp
  723   PlatformSP default_platform_sp(Platform::GetHostPlatform());
tools/lldb/source/Core/Module.cpp
 1479     PlatformSP platform_sp(target->GetPlatform());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2130 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) {
 2131   PlatformSP platform_sp;
tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
   18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions(
   21   PlatformSP platform_sp;
  122     const lldb::PlatformSP &platform_sp) const {
tools/lldb/source/Interpreter/Options.cpp
 1290                                     lldb::PlatformSP platform_sp,
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  516   PlatformSP platform_sp(
  813       PlatformSP platform_sp(target.GetPlatform());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  310       if (lldb::PlatformSP platform_sp = target->GetPlatform()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1941   PlatformSP platform_sp = process.GetTarget().GetPlatform();
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
   59 PlatformSP PlatformAndroid::CreateInstance(bool force, const ArchSpec *arch) {
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
   33   static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
   42 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) {
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
   28   static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
   40 PlatformSP PlatformLinux::CreateInstance(bool force, const ArchSpec *arch) {
   99     PlatformSP default_platform_sp(new PlatformLinux(true));
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
   28   static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
   61 PlatformSP PlatformMacOSX::CreateInstance(bool force, const ArchSpec *arch) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
   21   static lldb::PlatformSP CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
   58 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
   27   static lldb::PlatformSP CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
   59 PlatformSP PlatformRemoteAppleTV::CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
   27   static lldb::PlatformSP CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
   56 PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
   28   static lldb::PlatformSP CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
   52 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
   26   static lldb::PlatformSP CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
   40 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) {
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
   28   static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
   40 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) {
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
   28   static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
   62 PlatformSP PlatformWindows::CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.h
   27   static lldb::PlatformSP CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
   61 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force,
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
   28   static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
 1116   PlatformSP platform_sp(process->GetTarget().GetPlatform());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  750     PlatformSP platform_sp = GetTarget().GetPlatform();
  834       PlatformSP platform_sp(GetTarget().GetPlatform());
 2486     PlatformSP platform_sp = GetTarget().GetPlatform();
 3421   PlatformSP platform_sp(GetTarget().GetPlatform());
 3953     PlatformSP platform_sp(GetTarget().GetPlatform());
tools/lldb/source/Target/Platform.cpp
   57 static PlatformSP &GetHostPlatformSP() {
   58   static PlatformSP g_platform_sp;
  128 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); }
  130 static std::vector<PlatformSP> &GetPlatformList() {
  131   static std::vector<PlatformSP> g_platform_list;
  156 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) {
  268 PlatformSP Platform::Find(ConstString name) {
  283 PlatformSP Platform::Create(ConstString name, Status &error) {
  285   lldb::PlatformSP platform_sp;
  310 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr,
  312   lldb::PlatformSP platform_sp;
 1172 lldb::PlatformSP
 1175   lldb::PlatformSP platform_sp;
tools/lldb/source/Target/Process.cpp
  313     PlatformSP platform_sp =
 1748   PlatformSP platform_sp(GetTarget().GetPlatform());
 2798         PlatformSP platform_sp(GetTarget().GetPlatform());
 2895   PlatformSP platform_sp(GetTarget().GetPlatform());
 5714   PlatformSP platform_sp = GetTarget().GetPlatform();
tools/lldb/source/Target/Target.cpp
   86                const lldb::PlatformSP &platform_sp, bool is_dummy_target)
 2699   PlatformSP platform_sp(GetPlatform());
 2863   PlatformSP platform_sp(GetPlatform());
 3079   PlatformSP platform_sp = GetPlatform();
 3415           PlatformSP platform_sp(m_target->GetPlatform());
tools/lldb/source/Target/TargetList.cpp
   66                                 PlatformSP &platform_sp, TargetSP &target_sp) {
   78   PlatformSP platform_sp;
  175           typedef std::vector<PlatformSP> PlatformList;
  177           PlatformSP host_platform_sp = Platform::GetHostPlatform();
  205               PlatformSP fallback_platform_sp(
  309   PlatformSP host_platform_sp(Platform::GetHostPlatform());
  319                                         lldb::PlatformSP &platform_sp,
tools/lldb/unittests/Target/ExecutionContextTest.cpp
   85   PlatformSP platform_sp;
  107   PlatformSP platform_sp;