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: GDB plugin


>>>>> "Abhijit" == Abhijit Halder <abhijit.k.halder@gmail.com> writes:

Abhijit> Is there any way to load a GDB plugin (shared library having extended
Abhijit> functionality) in current GDB? I am planning to develop one. Need
Abhijit> yours opinion on this.

There is a little bit of this for the JIT functionality.

Generic plugins are trouble because they tend to fix the API -- but we
want to be able to change the API as needed.  The JIT approach avoided
this by exporting a custom, minimal API.

What exactly are you planning to do?

Tom


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