summaryrefslogtreecommitdiff
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
commitf4d78e7b27320e6ad94e6293385e997c2581fdb5 (patch)
treebb55479c78dd710d05b27dbdc7ea2c0f8d41bece /gdb/top.c
parent4c1fb653b703c5912933c8eb418763ebff0a58ae (diff)
downloadgdb-f4d78e7b27320e6ad94e6293385e997c2581fdb5.tar.gz
* 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 2454d242be2..feefcf018dc 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;