| Whole document tree 
 19.1.3 Simple Examples of GDB/MI InteractionThis subsection presents several simple examples of interaction using the GDB/MI interface. In these examples, `->' means that the following line is passed to GDB/MI as input, while `<-' means the output received from GDB/MI. Target StopHere's an example of stopping the inferior process: 
 
 and later: 
 
 Simple CLI CommandHere's an example of a simple CLI command being passed through GDB/MI and on to the CLI. 
 
 Command With Side Effects
 
 A Bad CommandHere's what happens if you pass a non-existent command: 
 
 This document was generated by root on January, 30 2002 using texi2html |