From 29a0cc1e3a5e493cd600ac1924380371d151e82b Mon Sep 17 00:00:00 2001 From: Shakeeb Date: Fri, 21 Oct 2016 05:02:09 -0500 Subject: 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 Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/tools/debug/simics-debug-framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') 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 ", -- cgit v1.2.1