diff options
Diffstat (limited to 'src/build/debug/simics-debug-framework.py')
-rwxr-xr-x | src/build/debug/simics-debug-framework.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/debug/simics-debug-framework.py b/src/build/debug/simics-debug-framework.py index 5be2f8c37..458b2fc35 100755 --- a/src/build/debug/simics-debug-framework.py +++ b/src/build/debug/simics-debug-framework.py @@ -214,6 +214,7 @@ def register_hb_debug_framework_tools(): lambda options: run_hb_debug_framework(toolname, options))(tool), args = [arg(str_t, "options", "?", "")], + alias = "hb-debug-" + tool, type = ["hostboot-commands"], short = "Runs the debug framework for tool " + tool, doc = usage) |