This is the mail archive of the gdb@sources.redhat.com 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]

Re: GDB/MI how to go from the manual info to nuts and bolts...?


Brian Van Straalen wrote:
> 
>   Hello.
> 
>   I'm getting there.
> 
>   It looks like GDB/MI is really meant to be gdb running
> as another process.  Is a users application supposed to
> invoke it from their code with a "system" or "exec" call,
> then interact with it through the stdin and stdout pipes ?

Yes.

>   And what does the "layer below" mean? is there a library
> and include file available to actually link to ?

The MI is implemented using a number of internal calls.  Greatly
simplified those internal calls are the layer below.

	Andrew

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