field in returned unwinder.
+2011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
+ field in returned unwinder.
+
2012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
* ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
unwinder->type = tramp_frame->frame_type;
unwinder->unwind_data = data;
unwinder->sniffer = tramp_frame_sniffer;
+ unwinder->stop_reason = default_frame_unwind_stop_reason;
unwinder->this_id = tramp_frame_this_id;
unwinder->prev_register = tramp_frame_prev_register;
frame_unwind_prepend_unwinder (gdbarch, unwinder);