gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 4 Sep 2010 14:27:46 +0000 (14:27 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 4 Sep 2010 14:27:46 +0000 (14:27 +0000)
commit33d62d6487b115456a0bfe0255dddbc6e4bed9d7
treea36a3c35bd25d7d05bd4ff7ccc0f1811ab6b4097
parent4ab0ad808393d331431a66036aaec7fe71c6761b
gdb/
Code cleanup - split print_stop_reason.
* infrun.c (enum inferior_stop_reason): Remove.
(print_stop_reason): Remove by splitting into ...
(print_exited_reason, print_signal_exited_reason)
(print_no_history_reason, print_signal_received_reason)
(print_end_stepping_range_reason): ... these new functions.  Update
the preceding comment.
(handle_inferior_event): Change the calls to print_exited_reason,
print_signal_exited_reason, print_no_history_reason,
print_signal_received_reason, print_end_stepping_range_reason.
(handle_step_into_function, handle_step_into_function_backward):
Change the calls to print_end_stepping_range_reason.
gdb/ChangeLog
gdb/infrun.c
This page took 0.026511 seconds and 4 git commands to generate.