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: custom runtime GDB extensions


>>>>> "Bruce" == Bruce Korb <bruce.korb@gmail.com> writes:

Tom> There's the JIT API, of course, but it is intentionally very limited.

Bruce> If the "JIT API" is up to that task, then I don't need anything grander.

I'm pretty sure it isn't.

Bruce> (gdb) mask
[...]

You can write a Python extension that loads your C code using ctypes.
There are other viable choices as well.

Tom


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