From c9a8b7b14744a4a3f0745483d3536f48fd29ca61 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Fri, 1 Nov 2013 11:56:13 -0400 Subject: sim: Clarify the difference between tracing and debugging This patch changes the name the command-line options related to debug output to all start with "debug" rather than being a mix of that and "trace". It also makes it clear that the breakpoint time is specified in ticks and not in cycles. --- src/python/m5/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/m5/debug.py') diff --git a/src/python/m5/debug.py b/src/python/m5/debug.py index 508bf2842..22b16aa5b 100644 --- a/src/python/m5/debug.py +++ b/src/python/m5/debug.py @@ -31,7 +31,7 @@ from UserDict import DictMixin import internal from internal.debug import SimpleFlag, CompoundFlag -from internal.debug import schedBreakCycle, setRemoteGDBPort +from internal.debug import schedBreak, setRemoteGDBPort from m5.util import printList def help(): -- cgit v1.2.3