diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-05 09:02:59 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-05 09:02:59 +0000 |
commit | fcfb8b02aa46c3a70ccb1d74e243bcfadbcf2711 (patch) | |
tree | 019d1eb01f71d40d638519927ee6fd3f8e929def /gdb/top.c | |
parent | 6766b6945a6f1948c75309cc69ccf9dea9cdc684 (diff) | |
download | gdb-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |