Whole document tree
    

Whole document tree

Debugging with GDB: Notation and Terminology
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Notation and Terminology

This chapter uses the following notation:

  • | separates two alternatives.

  • [ something ] indicates that something is optional: it may or may not be given.

  • ( group )* means that group inside the parentheses may repeat zero or more times.

  • ( group )+ means that group inside the parentheses may repeat one or more times.

  • "string" means a literal string.

Acknowledgments

In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and Elena Zannoni.

19.1 GDB/MI Command Syntax  
19.2 GDB/MI Compatibility with CLI  
19.3 GDB/MI Output Records  
19.4 GDB/MI Command Description Format  
19.5 GDB/MI Breakpoint table commands  
19.6 GDB/MI Data Manipulation  
19.7 GDB/MI Program control  
19.8 Miscellaneous GDB commands in GDB/MI  
19.9 Stack manipulation commands in GDB/MI  
19.10 GDB/MI Symbol Query Commands  
19.11 GDB/MI Target Manipulation Commands  
19.12 GDB/MI Thread Commands  
19.13 GDB/MI Tracepoint Commands  
19.14 GDB/MI Variable Objects  
19.15 GDB/MI Draft Changes to Output Syntax  



This document was generated by root on January, 30 2002 using texi2html