summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-10-21 05:02:09 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-11-14 03:39:52 -0500
commit29a0cc1e3a5e493cd600ac1924380371d151e82b (patch)
tree6362565e2e79bee427fc1dcca567dfbd003e6c4c /src/tools
parent77174dca7c6f715a1f0f11049466bc7beff4b049 (diff)
downloadtalos-sbe-29a0cc1e3a5e493cd600ac1924380371d151e82b.tar.gz
talos-sbe-29a0cc1e3a5e493cd600ac1924380371d151e82b.zip
Enhance sbe-istep command to take ranges
Signature of command remains the same Ex1: sb-istep 2 2 -> will run only istep 2.2 Ex2: sb-istep 2.3 4.5 -> will run all the SBE isteps from 2.3 to 4.5 Change-Id: I7ede7a295485bcf209916c0a05798bfb5173996b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31611 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/debug/simics-debug-framework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/debug/simics-debug-framework.py b/src/tools/debug/simics-debug-framework.py
index 4b2538cc..a5f7df67 100755
--- a/src/tools/debug/simics-debug-framework.py
+++ b/src/tools/debug/simics-debug-framework.py
@@ -44,7 +44,7 @@ def register_sbe_debug_framework_tools():
fillSymTable()
# Create command hook.
new_command("sbe-istep",testIstepAuto.sbe_istep_func,
- args = [arg(int_t, "major"), arg(int_t, "minor")],
+ args = [arg(float_t, "Major/start istep"), arg(float_t, "Minor/end istep")],
alias = "istep",
type = ["sbe-commands"],
short = "Runs the debug framework for istep ",
OpenPOWER on IntegriCloud