changeset 21945:179c3a0bac32

add TRUFFLE_DEBUG
author Mick Jordan <mick.jordan@oracle.com>
date Tue, 16 Jun 2015 17:27:17 -0700
parents 16725287d5af
children a50fa3266a0a
files mx/suite.py
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/suite.py	Tue Jun 16 19:27:51 2015 +0200
+++ b/mx/suite.py	Tue Jun 16 17:27:17 2015 -0700
@@ -389,5 +389,19 @@
           "TRUFFLE_DSL_PROCESSOR"
       ],
     },
+
+     "TRUFFLE_DEBUG" : {
+      "path" : "build/truffle-debug.jar",
+      "subDir" : "graal",
+      "sourcesPath" : "build/truffle-debug.src.zip",
+      "javaCompliance" : "1.8",
+      "dependencies" : [
+        "com.oracle.truffle.tools.debug.shell",
+      ],
+      "exclude" : ["JLINE"],
+      "distDependencies" : [
+          "TRUFFLE",
+      ],
+     }
   },
 }