Lines Matching full:language

1 /* Source-language-related definitions for GDB.
48 range_mode_auto: range_check set automatically to default of language.
69 type_mode_auto: type_check set automatically to default of language
120 /* Per architecture (OS/ABI) language information. */
140 /* Structure tying together assorted information about a language. */
144 /* Name of the language */
148 /* its symtab language-enum (defs.h) */
150 enum language la_language;
204 /* Print a type using syntax appropriate for this language. */
209 /* Print a value using syntax appropriate for this language. */
215 /* Print a top-level value using syntax appropriate for this language. */
221 If that PC falls in a trampoline belonging to this language,
223 if it isn't a language tramp for this language. */
250 /* Return demangled language symbol, or NULL. */
260 /* Zero if the language has first-class arrays. True if there are no
274 /* The per-architecture (OS/ABI) language information. */
287 /* Pointer to the language_defn for our current language. This pointer
291 The current language affects expression parsing and evaluation
295 what happens if the language is changed between parsing and
298 its own language and we should keep track of that regardless of the
299 language when symbols are read. If we want some manual setting for
300 the language of symbol files (e.g. detecting when ".c" files are
305 /* Pointer to the language_defn expected by the user, e.g. the language
306 of main(), or the language we last mentioned in a message, or C. */
338 extern enum language set_language (enum language);
344 with the "set language" command. */
369 is program language dependent. */
422 /* Data: Does this value represent "truth" to the current language? */
428 /* The type used for Boolean values in the current language. */
431 /* Misc: The string representing a particular enum language. */
433 extern enum language language_enum (char *str);
435 extern const struct language_defn *language_def (enum language);
437 extern char *language_str (enum language);
439 /* Add a language to the set known by GDB (at initialization time). */
443 extern enum language get_frame_language (void); /* In stack.c */
445 /* Check for a language-specific trampoline. */
449 /* Return demangled language symbol, or NULL. */