2011-05-19 Matt Rice <ratmice@gmail.com>

* breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
This commit is contained in:
Tom Tromey 2011-05-19 18:31:24 +00:00
parent fb80a3c562
commit cf6c5ffb4c
2 changed files with 6 additions and 0 deletions

View 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.

View 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;