summaryrefslogtreecommitdiff
path: root/src/sim/debug.cc
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-11-01 11:56:13 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-11-01 11:56:13 -0400
commitc9a8b7b14744a4a3f0745483d3536f48fd29ca61 (patch)
tree8e0b66282c4cddad067e8213f5af3ba1c9f03b93 /src/sim/debug.cc
parent3e6da89419e5d53dc8a0df446473a4f28808bc46 (diff)
downloadgem5-c9a8b7b14744a4a3f0745483d3536f48fd29ca61.tar.xz
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.
Diffstat (limited to 'src/sim/debug.cc')
-rw-r--r--src/sim/debug.cc2
1 files changed, 1 insertions, 1 deletions
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");