Contents|Index|Previous|Next
Examining data

See the following documentation for more specific discussion on examining your data using GDB. The usual way to examine data in your program is with the print command (abbreviated p), or its synonym, inspect. It evaluates and prints the value of an expression of the language your program is written in (see Using GDB with different languages).
 
Top|Contents|Index|Previous|Next