[PATCH 6/7] New JIT unwinder.

Jan Kratochvil jan.kratochvil@redhat.com
Wed Aug 24 19:04:00 GMT 2011


On Wed, 24 Aug 2011 21:01:06 +0200, Sanjoy Das wrote:
> Introduce a "proxy unwinder", whcih will pass down all calls to the
> functions the JIT reader provides.

Still incorrect assumptions target_gdbarch == get_frame_arch (frame).
You should use get_frame_arch (frame) instead.

While it currently affects only SPU if GDB supports one day across-RPC (remote
procedure calls in general) debugging it woule be also a problem.

OTOH I guess there are probably already some places not conforming to this.


Thanks,
Jan



More information about the Gdb-patches mailing list