summaryrefslogtreecommitdiffstats
path: root/src/build/simics/hb-simdebug.py
diff options
context:
space:
mode:
authorMonte Copeland <copelanm@us.ibm.com>2011-10-24 09:30:49 -0500
committerMonte K. Copeland <copelanm@us.ibm.com>2011-10-31 11:07:10 -0500
commit723239d5a14fe82713a2aa57fef3130534b15a41 (patch)
treeb6d19b1d1d66ec9ea4acd19c0dfdb47bcf86babd /src/build/simics/hb-simdebug.py
parentf2794eed87ca9c35140c601dfcbb5baf299d834b (diff)
downloadtalos-hostboot-723239d5a14fe82713a2aa57fef3130534b15a41.tar.gz
talos-hostboot-723239d5a14fe82713a2aa57fef3130534b15a41.zip
Error log changes for Sprint 6
Change-Id: I44ad678cfae8cd84e5370391dc7e20d74f59c9ca Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/449 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/build/simics/hb-simdebug.py')
-rwxr-xr-xsrc/build/simics/hb-simdebug.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build/simics/hb-simdebug.py b/src/build/simics/hb-simdebug.py
index fbc223705..06b5e4ccd 100755
--- a/src/build/simics/hb-simdebug.py
+++ b/src/build/simics/hb-simdebug.py
@@ -446,7 +446,7 @@ def istepHB( str_arg1, inList):
#------------------------------------------------------------------------------
# Function to dump error logs
#------------------------------------------------------------------------------
-def errlHB(symsFile, errlParser, flag, logid):
+def errlHB(symsFile, errlParser, flag, logid, stringFile):
# "constants"
L3_SIZE = 0x800000
@@ -461,9 +461,9 @@ def errlHB(symsFile, errlParser, flag, logid):
#print result
if logid == "all":
- string = "./%s %s %s %s| tee Errorlogs"%(errlParser,dumpFile,symsFile,flag)
+ string = "./%s %s %s %s -t %s| tee Errorlogs"%(errlParser,dumpFile,symsFile,flag,stringFile)
else:
- string = "./%s %s %s %s %s| tee Errorlogs"%(errlParser,dumpFile,symsFile,flag,logid)
+ string = "./%s %s %s %s %s -t %s| tee Errorlogs"%(errlParser,dumpFile,symsFile,flag,logid,stringFile)
#print string
os.system(string)
os.system("rm hbdump.out")
@@ -656,7 +656,7 @@ def hb_errl(logid, logidStr, flg_list, flg_detail):
print "syms=%s" % str(syms)
print "errlParser=%s" % str(errlParser)
#print "logid=%s" % str(id)
- errlHB(syms, errlParser, flag, id)
+ errlHB(syms, errlParser, flag, id, default_stringFile)
return None
new_command("hb-errl",
OpenPOWER on IntegriCloud