[Lldb-commits] [PATCH] RenderScript Language Type

Colin Riley colin at codeplay.com
Fri Apr 3 02:06:06 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8803

Files:
  lldb/trunk/include/lldb/lldb-enumerations.h
  lldb/trunk/source/Target/LanguageRuntime.cpp

Index: lldb/trunk/include/lldb/lldb-enumerations.h
===================================================================
--- lldb/trunk/include/lldb/lldb-enumerations.h
+++ lldb/trunk/include/lldb/lldb-enumerations.h
@@ -420,6 +420,8 @@
         eLanguageTypeC_plus_plus_14  = 0x0021,   ///< ISO C++:2014.
         eLanguageTypeFortran03       = 0x0022,   ///< ISO Fortran 2003.
         eLanguageTypeFortran08       = 0x0023,   ///< ISO Fortran 2008.
+        // Vendor Extensions
+        eLanguageTypeExtRenderScript = 0x8e57,   ///< RenderScript
         eNumLanguageTypes
     };
     
Index: lldb/trunk/source/Target/LanguageRuntime.cpp
===================================================================
--- lldb/trunk/source/Target/LanguageRuntime.cpp
+++ lldb/trunk/source/Target/LanguageRuntime.cpp
@@ -340,6 +340,8 @@
     {   "c++14",            eLanguageTypeC_plus_plus_14 },
     {   "fortran03",        eLanguageTypeFortran03      },
     {   "fortran08",        eLanguageTypeFortran08      },
+    // Vendor Extensions
+    {   "renderscript",     eLanguageTypeExtRenderScript},
     // Now synonyms, in arbitrary order
     {   "objc",             eLanguageTypeObjC           },
     {   "objc++",           eLanguageTypeObjC_plus_plus }

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8803.23208.patch
Type: text/x-patch
Size: 1253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150403/651a1c3f/attachment.bin>


More information about the lldb-commits mailing list