Previous: , Up: Using ROCGDB with Different Languages   [Contents][Index]


15.5 Unsupported Languages

In addition to the other fully-supported programming languages, ROCGDB also provides a pseudo-language, called minimal. It does not represent a real programming language, but provides a set of capabilities close to what the C or assembly languages provide. This should allow most simple operations to be performed while debugging an application that uses a language currently not supported by ROCGDB.

If the language is set to auto, ROCGDB will automatically select this language if the current frame corresponds to an unsupported language.