summaryrefslogtreecommitdiffstats
path: root/src/build/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug')
-rwxr-xr-xsrc/build/debug/ecmd-debug-framework.pl2
-rwxr-xr-xsrc/build/debug/hb-dump-debug4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/build/debug/ecmd-debug-framework.pl b/src/build/debug/ecmd-debug-framework.pl
index 4c4fafe92..e7321c025 100755
--- a/src/build/debug/ecmd-debug-framework.pl
+++ b/src/build/debug/ecmd-debug-framework.pl
@@ -67,7 +67,7 @@ if (not $self)
$tool = basename $0;
}
-# "" : Default - Try to use memory, fall-back to symbol files
+# "default" : Default - Try to use memory, fall-back to symbol files
# "usefile" : Only use the symbol files
# "usemem" : Only use the data from memory
my $useSymsMode = "default";
diff --git a/src/build/debug/hb-dump-debug b/src/build/debug/hb-dump-debug
index 3aeffe02e..6dcac1ec7 100755
--- a/src/build/debug/hb-dump-debug
+++ b/src/build/debug/hb-dump-debug
@@ -52,10 +52,10 @@ if (defined ($hbDir))
}
}
-# "both" : Try to use memory, fall-back to symbol files
+# "default" : Try to use memory, fall-back to symbol files
# "usefile" : Only use the symbol files
# "usemem" : Only use the data from memory
-my $useSymsMode = "both";
+my $useSymsMode = "default";
GetOptions("tool:s" => \$tool,
"tool-options:s" => \$toolOptions,
OpenPOWER on IntegriCloud