summaryrefslogtreecommitdiffstats
path: root/src/build/vpo/hb-virtdebug.pl
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-06-24 12:35:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-10 16:29:19 -0500
commitb649b6d8ad62262517b7e0da90fbfd81283f4764 (patch)
tree25c868da431cc42dd201512df8b4a1b0048915f3 /src/build/vpo/hb-virtdebug.pl
parent8e6af8d1488285d670754de8f34ffba9ce57db92 (diff)
downloadtalos-hostboot-b649b6d8ad62262517b7e0da90fbfd81283f4764.tar.gz
talos-hostboot-b649b6d8ad62262517b7e0da90fbfd81283f4764.zip
Enhance hb-dump to support full memory extraction.
Change-Id: I74823572a4935d3c8c4d7999d8c00c0286de1523 RTC: 50233 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5170 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/vpo/hb-virtdebug.pl')
-rwxr-xr-xsrc/build/vpo/hb-virtdebug.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/vpo/hb-virtdebug.pl b/src/build/vpo/hb-virtdebug.pl
index d9bc88cfe..074f552be 100755
--- a/src/build/vpo/hb-virtdebug.pl
+++ b/src/build/vpo/hb-virtdebug.pl
@@ -6,7 +6,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2012
+# COPYRIGHT International Business Machines Corp. 2011,2013
#
# p1
#
@@ -577,7 +577,7 @@ if ($dumpAll)
if (-s "$hbDumpFile")
{
print "\nHostBoot dump saved to $hbDumpFile.\n";
- print "Use hb-parsedump.pl program to parse the dump.\n";
+ print "Use the hb-dump-debug program to parse the dump.\n";
}
else
{
@@ -799,7 +799,7 @@ sub printUsage()
print (" [-k#] [-n#] [-s#] [-p#] [-c#]\n\n");
print (" This program retrieves the user requested data from L3.\n");
print (" If no options are specified, this program will dump the entire L3 to a file.\n");
- print (" Use the hb-parsedump.pl program to expand and view data in the file.\n\n");
+ print (" Use the hb-dump-debug program to expand and view data in the file.\n\n");
print (" User should copy the relevant .syms file, hbotStringFile & errlparser\n");
print (" to the current directory or set the env variable HB_IMGDIR to the path\n");
print (" of the files.\n\n");
OpenPOWER on IntegriCloud