changeset 6276:03c4c25ae726

disabled zipping of lib*.debuginfo files to simplify debugging with gdb
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 11:53:04 +0200
parents 957c266d8bc5
children dddcdb7ae209
files mx/commands.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Tue Aug 21 10:39:19 2012 +0200
+++ b/mx/commands.py	Tue Aug 21 11:53:04 2012 +0200
@@ -518,6 +518,9 @@
             env['ALT_BOOTDIR'] = jdk
             env.setdefault('INSTALL', 'y')
 
+            # This removes the need to unzip the *.diz files before debugging in gdb
+            env.setdefault('ZIP_DEBUGINFO_FILES', '0')
+
             # Clear these 2 variables as having them set can cause very confusing build problems
             env.pop('LD_LIBRARY_PATH', None)
             env.pop('CLASSPATH', None)