summaryrefslogtreecommitdiff
path: root/src/python/m5/main.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-14 01:23:59 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-14 01:23:59 -0500
commit8d234a4bc5adb6dcf26d73596c45a29e616bb4c2 (patch)
treea5e4354cbe61d806cd656f314c48efccaf8f32e2 /src/python/m5/main.py
parent14cb2264c80eb961eab1f80738e0144b6179d1a3 (diff)
parent69623a892edbaddc8d68a98766ef09b421ac4ce6 (diff)
downloadgem5-8d234a4bc5adb6dcf26d73596c45a29e616bb4c2.tar.xz
Merge 141.212.106.238:/home/gblack/m5/newmemmemops
into zizzer.eecs.umich.edu:/.automount/wexford/x/gblack/m5/newmem --HG-- extra : convert_revision : 753831a9f6f79d07e6ee122ab894e24161d2e722
Diffstat (limited to 'src/python/m5/main.py')
-rw-r--r--src/python/m5/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/m5/main.py b/src/python/m5/main.py
index 1e224c0cf..114c668a6 100644
--- a/src/python/m5/main.py
+++ b/src/python/m5/main.py
@@ -275,7 +275,8 @@ def main():
objects.Statistics.text_file = options.stats_file
# set debugging options
- objects.Debug.break_cycles = options.debug_break
+ for when in options.debug_break:
+ internal.debug.schedBreakCycle(int(when))
# set tracing options
objects.Trace.flags = options.trace_flags