aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 6122bbf..0e263ba 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -177,6 +177,12 @@ struct language_defn
char c_style_arrays;
+ /* Index to use for extracting the first element of a string. */
+ char string_lower_bound;
+
+ /* Type of elements of strings. */
+ struct type **string_char_type;
+
/* Add fields above this point, so the magic number is always last. */
/* Magic number for compat checking */