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 6/7] New JIT unwinder.


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


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