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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user