aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2008-05-05 09:02:59 +0000
committerVladimir Prus <vladimir@codesourcery.com>2008-05-05 09:02:59 +0000
commitfcfb8b02aa46c3a70ccb1d74e243bcfadbcf2711 (patch)
tree019d1eb01f71d40d638519927ee6fd3f8e929def /gdb/top.c
parent6766b6945a6f1948c75309cc69ccf9dea9cdc684 (diff)
downloadgdb-fcfb8b02aa46c3a70ccb1d74e243bcfadbcf2711.zip
gdb-fcfb8b02aa46c3a70ccb1d74e243bcfadbcf2711.tar.gz
gdb-fcfb8b02aa46c3a70ccb1d74e243bcfadbcf2711.tar.bz2
* inf-loop.c (inferior_event_handler): Call bpstat_do_action,
and catch all exceptions from it. * top.c (command_line_handler_continuation): Don't call bpstat_do_action here.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 2454d24..feefcf0 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -379,8 +379,6 @@ command_line_handler_continuation (struct continuation_arg *arg, int error)
if (error)
return;
- bpstat_do_actions (&stop_bpstat);
-
if (display_time)
{
long cmd_time = get_run_time () - time_at_cmd_start;