This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch v4 12/24] frame, backtrace: allow targets to supply a frame unwinder


On Wed, 03 Jul 2013 11:14:22 +0200, Markus Metzger wrote:
> gdb/
> 2013-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
>         * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
>         earlier.
>         * frame-unwind.c: Include target.h.
>         (frame_unwind_try_unwinder): New function with code from ...
>         (frame_unwind_find_by_frame): ... here.  New variable
>         unwinder_from_target, call also target_get_unwinder and
>         frame_unwind_try_unwinder for it.
>         * frame.c (get_frame_unwind_stop_reason): Unconditionally call
>         get_prev_frame_1.
>         * target.c (target_get_unwinder): New.
>         * target.h (struct target_ops): New field to_get_unwinder.
>         (target_get_unwinder): New declaration.

OK as review by Tom in February.
	Message-ID: <87halipmrg.fsf@fleche.redhat.com>


Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]