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.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sim/debug.hh') diff --git a/src/sim/debug.hh b/src/sim/debug.hh index bc1bb1e62..c29251a1e 100644 --- a/src/sim/debug.hh +++ b/src/sim/debug.hh @@ -40,9 +40,9 @@ /** Cause the simulator to execute a breakpoint - * @param when the cycle to break + * @param when the tick to break */ -void schedBreakCycle(Tick when); +void schedBreak(Tick when); /** Cause the simulator to return to python to create a checkpoint * @param when the cycle to break -- cgit v1.2.3