2012-10-26 Pedro Alves <palves@redhat.com>

* infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
	Remove comment.
This commit is contained in:
Pedro Alves 2012-10-26 18:47:33 +00:00
parent af4238e5f6
commit 47b1906506
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2012-10-26 Pedro Alves <palves@redhat.com>
* infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
Remove comment.
2012-10-26 Pedro Alves <palves@redhat.com>
* target.c (target_waitstatus_to_string): Handle

View File

@ -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);