language_mode Environment Variable

Related Topics:

Setting the Language for Expression Evaluation Environment Variables
dbxenv Command language Command

The language_mode environment variable determines the language used for parsing and evaluating expressions
language_mode <autodetect | main | c | ansic | c++ | fortran | fortran90 Governs the language used for parsing and # evaluationg expressions. autodetect sets the expression evaluation language to the language of current file. This is useful if you are debugging programs with mixed languages (default mode). main sets the expression evaluation language to the language of the main routine in the program. This is useful if debugging homogeneous programs. c, c++, ansic, c++, fortran, and fortran90 set the expression language to the selected language.
.