From: Pedro Alves Date: Fri, 26 Oct 2012 18:47:33 +0000 (+0000) Subject: 2012-10-26 Pedro Alves X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=47b1906506da6096ba01fcc66f712d89feb312c9;p=deliverable%2Fbinutils-gdb.git 2012-10-26 Pedro Alves * infrun.c (handle_inferior_event) : Remove comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8adfc7c6e8..e717353f99 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-10-26 Pedro Alves + + * infrun.c (handle_inferior_event) : + Remove comment. + 2012-10-26 Pedro Alves * target.c (target_waitstatus_to_string): Handle diff --git a/gdb/infrun.c b/gdb/infrun.c index eb97c52b7b..5479486726 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3406,11 +3406,6 @@ handle_inferior_event (struct execution_control_state *ecs) stop_print_frame = 0; target_terminal_ours (); /* Must do this before mourn anyway. */ - /* Note: By definition of TARGET_WAITKIND_SIGNALLED, we shouldn't - reach here unless the inferior is dead. However, for years - target_kill() was called here, which hints that fatal signals aren't - really fatal on some systems. If that's true, then some changes - may be needed. */ target_mourn_inferior (); print_signal_exited_reason (ecs->ws.value.sig);