summaryrefslogtreecommitdiffstats
path: root/src/tools/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/debug')
-rwxr-xr-xsrc/tools/debug/sbe-debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/debug/sbe-debug.py b/src/tools/debug/sbe-debug.py
index 5c4a860a..a5b102c1 100755
--- a/src/tools/debug/sbe-debug.py
+++ b/src/tools/debug/sbe-debug.py
@@ -413,7 +413,7 @@ def sbeLocalRegister( target, node, proc, file_path ):
print '********************************************************************'
fileHandle.close()
else:
- cmd1 = (getFilePath("p9_sbe_localreg_dump_wrap.exe")+" -quiet -sbe -snapshot"+
+ cmd1 = (getFilePath("p9_sbe_localreg_dump_wrap.exe")+" -verbose -halt"+
" -n" + str(node) + " -p" + str(proc))
print "cmd1:", cmd1
rc = os.system( cmd1 )
OpenPOWER on IntegriCloud