From 1781d6f732684fa4c1539082cd8f59c44720a377 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 17 Apr 2017 22:52:20 +0000 Subject: Unify the common code in the ios, tvos, watchos platforms into a single PlatformRemoveDarwinDevice class, subclassed to those three so they can provide their specific information. llvm-svn: 300512 --- lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp') diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp index 7c90f87189a..02459045869 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp @@ -569,6 +569,8 @@ bool PlatformDarwin::ARMGetSupportedArchitectureAtIndex(uint32_t idx, #define OSNAME "tvos" #elif defined(TARGET_OS_WATCH) && TARGET_OS_WATCH == 1 #define OSNAME "watchos" +#elif defined(TARGET_OS_BRIDGE) && TARGET_OS_BRIDGE == 1 +#define OSNAME "bridgeos" #else #define OSNAME "ios" #endif -- cgit v1.2.3