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: [RFC][PATCH] Allow JIT unwinder provide symbol information


On Thu, Apr 24, 2014 at 6:22 AM, Pedro Alves <palves@redhat.com> wrote:
> It seems to me that what you want to do here is what Python
> frame filters were invented for.  IOW, I think you should
> be able to write a frame filter that interacts with the Java
> JIT to expose the same info to the user your API extension
> is proposing.
The patch allows JIT readers to provide the symbol information to GDB.
I am not sure how this can be achieved with Python frame filters. IMHO
they have different purpose.


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