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/sim/debug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim/debug.cc') diff --git a/src/sim/debug.cc b/src/sim/debug.cc index 51b92740e..bfb28198d 100644 --- a/src/sim/debug.cc +++ b/src/sim/debug.cc @@ -82,7 +82,7 @@ DebugBreakEvent::description() const // (callable from debugger) // void -schedBreakCycle(Tick when) +schedBreak(Tick when) { mainEventQueue.schedule(new DebugBreakEvent, when); warn("need to stop all queues"); -- cgit v1.2.3