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.
This commit is contained in:
Andreas Hansson
2013-11-01 11:56:13 -04:00
parent 3e6da89419
commit c9a8b7b147
4 changed files with 19 additions and 22 deletions

View File

@@ -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():