2011-05-19 Matt Rice <ratmice@gmail.com>
authorTom Tromey <tromey@redhat.com>
Thu, 19 May 2011 18:31:24 +0000 (18:31 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 19 May 2011 18:31:24 +0000 (18:31 +0000)
        * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.

gdb/ChangeLog
gdb/breakpoint.c

index 3ba989a482f5e3529c96ea6330c7b33cbb3a1884..d822f3b17329f74645d40281b8949da4d5e63e98 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-19  Matt Rice  <ratmice@gmail.com>
+
+        * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
+
 2011-05-19  Hui Zhu  <teawater@gmail.com>
 
        * tracepoint.c (tfile_trace_find): Return directly when num is -1.
index 9ce3806baade3efd4421a629778e3671f10bba2a..70931045b3eb5e54fbae7b6c3c8964f3550d216d 100644 (file)
@@ -3220,6 +3220,8 @@ bpstat_do_actions_1 (bpstat *bsp)
   executing_breakpoint_commands = 1;
   old_chain = make_cleanup (cleanup_executing_breakpoints, 0);
 
+  prevent_dont_repeat ();
+
   /* This pointer will iterate over the list of bpstat's.  */
   bs = *bsp;