2011-05-19 Matt Rice <ratmice@gmail.com>
* breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
This commit is contained in:
parent
fb80a3c562
commit
cf6c5ffb4c
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user