Re: GDB C API -- does such a thing exist?
Jonas Maebe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 17 Oct 2014, at 10:46, Pedro Alves wrote: > On 10/17/2014 09:08 AM, Pedro Alves wrote: >> See https://sourceware.org/gdb/wiki/GDB%20Front%20Ends . > > I've now added a Libraries section to this page, and listed the two > C MI wrapper libraries mentioned in this thread, plus a mention > of libgdb.a. Everyone, feel free to expand this. That page says that Lazarus links to (lib)gdb, but it actually uses GDB/MI. It's Free Pascal's own text mode editor (see e.g. http://wiki.lazarus.freepascal.org/File:fp_ubuntu_13_10.png ) that links to libgdb. Jonas