This is the mail archive of the gdb@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: GDB and the OpenJDK JVM


>>>>> "Daniel" == Daniel Jacobowitz <drow@false.org> writes:

Daniel> I wonder if this API could be implemented in Python...

I don't see why not.  Actually, I think it can be even be done without
changing gdb, since gdb doesn't care or know what is behind the API.

If you want it to be 100% Python, you can almost do it with ctypes
callback functions; but it won't quite work since gdb needs a .so and
looks for some symbols there.

Tom


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