This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: GDB C API -- does such a thing exist?
- From: Ãmer Sinan AÄacan <omeragacan at gmail dot com>
- To: Stan Shebs <stanshebs at earthlink dot net>
- Cc: gdb <gdb at sourceware dot org>
- Date: Fri, 17 Oct 2014 09:44:30 +0300
- Subject: Re: GDB C API -- does such a thing exist?
- Authentication-results: sourceware.org; auth=none
- References: <CAMQQO3=gR_6=D__Q_rn2Q8LQmE+bdokhAmbKh6fEkkNMH42fxA at mail dot gmail dot com> <5440588D dot 8060503 at earthlink dot net>
Thanks for all the answers.
2014-10-17 2:45 GMT+03:00 Stan Shebs <stanshebs@earthlink.net>:
> 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?
One thing that I'm confused about this MI thing is that even IDEs
don't use it, as far as I can see. For example, I just checked CLion
and it's just running GDB prompt and talking with GDB using it. So I
had a bad impression about it. I'm hoping to be wrong.