Re: GDB C API -- does such a thing exist?
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/17/2014 09:08 AM, Pedro Alves wrote: > On 10/17/2014 07:44 AM, Ömer Sinan Ağacan wrote: >> Thanks for all the answers. >> >> 2014-10-17 2:45 GMT+03:00 Stan Shebs <[email protected]>: >>> MI is really the safe way to go. >> >> A lot of people suggested this so I guess that's right. Where can I >> find specification of it? Sorry, missed responding to this one. The specification is in the GDB manual: https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI.html >> One thing that I'm confused about this MI thing is that even IDEs >> don't use it, as far as I can see. > > 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. Thanks, Pedro Alves