gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 727304409c2a2dddc2f976032e9824e584fa6c51..c6be2cd0a47d33e4a768c73e47bb9000b94d093f 100644 (file)
@@ -1,3 +1,18 @@
+2010-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       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.
+
 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
This page took 0.037994 seconds and 4 git commands to generate.