* ada-lang.c (symtab_for_sym): Delete.
[binutils-gdb.git] / gdb / ada-lang.c
1 /* Ada language support routines for GDB, the GNU debugger. Copyright (C)
2
3 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2003, 2004, 2005, 2007, 2008,
4 2009 Free Software Foundation, Inc.
5
6 This file is part of GDB.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
20
21
22 #include "defs.h"
23 #include <stdio.h>
24 #include "gdb_string.h"
25 #include <ctype.h>
26 #include <stdarg.h>
27 #include "demangle.h"
28 #include "gdb_regex.h"
29 #include "frame.h"
30 #include "symtab.h"
31 #include "gdbtypes.h"
32 #include "gdbcmd.h"
33 #include "expression.h"
34 #include "parser-defs.h"
35 #include "language.h"
36 #include "c-lang.h"
37 #include "inferior.h"
38 #include "symfile.h"
39 #include "objfiles.h"
40 #include "breakpoint.h"
41 #include "gdbcore.h"
42 #include "hashtab.h"
43 #include "gdb_obstack.h"
44 #include "ada-lang.h"
45 #include "completer.h"
46 #include "gdb_stat.h"
47 #ifdef UI_OUT
48 #include "ui-out.h"
49 #endif
50 #include "block.h"
51 #include "infcall.h"
52 #include "dictionary.h"
53 #include "exceptions.h"
54 #include "annotate.h"
55 #include "valprint.h"
56 #include "source.h"
57 #include "observer.h"
58 #include "vec.h"
59
60 /* Define whether or not the C operator '/' truncates towards zero for
61 differently signed operands (truncation direction is undefined in C).
62 Copied from valarith.c. */
63
64 #ifndef TRUNCATION_TOWARDS_ZERO
65 #define TRUNCATION_TOWARDS_ZERO ((-5 / 2) == -2)
66 #endif
67
68 static void extract_string (CORE_ADDR addr, char *buf);
69
70 static void modify_general_field (char *, LONGEST, int, int);
71
72 static struct type *desc_base_type (struct type *);
73
74 static struct type *desc_bounds_type (struct type *);
75
76 static struct value *desc_bounds (struct value *);
77
78 static int fat_pntr_bounds_bitpos (struct type *);
79
80 static int fat_pntr_bounds_bitsize (struct type *);
81
82 static struct type *desc_data_type (struct type *);
83
84 static struct value *desc_data (struct value *);
85
86 static int fat_pntr_data_bitpos (struct type *);
87
88 static int fat_pntr_data_bitsize (struct type *);
89
90 static struct value *desc_one_bound (struct value *, int, int);
91
92 static int desc_bound_bitpos (struct type *, int, int);
93
94 static int desc_bound_bitsize (struct type *, int, int);
95
96 static struct type *desc_index_type (struct type *, int);
97
98 static int desc_arity (struct type *);
99
100 static int ada_type_match (struct type *, struct type *, int);
101
102 static int ada_args_match (struct symbol *, struct value **, int);
103
104 static struct value *ensure_lval (struct value *, CORE_ADDR *);
105
106 static struct value *convert_actual (struct value *, struct type *,
107 CORE_ADDR *);
108
109 static struct value *make_array_descriptor (struct type *, struct value *,
110 CORE_ADDR *);
111
112 static void ada_add_block_symbols (struct obstack *,
113 struct block *, const char *,
114 domain_enum, struct objfile *, int);
115
116 static int is_nonfunction (struct ada_symbol_info *, int);
117
118 static void add_defn_to_vec (struct obstack *, struct symbol *,
119 struct block *);
120
121 static int num_defns_collected (struct obstack *);
122
123 static struct ada_symbol_info *defns_collected (struct obstack *, int);
124
125 static struct partial_symbol *ada_lookup_partial_symbol (struct partial_symtab
126 *, const char *, int,
127 domain_enum, int);
128
129 static struct value *resolve_subexp (struct expression **, int *, int,
130 struct type *);
131
132 static void replace_operator_with_call (struct expression **, int, int, int,
133 struct symbol *, struct block *);
134
135 static int possible_user_operator_p (enum exp_opcode, struct value **);
136
137 static char *ada_op_name (enum exp_opcode);
138
139 static const char *ada_decoded_op_name (enum exp_opcode);
140
141 static int numeric_type_p (struct type *);
142
143 static int integer_type_p (struct type *);
144
145 static int scalar_type_p (struct type *);
146
147 static int discrete_type_p (struct type *);
148
149 static enum ada_renaming_category parse_old_style_renaming (struct type *,
150 const char **,
151 int *,
152 const char **);
153
154 static struct symbol *find_old_style_renaming_symbol (const char *,
155 struct block *);
156
157 static struct type *ada_lookup_struct_elt_type (struct type *, char *,
158 int, int, int *);
159
160 static struct value *evaluate_subexp (struct type *, struct expression *,
161 int *, enum noside);
162
163 static struct value *evaluate_subexp_type (struct expression *, int *);
164
165 static int is_dynamic_field (struct type *, int);
166
167 static struct type *to_fixed_variant_branch_type (struct type *,
168 const gdb_byte *,
169 CORE_ADDR, struct value *);
170
171 static struct type *to_fixed_array_type (struct type *, struct value *, int);
172
173 static struct type *to_fixed_range_type (char *, struct value *,
174 struct objfile *);
175
176 static struct type *to_static_fixed_type (struct type *);
177 static struct type *static_unwrap_type (struct type *type);
178
179 static struct value *unwrap_value (struct value *);
180
181 static struct type *packed_array_type (struct type *, long *);
182
183 static struct type *decode_packed_array_type (struct type *);
184
185 static struct value *decode_packed_array (struct value *);
186
187 static struct value *value_subscript_packed (struct value *, int,
188 struct value **);
189
190 static void move_bits (gdb_byte *, int, const gdb_byte *, int, int);
191
192 static struct value *coerce_unspec_val_to_type (struct value *,
193 struct type *);
194
195 static struct value *get_var_value (char *, char *);
196
197 static int lesseq_defined_than (struct symbol *, struct symbol *);
198
199 static int equiv_types (struct type *, struct type *);
200
201 static int is_name_suffix (const char *);
202
203 static int wild_match (const char *, int, const char *);
204
205 static struct value *ada_coerce_ref (struct value *);
206
207 static LONGEST pos_atr (struct value *);
208
209 static struct value *value_pos_atr (struct type *, struct value *);
210
211 static struct value *value_val_atr (struct type *, struct value *);
212
213 static struct symbol *standard_lookup (const char *, const struct block *,
214 domain_enum);
215
216 static struct value *ada_search_struct_field (char *, struct value *, int,
217 struct type *);
218
219 static struct value *ada_value_primitive_field (struct value *, int, int,
220 struct type *);
221
222 static int find_struct_field (char *, struct type *, int,
223 struct type **, int *, int *, int *, int *);
224
225 static struct value *ada_to_fixed_value_create (struct type *, CORE_ADDR,
226 struct value *);
227
228 static struct value *ada_to_fixed_value (struct value *);
229
230 static int ada_resolve_function (struct ada_symbol_info *, int,
231 struct value **, int, const char *,
232 struct type *);
233
234 static struct value *ada_coerce_to_simple_array (struct value *);
235
236 static int ada_is_direct_array_type (struct type *);
237
238 static void ada_language_arch_info (struct gdbarch *,
239 struct language_arch_info *);
240
241 static void check_size (const struct type *);
242
243 static struct value *ada_index_struct_field (int, struct value *, int,
244 struct type *);
245
246 static struct value *assign_aggregate (struct value *, struct value *,
247 struct expression *, int *, enum noside);
248
249 static void aggregate_assign_from_choices (struct value *, struct value *,
250 struct expression *,
251 int *, LONGEST *, int *,
252 int, LONGEST, LONGEST);
253
254 static void aggregate_assign_positional (struct value *, struct value *,
255 struct expression *,
256 int *, LONGEST *, int *, int,
257 LONGEST, LONGEST);
258
259
260 static void aggregate_assign_others (struct value *, struct value *,
261 struct expression *,
262 int *, LONGEST *, int, LONGEST, LONGEST);
263
264
265 static void add_component_interval (LONGEST, LONGEST, LONGEST *, int *, int);
266
267
268 static struct value *ada_evaluate_subexp (struct type *, struct expression *,
269 int *, enum noside);
270
271 static void ada_forward_operator_length (struct expression *, int, int *,
272 int *);
273 \f
274
275
276 /* Maximum-sized dynamic type. */
277 static unsigned int varsize_limit;
278
279 /* FIXME: brobecker/2003-09-17: No longer a const because it is
280 returned by a function that does not return a const char *. */
281 static char *ada_completer_word_break_characters =
282 #ifdef VMS
283 " \t\n!@#%^&*()+=|~`}{[]\";:?/,-";
284 #else
285 " \t\n!@#$%^&*()+=|~`}{[]\";:?/,-";
286 #endif
287
288 /* The name of the symbol to use to get the name of the main subprogram. */
289 static const char ADA_MAIN_PROGRAM_SYMBOL_NAME[]
290 = "__gnat_ada_main_program_name";
291
292 /* Limit on the number of warnings to raise per expression evaluation. */
293 static int warning_limit = 2;
294
295 /* Number of warning messages issued; reset to 0 by cleanups after
296 expression evaluation. */
297 static int warnings_issued = 0;
298
299 static const char *known_runtime_file_name_patterns[] = {
300 ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS NULL
301 };
302
303 static const char *known_auxiliary_function_name_patterns[] = {
304 ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS NULL
305 };
306
307 /* Space for allocating results of ada_lookup_symbol_list. */
308 static struct obstack symbol_list_obstack;
309
310 /* Utilities */
311
312 /* Given DECODED_NAME a string holding a symbol name in its
313 decoded form (ie using the Ada dotted notation), returns
314 its unqualified name. */
315
316 static const char *
317 ada_unqualified_name (const char *decoded_name)
318 {
319 const char *result = strrchr (decoded_name, '.');
320
321 if (result != NULL)
322 result++; /* Skip the dot... */
323 else
324 result = decoded_name;
325
326 return result;
327 }
328
329 /* Return a string starting with '<', followed by STR, and '>'.
330 The result is good until the next call. */
331
332 static char *
333 add_angle_brackets (const char *str)
334 {
335 static char *result = NULL;
336
337 xfree (result);
338 result = xstrprintf ("<%s>", str);
339 return result;
340 }
341
342 static char *
343 ada_get_gdb_completer_word_break_characters (void)
344 {
345 return ada_completer_word_break_characters;
346 }
347
348 /* Print an array element index using the Ada syntax. */
349
350 static void
351 ada_print_array_index (struct value *index_value, struct ui_file *stream,
352 const struct value_print_options *options)
353 {
354 LA_VALUE_PRINT (index_value, stream, options);
355 fprintf_filtered (stream, " => ");
356 }
357
358 /* Read the string located at ADDR from the inferior and store the
359 result into BUF. */
360
361 static void
362 extract_string (CORE_ADDR addr, char *buf)
363 {
364 int char_index = 0;
365
366 /* Loop, reading one byte at a time, until we reach the '\000'
367 end-of-string marker. */
368 do
369 {
370 target_read_memory (addr + char_index * sizeof (char),
371 buf + char_index * sizeof (char), sizeof (char));
372 char_index++;
373 }
374 while (buf[char_index - 1] != '\000');
375 }
376
377 /* Assuming VECT points to an array of *SIZE objects of size
378 ELEMENT_SIZE, grow it to contain at least MIN_SIZE objects,
379 updating *SIZE as necessary and returning the (new) array. */
380
381 void *
382 grow_vect (void *vect, size_t *size, size_t min_size, int element_size)
383 {
384 if (*size < min_size)
385 {
386 *size *= 2;
387 if (*size < min_size)
388 *size = min_size;
389 vect = xrealloc (vect, *size * element_size);
390 }
391 return vect;
392 }
393
394 /* True (non-zero) iff TARGET matches FIELD_NAME up to any trailing
395 suffix of FIELD_NAME beginning "___". */
396
397 static int
398 field_name_match (const char *field_name, const char *target)
399 {
400 int len = strlen (target);
401 return
402 (strncmp (field_name, target, len) == 0
403 && (field_name[len] == '\0'
404 || (strncmp (field_name + len, "___", 3) == 0
405 && strcmp (field_name + strlen (field_name) - 6,
406 "___XVN") != 0)));
407 }
408
409
410 /* Assuming TYPE is a TYPE_CODE_STRUCT or a TYPE_CODE_TYPDEF to
411 a TYPE_CODE_STRUCT, find the field whose name matches FIELD_NAME,
412 and return its index. This function also handles fields whose name
413 have ___ suffixes because the compiler sometimes alters their name
414 by adding such a suffix to represent fields with certain constraints.
415 If the field could not be found, return a negative number if
416 MAYBE_MISSING is set. Otherwise raise an error. */
417
418 int
419 ada_get_field_index (const struct type *type, const char *field_name,
420 int maybe_missing)
421 {
422 int fieldno;
423 struct type *struct_type = check_typedef ((struct type *) type);
424
425 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); fieldno++)
426 if (field_name_match (TYPE_FIELD_NAME (struct_type, fieldno), field_name))
427 return fieldno;
428
429 if (!maybe_missing)
430 error (_("Unable to find field %s in struct %s. Aborting"),
431 field_name, TYPE_NAME (struct_type));
432
433 return -1;
434 }
435
436 /* The length of the prefix of NAME prior to any "___" suffix. */
437
438 int
439 ada_name_prefix_len (const char *name)
440 {
441 if (name == NULL)
442 return 0;
443 else
444 {
445 const char *p = strstr (name, "___");
446 if (p == NULL)
447 return strlen (name);
448 else
449 return p - name;
450 }
451 }
452
453 /* Return non-zero if SUFFIX is a suffix of STR.
454 Return zero if STR is null. */
455
456 static int
457 is_suffix (const char *str, const char *suffix)
458 {
459 int len1, len2;
460 if (str == NULL)
461 return 0;
462 len1 = strlen (str);
463 len2 = strlen (suffix);
464 return (len1 >= len2 && strcmp (str + len1 - len2, suffix) == 0);
465 }
466
467 /* The contents of value VAL, treated as a value of type TYPE. The
468 result is an lval in memory if VAL is. */
469
470 static struct value *
471 coerce_unspec_val_to_type (struct value *val, struct type *type)
472 {
473 type = ada_check_typedef (type);
474 if (value_type (val) == type)
475 return val;
476 else
477 {
478 struct value *result;
479
480 /* Make sure that the object size is not unreasonable before
481 trying to allocate some memory for it. */
482 check_size (type);
483
484 result = allocate_value (type);
485 set_value_component_location (result, val);
486 set_value_bitsize (result, value_bitsize (val));
487 set_value_bitpos (result, value_bitpos (val));
488 VALUE_ADDRESS (result) += value_offset (val);
489 if (value_lazy (val)
490 || TYPE_LENGTH (type) > TYPE_LENGTH (value_type (val)))
491 set_value_lazy (result, 1);
492 else
493 memcpy (value_contents_raw (result), value_contents (val),
494 TYPE_LENGTH (type));
495 return result;
496 }
497 }
498
499 static const gdb_byte *
500 cond_offset_host (const gdb_byte *valaddr, long offset)
501 {
502 if (valaddr == NULL)
503 return NULL;
504 else
505 return valaddr + offset;
506 }
507
508 static CORE_ADDR
509 cond_offset_target (CORE_ADDR address, long offset)
510 {
511 if (address == 0)
512 return 0;
513 else
514 return address + offset;
515 }
516
517 /* Issue a warning (as for the definition of warning in utils.c, but
518 with exactly one argument rather than ...), unless the limit on the
519 number of warnings has passed during the evaluation of the current
520 expression. */
521
522 /* FIXME: cagney/2004-10-10: This function is mimicking the behavior
523 provided by "complaint". */
524 static void lim_warning (const char *format, ...) ATTR_FORMAT (printf, 1, 2);
525
526 static void
527 lim_warning (const char *format, ...)
528 {
529 va_list args;
530 va_start (args, format);
531
532 warnings_issued += 1;
533 if (warnings_issued <= warning_limit)
534 vwarning (format, args);
535
536 va_end (args);
537 }
538
539 /* Issue an error if the size of an object of type T is unreasonable,
540 i.e. if it would be a bad idea to allocate a value of this type in
541 GDB. */
542
543 static void
544 check_size (const struct type *type)
545 {
546 if (TYPE_LENGTH (type) > varsize_limit)
547 error (_("object size is larger than varsize-limit"));
548 }
549
550
551 /* Note: would have used MAX_OF_TYPE and MIN_OF_TYPE macros from
552 gdbtypes.h, but some of the necessary definitions in that file
553 seem to have gone missing. */
554
555 /* Maximum value of a SIZE-byte signed integer type. */
556 static LONGEST
557 max_of_size (int size)
558 {
559 LONGEST top_bit = (LONGEST) 1 << (size * 8 - 2);
560 return top_bit | (top_bit - 1);
561 }
562
563 /* Minimum value of a SIZE-byte signed integer type. */
564 static LONGEST
565 min_of_size (int size)
566 {
567 return -max_of_size (size) - 1;
568 }
569
570 /* Maximum value of a SIZE-byte unsigned integer type. */
571 static ULONGEST
572 umax_of_size (int size)
573 {
574 ULONGEST top_bit = (ULONGEST) 1 << (size * 8 - 1);
575 return top_bit | (top_bit - 1);
576 }
577
578 /* Maximum value of integral type T, as a signed quantity. */
579 static LONGEST
580 max_of_type (struct type *t)
581 {
582 if (TYPE_UNSIGNED (t))
583 return (LONGEST) umax_of_size (TYPE_LENGTH (t));
584 else
585 return max_of_size (TYPE_LENGTH (t));
586 }
587
588 /* Minimum value of integral type T, as a signed quantity. */
589 static LONGEST
590 min_of_type (struct type *t)
591 {
592 if (TYPE_UNSIGNED (t))
593 return 0;
594 else
595 return min_of_size (TYPE_LENGTH (t));
596 }
597
598 /* The largest value in the domain of TYPE, a discrete type, as an integer. */
599 static LONGEST
600 discrete_type_high_bound (struct type *type)
601 {
602 switch (TYPE_CODE (type))
603 {
604 case TYPE_CODE_RANGE:
605 return TYPE_HIGH_BOUND (type);
606 case TYPE_CODE_ENUM:
607 return TYPE_FIELD_BITPOS (type, TYPE_NFIELDS (type) - 1);
608 case TYPE_CODE_BOOL:
609 return 1;
610 case TYPE_CODE_CHAR:
611 case TYPE_CODE_INT:
612 return max_of_type (type);
613 default:
614 error (_("Unexpected type in discrete_type_high_bound."));
615 }
616 }
617
618 /* The largest value in the domain of TYPE, a discrete type, as an integer. */
619 static LONGEST
620 discrete_type_low_bound (struct type *type)
621 {
622 switch (TYPE_CODE (type))
623 {
624 case TYPE_CODE_RANGE:
625 return TYPE_LOW_BOUND (type);
626 case TYPE_CODE_ENUM:
627 return TYPE_FIELD_BITPOS (type, 0);
628 case TYPE_CODE_BOOL:
629 return 0;
630 case TYPE_CODE_CHAR:
631 case TYPE_CODE_INT:
632 return min_of_type (type);
633 default:
634 error (_("Unexpected type in discrete_type_low_bound."));
635 }
636 }
637
638 /* The identity on non-range types. For range types, the underlying
639 non-range scalar type. */
640
641 static struct type *
642 base_type (struct type *type)
643 {
644 while (type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE)
645 {
646 if (type == TYPE_TARGET_TYPE (type) || TYPE_TARGET_TYPE (type) == NULL)
647 return type;
648 type = TYPE_TARGET_TYPE (type);
649 }
650 return type;
651 }
652 \f
653
654 /* Language Selection */
655
656 /* If the main program is in Ada, return language_ada, otherwise return LANG
657 (the main program is in Ada iif the adainit symbol is found).
658
659 MAIN_PST is not used. */
660
661 enum language
662 ada_update_initial_language (enum language lang,
663 struct partial_symtab *main_pst)
664 {
665 if (lookup_minimal_symbol ("adainit", (const char *) NULL,
666 (struct objfile *) NULL) != NULL)
667 return language_ada;
668
669 return lang;
670 }
671
672 /* If the main procedure is written in Ada, then return its name.
673 The result is good until the next call. Return NULL if the main
674 procedure doesn't appear to be in Ada. */
675
676 char *
677 ada_main_name (void)
678 {
679 struct minimal_symbol *msym;
680 static char *main_program_name = NULL;
681
682 /* For Ada, the name of the main procedure is stored in a specific
683 string constant, generated by the binder. Look for that symbol,
684 extract its address, and then read that string. If we didn't find
685 that string, then most probably the main procedure is not written
686 in Ada. */
687 msym = lookup_minimal_symbol (ADA_MAIN_PROGRAM_SYMBOL_NAME, NULL, NULL);
688
689 if (msym != NULL)
690 {
691 CORE_ADDR main_program_name_addr;
692 int err_code;
693
694 main_program_name_addr = SYMBOL_VALUE_ADDRESS (msym);
695 if (main_program_name_addr == 0)
696 error (_("Invalid address for Ada main program name."));
697
698 xfree (main_program_name);
699 target_read_string (main_program_name_addr, &main_program_name,
700 1024, &err_code);
701
702 if (err_code != 0)
703 return NULL;
704 return main_program_name;
705 }
706
707 /* The main procedure doesn't seem to be in Ada. */
708 return NULL;
709 }
710 \f
711 /* Symbols */
712
713 /* Table of Ada operators and their GNAT-encoded names. Last entry is pair
714 of NULLs. */
715
716 const struct ada_opname_map ada_opname_table[] = {
717 {"Oadd", "\"+\"", BINOP_ADD},
718 {"Osubtract", "\"-\"", BINOP_SUB},
719 {"Omultiply", "\"*\"", BINOP_MUL},
720 {"Odivide", "\"/\"", BINOP_DIV},
721 {"Omod", "\"mod\"", BINOP_MOD},
722 {"Orem", "\"rem\"", BINOP_REM},
723 {"Oexpon", "\"**\"", BINOP_EXP},
724 {"Olt", "\"<\"", BINOP_LESS},
725 {"Ole", "\"<=\"", BINOP_LEQ},
726 {"Ogt", "\">\"", BINOP_GTR},
727 {"Oge", "\">=\"", BINOP_GEQ},
728 {"Oeq", "\"=\"", BINOP_EQUAL},
729 {"One", "\"/=\"", BINOP_NOTEQUAL},
730 {"Oand", "\"and\"", BINOP_BITWISE_AND},
731 {"Oor", "\"or\"", BINOP_BITWISE_IOR},
732 {"Oxor", "\"xor\"", BINOP_BITWISE_XOR},
733 {"Oconcat", "\"&\"", BINOP_CONCAT},
734 {"Oabs", "\"abs\"", UNOP_ABS},
735 {"Onot", "\"not\"", UNOP_LOGICAL_NOT},
736 {"Oadd", "\"+\"", UNOP_PLUS},
737 {"Osubtract", "\"-\"", UNOP_NEG},
738 {NULL, NULL}
739 };
740
741 /* The "encoded" form of DECODED, according to GNAT conventions.
742 The result is valid until the next call to ada_encode. */
743
744 char *
745 ada_encode (const char *decoded)
746 {
747 static char *encoding_buffer = NULL;
748 static size_t encoding_buffer_size = 0;
749 const char *p;
750 int k;
751
752 if (decoded == NULL)
753 return NULL;
754
755 GROW_VECT (encoding_buffer, encoding_buffer_size,
756 2 * strlen (decoded) + 10);
757
758 k = 0;
759 for (p = decoded; *p != '\0'; p += 1)
760 {
761 if (*p == '.')
762 {
763 encoding_buffer[k] = encoding_buffer[k + 1] = '_';
764 k += 2;
765 }
766 else if (*p == '"')
767 {
768 const struct ada_opname_map *mapping;
769
770 for (mapping = ada_opname_table;
771 mapping->encoded != NULL
772 && strncmp (mapping->decoded, p,
773 strlen (mapping->decoded)) != 0; mapping += 1)
774 ;
775 if (mapping->encoded == NULL)
776 error (_("invalid Ada operator name: %s"), p);
777 strcpy (encoding_buffer + k, mapping->encoded);
778 k += strlen (mapping->encoded);
779 break;
780 }
781 else
782 {
783 encoding_buffer[k] = *p;
784 k += 1;
785 }
786 }
787
788 encoding_buffer[k] = '\0';
789 return encoding_buffer;
790 }
791
792 /* Return NAME folded to lower case, or, if surrounded by single
793 quotes, unfolded, but with the quotes stripped away. Result good
794 to next call. */
795
796 char *
797 ada_fold_name (const char *name)
798 {
799 static char *fold_buffer = NULL;
800 static size_t fold_buffer_size = 0;
801
802 int len = strlen (name);
803 GROW_VECT (fold_buffer, fold_buffer_size, len + 1);
804
805 if (name[0] == '\'')
806 {
807 strncpy (fold_buffer, name + 1, len - 2);
808 fold_buffer[len - 2] = '\000';
809 }
810 else
811 {
812 int i;
813 for (i = 0; i <= len; i += 1)
814 fold_buffer[i] = tolower (name[i]);
815 }
816
817 return fold_buffer;
818 }
819
820 /* Return nonzero if C is either a digit or a lowercase alphabet character. */
821
822 static int
823 is_lower_alphanum (const char c)
824 {
825 return (isdigit (c) || (isalpha (c) && islower (c)));
826 }
827
828 /* Remove either of these suffixes:
829 . .{DIGIT}+
830 . ${DIGIT}+
831 . ___{DIGIT}+
832 . __{DIGIT}+.
833 These are suffixes introduced by the compiler for entities such as
834 nested subprogram for instance, in order to avoid name clashes.
835 They do not serve any purpose for the debugger. */
836
837 static void
838 ada_remove_trailing_digits (const char *encoded, int *len)
839 {
840 if (*len > 1 && isdigit (encoded[*len - 1]))
841 {
842 int i = *len - 2;
843 while (i > 0 && isdigit (encoded[i]))
844 i--;
845 if (i >= 0 && encoded[i] == '.')
846 *len = i;
847 else if (i >= 0 && encoded[i] == '$')
848 *len = i;
849 else if (i >= 2 && strncmp (encoded + i - 2, "___", 3) == 0)
850 *len = i - 2;
851 else if (i >= 1 && strncmp (encoded + i - 1, "__", 2) == 0)
852 *len = i - 1;
853 }
854 }
855
856 /* Remove the suffix introduced by the compiler for protected object
857 subprograms. */
858
859 static void
860 ada_remove_po_subprogram_suffix (const char *encoded, int *len)
861 {
862 /* Remove trailing N. */
863
864 /* Protected entry subprograms are broken into two
865 separate subprograms: The first one is unprotected, and has
866 a 'N' suffix; the second is the protected version, and has
867 the 'P' suffix. The second calls the first one after handling
868 the protection. Since the P subprograms are internally generated,
869 we leave these names undecoded, giving the user a clue that this
870 entity is internal. */
871
872 if (*len > 1
873 && encoded[*len - 1] == 'N'
874 && (isdigit (encoded[*len - 2]) || islower (encoded[*len - 2])))
875 *len = *len - 1;
876 }
877
878 /* If ENCODED follows the GNAT entity encoding conventions, then return
879 the decoded form of ENCODED. Otherwise, return "<%s>" where "%s" is
880 replaced by ENCODED.
881
882 The resulting string is valid until the next call of ada_decode.
883 If the string is unchanged by decoding, the original string pointer
884 is returned. */
885
886 const char *
887 ada_decode (const char *encoded)
888 {
889 int i, j;
890 int len0;
891 const char *p;
892 char *decoded;
893 int at_start_name;
894 static char *decoding_buffer = NULL;
895 static size_t decoding_buffer_size = 0;
896
897 /* The name of the Ada main procedure starts with "_ada_".
898 This prefix is not part of the decoded name, so skip this part
899 if we see this prefix. */
900 if (strncmp (encoded, "_ada_", 5) == 0)
901 encoded += 5;
902
903 /* If the name starts with '_', then it is not a properly encoded
904 name, so do not attempt to decode it. Similarly, if the name
905 starts with '<', the name should not be decoded. */
906 if (encoded[0] == '_' || encoded[0] == '<')
907 goto Suppress;
908
909 len0 = strlen (encoded);
910
911 ada_remove_trailing_digits (encoded, &len0);
912 ada_remove_po_subprogram_suffix (encoded, &len0);
913
914 /* Remove the ___X.* suffix if present. Do not forget to verify that
915 the suffix is located before the current "end" of ENCODED. We want
916 to avoid re-matching parts of ENCODED that have previously been
917 marked as discarded (by decrementing LEN0). */
918 p = strstr (encoded, "___");
919 if (p != NULL && p - encoded < len0 - 3)
920 {
921 if (p[3] == 'X')
922 len0 = p - encoded;
923 else
924 goto Suppress;
925 }
926
927 /* Remove any trailing TKB suffix. It tells us that this symbol
928 is for the body of a task, but that information does not actually
929 appear in the decoded name. */
930
931 if (len0 > 3 && strncmp (encoded + len0 - 3, "TKB", 3) == 0)
932 len0 -= 3;
933
934 /* Remove trailing "B" suffixes. */
935 /* FIXME: brobecker/2006-04-19: Not sure what this are used for... */
936
937 if (len0 > 1 && strncmp (encoded + len0 - 1, "B", 1) == 0)
938 len0 -= 1;
939
940 /* Make decoded big enough for possible expansion by operator name. */
941
942 GROW_VECT (decoding_buffer, decoding_buffer_size, 2 * len0 + 1);
943 decoded = decoding_buffer;
944
945 /* Remove trailing __{digit}+ or trailing ${digit}+. */
946
947 if (len0 > 1 && isdigit (encoded[len0 - 1]))
948 {
949 i = len0 - 2;
950 while ((i >= 0 && isdigit (encoded[i]))
951 || (i >= 1 && encoded[i] == '_' && isdigit (encoded[i - 1])))
952 i -= 1;
953 if (i > 1 && encoded[i] == '_' && encoded[i - 1] == '_')
954 len0 = i - 1;
955 else if (encoded[i] == '$')
956 len0 = i;
957 }
958
959 /* The first few characters that are not alphabetic are not part
960 of any encoding we use, so we can copy them over verbatim. */
961
962 for (i = 0, j = 0; i < len0 && !isalpha (encoded[i]); i += 1, j += 1)
963 decoded[j] = encoded[i];
964
965 at_start_name = 1;
966 while (i < len0)
967 {
968 /* Is this a symbol function? */
969 if (at_start_name && encoded[i] == 'O')
970 {
971 int k;
972 for (k = 0; ada_opname_table[k].encoded != NULL; k += 1)
973 {
974 int op_len = strlen (ada_opname_table[k].encoded);
975 if ((strncmp (ada_opname_table[k].encoded + 1, encoded + i + 1,
976 op_len - 1) == 0)
977 && !isalnum (encoded[i + op_len]))
978 {
979 strcpy (decoded + j, ada_opname_table[k].decoded);
980 at_start_name = 0;
981 i += op_len;
982 j += strlen (ada_opname_table[k].decoded);
983 break;
984 }
985 }
986 if (ada_opname_table[k].encoded != NULL)
987 continue;
988 }
989 at_start_name = 0;
990
991 /* Replace "TK__" with "__", which will eventually be translated
992 into "." (just below). */
993
994 if (i < len0 - 4 && strncmp (encoded + i, "TK__", 4) == 0)
995 i += 2;
996
997 /* Replace "__B_{DIGITS}+__" sequences by "__", which will eventually
998 be translated into "." (just below). These are internal names
999 generated for anonymous blocks inside which our symbol is nested. */
1000
1001 if (len0 - i > 5 && encoded [i] == '_' && encoded [i+1] == '_'
1002 && encoded [i+2] == 'B' && encoded [i+3] == '_'
1003 && isdigit (encoded [i+4]))
1004 {
1005 int k = i + 5;
1006
1007 while (k < len0 && isdigit (encoded[k]))
1008 k++; /* Skip any extra digit. */
1009
1010 /* Double-check that the "__B_{DIGITS}+" sequence we found
1011 is indeed followed by "__". */
1012 if (len0 - k > 2 && encoded [k] == '_' && encoded [k+1] == '_')
1013 i = k;
1014 }
1015
1016 /* Remove _E{DIGITS}+[sb] */
1017
1018 /* Just as for protected object subprograms, there are 2 categories
1019 of subprograms created by the compiler for each entry. The first
1020 one implements the actual entry code, and has a suffix following
1021 the convention above; the second one implements the barrier and
1022 uses the same convention as above, except that the 'E' is replaced
1023 by a 'B'.
1024
1025 Just as above, we do not decode the name of barrier functions
1026 to give the user a clue that the code he is debugging has been
1027 internally generated. */
1028
1029 if (len0 - i > 3 && encoded [i] == '_' && encoded[i+1] == 'E'
1030 && isdigit (encoded[i+2]))
1031 {
1032 int k = i + 3;
1033
1034 while (k < len0 && isdigit (encoded[k]))
1035 k++;
1036
1037 if (k < len0
1038 && (encoded[k] == 'b' || encoded[k] == 's'))
1039 {
1040 k++;
1041 /* Just as an extra precaution, make sure that if this
1042 suffix is followed by anything else, it is a '_'.
1043 Otherwise, we matched this sequence by accident. */
1044 if (k == len0
1045 || (k < len0 && encoded[k] == '_'))
1046 i = k;
1047 }
1048 }
1049
1050 /* Remove trailing "N" in [a-z0-9]+N__. The N is added by
1051 the GNAT front-end in protected object subprograms. */
1052
1053 if (i < len0 + 3
1054 && encoded[i] == 'N' && encoded[i+1] == '_' && encoded[i+2] == '_')
1055 {
1056 /* Backtrack a bit up until we reach either the begining of
1057 the encoded name, or "__". Make sure that we only find
1058 digits or lowercase characters. */
1059 const char *ptr = encoded + i - 1;
1060
1061 while (ptr >= encoded && is_lower_alphanum (ptr[0]))
1062 ptr--;
1063 if (ptr < encoded
1064 || (ptr > encoded && ptr[0] == '_' && ptr[-1] == '_'))
1065 i++;
1066 }
1067
1068 if (encoded[i] == 'X' && i != 0 && isalnum (encoded[i - 1]))
1069 {
1070 /* This is a X[bn]* sequence not separated from the previous
1071 part of the name with a non-alpha-numeric character (in other
1072 words, immediately following an alpha-numeric character), then
1073 verify that it is placed at the end of the encoded name. If
1074 not, then the encoding is not valid and we should abort the
1075 decoding. Otherwise, just skip it, it is used in body-nested
1076 package names. */
1077 do
1078 i += 1;
1079 while (i < len0 && (encoded[i] == 'b' || encoded[i] == 'n'));
1080 if (i < len0)
1081 goto Suppress;
1082 }
1083 else if (i < len0 - 2 && encoded[i] == '_' && encoded[i + 1] == '_')
1084 {
1085 /* Replace '__' by '.'. */
1086 decoded[j] = '.';
1087 at_start_name = 1;
1088 i += 2;
1089 j += 1;
1090 }
1091 else
1092 {
1093 /* It's a character part of the decoded name, so just copy it
1094 over. */
1095 decoded[j] = encoded[i];
1096 i += 1;
1097 j += 1;
1098 }
1099 }
1100 decoded[j] = '\000';
1101
1102 /* Decoded names should never contain any uppercase character.
1103 Double-check this, and abort the decoding if we find one. */
1104
1105 for (i = 0; decoded[i] != '\0'; i += 1)
1106 if (isupper (decoded[i]) || decoded[i] == ' ')
1107 goto Suppress;
1108
1109 if (strcmp (decoded, encoded) == 0)
1110 return encoded;
1111 else
1112 return decoded;
1113
1114 Suppress:
1115 GROW_VECT (decoding_buffer, decoding_buffer_size, strlen (encoded) + 3);
1116 decoded = decoding_buffer;
1117 if (encoded[0] == '<')
1118 strcpy (decoded, encoded);
1119 else
1120 xsnprintf (decoded, decoding_buffer_size, "<%s>", encoded);
1121 return decoded;
1122
1123 }
1124
1125 /* Table for keeping permanent unique copies of decoded names. Once
1126 allocated, names in this table are never released. While this is a
1127 storage leak, it should not be significant unless there are massive
1128 changes in the set of decoded names in successive versions of a
1129 symbol table loaded during a single session. */
1130 static struct htab *decoded_names_store;
1131
1132 /* Returns the decoded name of GSYMBOL, as for ada_decode, caching it
1133 in the language-specific part of GSYMBOL, if it has not been
1134 previously computed. Tries to save the decoded name in the same
1135 obstack as GSYMBOL, if possible, and otherwise on the heap (so that,
1136 in any case, the decoded symbol has a lifetime at least that of
1137 GSYMBOL).
1138 The GSYMBOL parameter is "mutable" in the C++ sense: logically
1139 const, but nevertheless modified to a semantically equivalent form
1140 when a decoded name is cached in it.
1141 */
1142
1143 char *
1144 ada_decode_symbol (const struct general_symbol_info *gsymbol)
1145 {
1146 char **resultp =
1147 (char **) &gsymbol->language_specific.cplus_specific.demangled_name;
1148 if (*resultp == NULL)
1149 {
1150 const char *decoded = ada_decode (gsymbol->name);
1151 if (gsymbol->obj_section != NULL)
1152 {
1153 struct objfile *objf = gsymbol->obj_section->objfile;
1154 *resultp = obsavestring (decoded, strlen (decoded),
1155 &objf->objfile_obstack);
1156 }
1157 /* Sometimes, we can't find a corresponding objfile, in which
1158 case, we put the result on the heap. Since we only decode
1159 when needed, we hope this usually does not cause a
1160 significant memory leak (FIXME). */
1161 if (*resultp == NULL)
1162 {
1163 char **slot = (char **) htab_find_slot (decoded_names_store,
1164 decoded, INSERT);
1165 if (*slot == NULL)
1166 *slot = xstrdup (decoded);
1167 *resultp = *slot;
1168 }
1169 }
1170
1171 return *resultp;
1172 }
1173
1174 static char *
1175 ada_la_decode (const char *encoded, int options)
1176 {
1177 return xstrdup (ada_decode (encoded));
1178 }
1179
1180 /* Returns non-zero iff SYM_NAME matches NAME, ignoring any trailing
1181 suffixes that encode debugging information or leading _ada_ on
1182 SYM_NAME (see is_name_suffix commentary for the debugging
1183 information that is ignored). If WILD, then NAME need only match a
1184 suffix of SYM_NAME minus the same suffixes. Also returns 0 if
1185 either argument is NULL. */
1186
1187 static int
1188 ada_match_name (const char *sym_name, const char *name, int wild)
1189 {
1190 if (sym_name == NULL || name == NULL)
1191 return 0;
1192 else if (wild)
1193 return wild_match (name, strlen (name), sym_name);
1194 else
1195 {
1196 int len_name = strlen (name);
1197 return (strncmp (sym_name, name, len_name) == 0
1198 && is_name_suffix (sym_name + len_name))
1199 || (strncmp (sym_name, "_ada_", 5) == 0
1200 && strncmp (sym_name + 5, name, len_name) == 0
1201 && is_name_suffix (sym_name + len_name + 5));
1202 }
1203 }
1204 \f
1205
1206 /* Arrays */
1207
1208 /* Names of MAX_ADA_DIMENS bounds in P_BOUNDS fields of array descriptors. */
1209
1210 static char *bound_name[] = {
1211 "LB0", "UB0", "LB1", "UB1", "LB2", "UB2", "LB3", "UB3",
1212 "LB4", "UB4", "LB5", "UB5", "LB6", "UB6", "LB7", "UB7"
1213 };
1214
1215 /* Maximum number of array dimensions we are prepared to handle. */
1216
1217 #define MAX_ADA_DIMENS (sizeof(bound_name) / (2*sizeof(char *)))
1218
1219 /* Like modify_field, but allows bitpos > wordlength. */
1220
1221 static void
1222 modify_general_field (char *addr, LONGEST fieldval, int bitpos, int bitsize)
1223 {
1224 modify_field (addr + bitpos / 8, fieldval, bitpos % 8, bitsize);
1225 }
1226
1227
1228 /* The desc_* routines return primitive portions of array descriptors
1229 (fat pointers). */
1230
1231 /* The descriptor or array type, if any, indicated by TYPE; removes
1232 level of indirection, if needed. */
1233
1234 static struct type *
1235 desc_base_type (struct type *type)
1236 {
1237 if (type == NULL)
1238 return NULL;
1239 type = ada_check_typedef (type);
1240 if (type != NULL
1241 && (TYPE_CODE (type) == TYPE_CODE_PTR
1242 || TYPE_CODE (type) == TYPE_CODE_REF))
1243 return ada_check_typedef (TYPE_TARGET_TYPE (type));
1244 else
1245 return type;
1246 }
1247
1248 /* True iff TYPE indicates a "thin" array pointer type. */
1249
1250 static int
1251 is_thin_pntr (struct type *type)
1252 {
1253 return
1254 is_suffix (ada_type_name (desc_base_type (type)), "___XUT")
1255 || is_suffix (ada_type_name (desc_base_type (type)), "___XUT___XVE");
1256 }
1257
1258 /* The descriptor type for thin pointer type TYPE. */
1259
1260 static struct type *
1261 thin_descriptor_type (struct type *type)
1262 {
1263 struct type *base_type = desc_base_type (type);
1264 if (base_type == NULL)
1265 return NULL;
1266 if (is_suffix (ada_type_name (base_type), "___XVE"))
1267 return base_type;
1268 else
1269 {
1270 struct type *alt_type = ada_find_parallel_type (base_type, "___XVE");
1271 if (alt_type == NULL)
1272 return base_type;
1273 else
1274 return alt_type;
1275 }
1276 }
1277
1278 /* A pointer to the array data for thin-pointer value VAL. */
1279
1280 static struct value *
1281 thin_data_pntr (struct value *val)
1282 {
1283 struct type *type = value_type (val);
1284 if (TYPE_CODE (type) == TYPE_CODE_PTR)
1285 return value_cast (desc_data_type (thin_descriptor_type (type)),
1286 value_copy (val));
1287 else
1288 return value_from_longest (desc_data_type (thin_descriptor_type (type)),
1289 VALUE_ADDRESS (val) + value_offset (val));
1290 }
1291
1292 /* True iff TYPE indicates a "thick" array pointer type. */
1293
1294 static int
1295 is_thick_pntr (struct type *type)
1296 {
1297 type = desc_base_type (type);
1298 return (type != NULL && TYPE_CODE (type) == TYPE_CODE_STRUCT
1299 && lookup_struct_elt_type (type, "P_BOUNDS", 1) != NULL);
1300 }
1301
1302 /* If TYPE is the type of an array descriptor (fat or thin pointer) or a
1303 pointer to one, the type of its bounds data; otherwise, NULL. */
1304
1305 static struct type *
1306 desc_bounds_type (struct type *type)
1307 {
1308 struct type *r;
1309
1310 type = desc_base_type (type);
1311
1312 if (type == NULL)
1313 return NULL;
1314 else if (is_thin_pntr (type))
1315 {
1316 type = thin_descriptor_type (type);
1317 if (type == NULL)
1318 return NULL;
1319 r = lookup_struct_elt_type (type, "BOUNDS", 1);
1320 if (r != NULL)
1321 return ada_check_typedef (r);
1322 }
1323 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
1324 {
1325 r = lookup_struct_elt_type (type, "P_BOUNDS", 1);
1326 if (r != NULL)
1327 return ada_check_typedef (TYPE_TARGET_TYPE (ada_check_typedef (r)));
1328 }
1329 return NULL;
1330 }
1331
1332 /* If ARR is an array descriptor (fat or thin pointer), or pointer to
1333 one, a pointer to its bounds data. Otherwise NULL. */
1334
1335 static struct value *
1336 desc_bounds (struct value *arr)
1337 {
1338 struct type *type = ada_check_typedef (value_type (arr));
1339 if (is_thin_pntr (type))
1340 {
1341 struct type *bounds_type =
1342 desc_bounds_type (thin_descriptor_type (type));
1343 LONGEST addr;
1344
1345 if (bounds_type == NULL)
1346 error (_("Bad GNAT array descriptor"));
1347
1348 /* NOTE: The following calculation is not really kosher, but
1349 since desc_type is an XVE-encoded type (and shouldn't be),
1350 the correct calculation is a real pain. FIXME (and fix GCC). */
1351 if (TYPE_CODE (type) == TYPE_CODE_PTR)
1352 addr = value_as_long (arr);
1353 else
1354 addr = VALUE_ADDRESS (arr) + value_offset (arr);
1355
1356 return
1357 value_from_longest (lookup_pointer_type (bounds_type),
1358 addr - TYPE_LENGTH (bounds_type));
1359 }
1360
1361 else if (is_thick_pntr (type))
1362 return value_struct_elt (&arr, NULL, "P_BOUNDS", NULL,
1363 _("Bad GNAT array descriptor"));
1364 else
1365 return NULL;
1366 }
1367
1368 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1369 position of the field containing the address of the bounds data. */
1370
1371 static int
1372 fat_pntr_bounds_bitpos (struct type *type)
1373 {
1374 return TYPE_FIELD_BITPOS (desc_base_type (type), 1);
1375 }
1376
1377 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1378 size of the field containing the address of the bounds data. */
1379
1380 static int
1381 fat_pntr_bounds_bitsize (struct type *type)
1382 {
1383 type = desc_base_type (type);
1384
1385 if (TYPE_FIELD_BITSIZE (type, 1) > 0)
1386 return TYPE_FIELD_BITSIZE (type, 1);
1387 else
1388 return 8 * TYPE_LENGTH (ada_check_typedef (TYPE_FIELD_TYPE (type, 1)));
1389 }
1390
1391 /* If TYPE is the type of an array descriptor (fat or thin pointer) or a
1392 pointer to one, the type of its array data (a
1393 pointer-to-array-with-no-bounds type); otherwise, NULL. Use
1394 ada_type_of_array to get an array type with bounds data. */
1395
1396 static struct type *
1397 desc_data_type (struct type *type)
1398 {
1399 type = desc_base_type (type);
1400
1401 /* NOTE: The following is bogus; see comment in desc_bounds. */
1402 if (is_thin_pntr (type))
1403 return lookup_pointer_type
1404 (desc_base_type (TYPE_FIELD_TYPE (thin_descriptor_type (type), 1)));
1405 else if (is_thick_pntr (type))
1406 return lookup_struct_elt_type (type, "P_ARRAY", 1);
1407 else
1408 return NULL;
1409 }
1410
1411 /* If ARR is an array descriptor (fat or thin pointer), a pointer to
1412 its array data. */
1413
1414 static struct value *
1415 desc_data (struct value *arr)
1416 {
1417 struct type *type = value_type (arr);
1418 if (is_thin_pntr (type))
1419 return thin_data_pntr (arr);
1420 else if (is_thick_pntr (type))
1421 return value_struct_elt (&arr, NULL, "P_ARRAY", NULL,
1422 _("Bad GNAT array descriptor"));
1423 else
1424 return NULL;
1425 }
1426
1427
1428 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1429 position of the field containing the address of the data. */
1430
1431 static int
1432 fat_pntr_data_bitpos (struct type *type)
1433 {
1434 return TYPE_FIELD_BITPOS (desc_base_type (type), 0);
1435 }
1436
1437 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1438 size of the field containing the address of the data. */
1439
1440 static int
1441 fat_pntr_data_bitsize (struct type *type)
1442 {
1443 type = desc_base_type (type);
1444
1445 if (TYPE_FIELD_BITSIZE (type, 0) > 0)
1446 return TYPE_FIELD_BITSIZE (type, 0);
1447 else
1448 return TARGET_CHAR_BIT * TYPE_LENGTH (TYPE_FIELD_TYPE (type, 0));
1449 }
1450
1451 /* If BOUNDS is an array-bounds structure (or pointer to one), return
1452 the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1453 bound, if WHICH is 1. The first bound is I=1. */
1454
1455 static struct value *
1456 desc_one_bound (struct value *bounds, int i, int which)
1457 {
1458 return value_struct_elt (&bounds, NULL, bound_name[2 * i + which - 2], NULL,
1459 _("Bad GNAT array descriptor bounds"));
1460 }
1461
1462 /* If BOUNDS is an array-bounds structure type, return the bit position
1463 of the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1464 bound, if WHICH is 1. The first bound is I=1. */
1465
1466 static int
1467 desc_bound_bitpos (struct type *type, int i, int which)
1468 {
1469 return TYPE_FIELD_BITPOS (desc_base_type (type), 2 * i + which - 2);
1470 }
1471
1472 /* If BOUNDS is an array-bounds structure type, return the bit field size
1473 of the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1474 bound, if WHICH is 1. The first bound is I=1. */
1475
1476 static int
1477 desc_bound_bitsize (struct type *type, int i, int which)
1478 {
1479 type = desc_base_type (type);
1480
1481 if (TYPE_FIELD_BITSIZE (type, 2 * i + which - 2) > 0)
1482 return TYPE_FIELD_BITSIZE (type, 2 * i + which - 2);
1483 else
1484 return 8 * TYPE_LENGTH (TYPE_FIELD_TYPE (type, 2 * i + which - 2));
1485 }
1486
1487 /* If TYPE is the type of an array-bounds structure, the type of its
1488 Ith bound (numbering from 1). Otherwise, NULL. */
1489
1490 static struct type *
1491 desc_index_type (struct type *type, int i)
1492 {
1493 type = desc_base_type (type);
1494
1495 if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
1496 return lookup_struct_elt_type (type, bound_name[2 * i - 2], 1);
1497 else
1498 return NULL;
1499 }
1500
1501 /* The number of index positions in the array-bounds type TYPE.
1502 Return 0 if TYPE is NULL. */
1503
1504 static int
1505 desc_arity (struct type *type)
1506 {
1507 type = desc_base_type (type);
1508
1509 if (type != NULL)
1510 return TYPE_NFIELDS (type) / 2;
1511 return 0;
1512 }
1513
1514 /* Non-zero iff TYPE is a simple array type (not a pointer to one) or
1515 an array descriptor type (representing an unconstrained array
1516 type). */
1517
1518 static int
1519 ada_is_direct_array_type (struct type *type)
1520 {
1521 if (type == NULL)
1522 return 0;
1523 type = ada_check_typedef (type);
1524 return (TYPE_CODE (type) == TYPE_CODE_ARRAY
1525 || ada_is_array_descriptor_type (type));
1526 }
1527
1528 /* Non-zero iff TYPE represents any kind of array in Ada, or a pointer
1529 * to one. */
1530
1531 static int
1532 ada_is_array_type (struct type *type)
1533 {
1534 while (type != NULL
1535 && (TYPE_CODE (type) == TYPE_CODE_PTR
1536 || TYPE_CODE (type) == TYPE_CODE_REF))
1537 type = TYPE_TARGET_TYPE (type);
1538 return ada_is_direct_array_type (type);
1539 }
1540
1541 /* Non-zero iff TYPE is a simple array type or pointer to one. */
1542
1543 int
1544 ada_is_simple_array_type (struct type *type)
1545 {
1546 if (type == NULL)
1547 return 0;
1548 type = ada_check_typedef (type);
1549 return (TYPE_CODE (type) == TYPE_CODE_ARRAY
1550 || (TYPE_CODE (type) == TYPE_CODE_PTR
1551 && TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY));
1552 }
1553
1554 /* Non-zero iff TYPE belongs to a GNAT array descriptor. */
1555
1556 int
1557 ada_is_array_descriptor_type (struct type *type)
1558 {
1559 struct type *data_type = desc_data_type (type);
1560
1561 if (type == NULL)
1562 return 0;
1563 type = ada_check_typedef (type);
1564 return
1565 data_type != NULL
1566 && ((TYPE_CODE (data_type) == TYPE_CODE_PTR
1567 && TYPE_TARGET_TYPE (data_type) != NULL
1568 && TYPE_CODE (TYPE_TARGET_TYPE (data_type)) == TYPE_CODE_ARRAY)
1569 || TYPE_CODE (data_type) == TYPE_CODE_ARRAY)
1570 && desc_arity (desc_bounds_type (type)) > 0;
1571 }
1572
1573 /* Non-zero iff type is a partially mal-formed GNAT array
1574 descriptor. FIXME: This is to compensate for some problems with
1575 debugging output from GNAT. Re-examine periodically to see if it
1576 is still needed. */
1577
1578 int
1579 ada_is_bogus_array_descriptor (struct type *type)
1580 {
1581 return
1582 type != NULL
1583 && TYPE_CODE (type) == TYPE_CODE_STRUCT
1584 && (lookup_struct_elt_type (type, "P_BOUNDS", 1) != NULL
1585 || lookup_struct_elt_type (type, "P_ARRAY", 1) != NULL)
1586 && !ada_is_array_descriptor_type (type);
1587 }
1588
1589
1590 /* If ARR has a record type in the form of a standard GNAT array descriptor,
1591 (fat pointer) returns the type of the array data described---specifically,
1592 a pointer-to-array type. If BOUNDS is non-zero, the bounds data are filled
1593 in from the descriptor; otherwise, they are left unspecified. If
1594 the ARR denotes a null array descriptor and BOUNDS is non-zero,
1595 returns NULL. The result is simply the type of ARR if ARR is not
1596 a descriptor. */
1597 struct type *
1598 ada_type_of_array (struct value *arr, int bounds)
1599 {
1600 if (ada_is_packed_array_type (value_type (arr)))
1601 return decode_packed_array_type (value_type (arr));
1602
1603 if (!ada_is_array_descriptor_type (value_type (arr)))
1604 return value_type (arr);
1605
1606 if (!bounds)
1607 return
1608 ada_check_typedef (TYPE_TARGET_TYPE (desc_data_type (value_type (arr))));
1609 else
1610 {
1611 struct type *elt_type;
1612 int arity;
1613 struct value *descriptor;
1614 struct objfile *objf = TYPE_OBJFILE (value_type (arr));
1615
1616 elt_type = ada_array_element_type (value_type (arr), -1);
1617 arity = ada_array_arity (value_type (arr));
1618
1619 if (elt_type == NULL || arity == 0)
1620 return ada_check_typedef (value_type (arr));
1621
1622 descriptor = desc_bounds (arr);
1623 if (value_as_long (descriptor) == 0)
1624 return NULL;
1625 while (arity > 0)
1626 {
1627 struct type *range_type = alloc_type (objf);
1628 struct type *array_type = alloc_type (objf);
1629 struct value *low = desc_one_bound (descriptor, arity, 0);
1630 struct value *high = desc_one_bound (descriptor, arity, 1);
1631 arity -= 1;
1632
1633 create_range_type (range_type, value_type (low),
1634 longest_to_int (value_as_long (low)),
1635 longest_to_int (value_as_long (high)));
1636 elt_type = create_array_type (array_type, elt_type, range_type);
1637 }
1638
1639 return lookup_pointer_type (elt_type);
1640 }
1641 }
1642
1643 /* If ARR does not represent an array, returns ARR unchanged.
1644 Otherwise, returns either a standard GDB array with bounds set
1645 appropriately or, if ARR is a non-null fat pointer, a pointer to a standard
1646 GDB array. Returns NULL if ARR is a null fat pointer. */
1647
1648 struct value *
1649 ada_coerce_to_simple_array_ptr (struct value *arr)
1650 {
1651 if (ada_is_array_descriptor_type (value_type (arr)))
1652 {
1653 struct type *arrType = ada_type_of_array (arr, 1);
1654 if (arrType == NULL)
1655 return NULL;
1656 return value_cast (arrType, value_copy (desc_data (arr)));
1657 }
1658 else if (ada_is_packed_array_type (value_type (arr)))
1659 return decode_packed_array (arr);
1660 else
1661 return arr;
1662 }
1663
1664 /* If ARR does not represent an array, returns ARR unchanged.
1665 Otherwise, returns a standard GDB array describing ARR (which may
1666 be ARR itself if it already is in the proper form). */
1667
1668 static struct value *
1669 ada_coerce_to_simple_array (struct value *arr)
1670 {
1671 if (ada_is_array_descriptor_type (value_type (arr)))
1672 {
1673 struct value *arrVal = ada_coerce_to_simple_array_ptr (arr);
1674 if (arrVal == NULL)
1675 error (_("Bounds unavailable for null array pointer."));
1676 check_size (TYPE_TARGET_TYPE (value_type (arrVal)));
1677 return value_ind (arrVal);
1678 }
1679 else if (ada_is_packed_array_type (value_type (arr)))
1680 return decode_packed_array (arr);
1681 else
1682 return arr;
1683 }
1684
1685 /* If TYPE represents a GNAT array type, return it translated to an
1686 ordinary GDB array type (possibly with BITSIZE fields indicating
1687 packing). For other types, is the identity. */
1688
1689 struct type *
1690 ada_coerce_to_simple_array_type (struct type *type)
1691 {
1692 struct value *mark = value_mark ();
1693 struct value *dummy = value_from_longest (builtin_type_int32, 0);
1694 struct type *result;
1695 deprecated_set_value_type (dummy, type);
1696 result = ada_type_of_array (dummy, 0);
1697 value_free_to_mark (mark);
1698 return result;
1699 }
1700
1701 /* Non-zero iff TYPE represents a standard GNAT packed-array type. */
1702
1703 int
1704 ada_is_packed_array_type (struct type *type)
1705 {
1706 if (type == NULL)
1707 return 0;
1708 type = desc_base_type (type);
1709 type = ada_check_typedef (type);
1710 return
1711 ada_type_name (type) != NULL
1712 && strstr (ada_type_name (type), "___XP") != NULL;
1713 }
1714
1715 /* Given that TYPE is a standard GDB array type with all bounds filled
1716 in, and that the element size of its ultimate scalar constituents
1717 (that is, either its elements, or, if it is an array of arrays, its
1718 elements' elements, etc.) is *ELT_BITS, return an identical type,
1719 but with the bit sizes of its elements (and those of any
1720 constituent arrays) recorded in the BITSIZE components of its
1721 TYPE_FIELD_BITSIZE values, and with *ELT_BITS set to its total size
1722 in bits. */
1723
1724 static struct type *
1725 packed_array_type (struct type *type, long *elt_bits)
1726 {
1727 struct type *new_elt_type;
1728 struct type *new_type;
1729 LONGEST low_bound, high_bound;
1730
1731 type = ada_check_typedef (type);
1732 if (TYPE_CODE (type) != TYPE_CODE_ARRAY)
1733 return type;
1734
1735 new_type = alloc_type (TYPE_OBJFILE (type));
1736 new_elt_type = packed_array_type (ada_check_typedef (TYPE_TARGET_TYPE (type)),
1737 elt_bits);
1738 create_array_type (new_type, new_elt_type, TYPE_INDEX_TYPE (type));
1739 TYPE_FIELD_BITSIZE (new_type, 0) = *elt_bits;
1740 TYPE_NAME (new_type) = ada_type_name (type);
1741
1742 if (get_discrete_bounds (TYPE_INDEX_TYPE (type),
1743 &low_bound, &high_bound) < 0)
1744 low_bound = high_bound = 0;
1745 if (high_bound < low_bound)
1746 *elt_bits = TYPE_LENGTH (new_type) = 0;
1747 else
1748 {
1749 *elt_bits *= (high_bound - low_bound + 1);
1750 TYPE_LENGTH (new_type) =
1751 (*elt_bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
1752 }
1753
1754 TYPE_FIXED_INSTANCE (new_type) = 1;
1755 return new_type;
1756 }
1757
1758 /* The array type encoded by TYPE, where ada_is_packed_array_type (TYPE). */
1759
1760 static struct type *
1761 decode_packed_array_type (struct type *type)
1762 {
1763 struct symbol *sym;
1764 struct block **blocks;
1765 char *raw_name = ada_type_name (ada_check_typedef (type));
1766 char *name;
1767 char *tail;
1768 struct type *shadow_type;
1769 long bits;
1770 int i, n;
1771
1772 if (!raw_name)
1773 raw_name = ada_type_name (desc_base_type (type));
1774
1775 if (!raw_name)
1776 return NULL;
1777
1778 name = (char *) alloca (strlen (raw_name) + 1);
1779 tail = strstr (raw_name, "___XP");
1780 type = desc_base_type (type);
1781
1782 memcpy (name, raw_name, tail - raw_name);
1783 name[tail - raw_name] = '\000';
1784
1785 sym = standard_lookup (name, get_selected_block (0), VAR_DOMAIN);
1786 if (sym == NULL || SYMBOL_TYPE (sym) == NULL)
1787 {
1788 lim_warning (_("could not find bounds information on packed array"));
1789 return NULL;
1790 }
1791 shadow_type = SYMBOL_TYPE (sym);
1792 CHECK_TYPEDEF (shadow_type);
1793
1794 if (TYPE_CODE (shadow_type) != TYPE_CODE_ARRAY)
1795 {
1796 lim_warning (_("could not understand bounds information on packed array"));
1797 return NULL;
1798 }
1799
1800 if (sscanf (tail + sizeof ("___XP") - 1, "%ld", &bits) != 1)
1801 {
1802 lim_warning
1803 (_("could not understand bit size information on packed array"));
1804 return NULL;
1805 }
1806
1807 return packed_array_type (shadow_type, &bits);
1808 }
1809
1810 /* Given that ARR is a struct value *indicating a GNAT packed array,
1811 returns a simple array that denotes that array. Its type is a
1812 standard GDB array type except that the BITSIZEs of the array
1813 target types are set to the number of bits in each element, and the
1814 type length is set appropriately. */
1815
1816 static struct value *
1817 decode_packed_array (struct value *arr)
1818 {
1819 struct type *type;
1820
1821 arr = ada_coerce_ref (arr);
1822 if (TYPE_CODE (value_type (arr)) == TYPE_CODE_PTR)
1823 arr = ada_value_ind (arr);
1824
1825 type = decode_packed_array_type (value_type (arr));
1826 if (type == NULL)
1827 {
1828 error (_("can't unpack array"));
1829 return NULL;
1830 }
1831
1832 if (gdbarch_bits_big_endian (current_gdbarch)
1833 && ada_is_modular_type (value_type (arr)))
1834 {
1835 /* This is a (right-justified) modular type representing a packed
1836 array with no wrapper. In order to interpret the value through
1837 the (left-justified) packed array type we just built, we must
1838 first left-justify it. */
1839 int bit_size, bit_pos;
1840 ULONGEST mod;
1841
1842 mod = ada_modulus (value_type (arr)) - 1;
1843 bit_size = 0;
1844 while (mod > 0)
1845 {
1846 bit_size += 1;
1847 mod >>= 1;
1848 }
1849 bit_pos = HOST_CHAR_BIT * TYPE_LENGTH (value_type (arr)) - bit_size;
1850 arr = ada_value_primitive_packed_val (arr, NULL,
1851 bit_pos / HOST_CHAR_BIT,
1852 bit_pos % HOST_CHAR_BIT,
1853 bit_size,
1854 type);
1855 }
1856
1857 return coerce_unspec_val_to_type (arr, type);
1858 }
1859
1860
1861 /* The value of the element of packed array ARR at the ARITY indices
1862 given in IND. ARR must be a simple array. */
1863
1864 static struct value *
1865 value_subscript_packed (struct value *arr, int arity, struct value **ind)
1866 {
1867 int i;
1868 int bits, elt_off, bit_off;
1869 long elt_total_bit_offset;
1870 struct type *elt_type;
1871 struct value *v;
1872
1873 bits = 0;
1874 elt_total_bit_offset = 0;
1875 elt_type = ada_check_typedef (value_type (arr));
1876 for (i = 0; i < arity; i += 1)
1877 {
1878 if (TYPE_CODE (elt_type) != TYPE_CODE_ARRAY
1879 || TYPE_FIELD_BITSIZE (elt_type, 0) == 0)
1880 error
1881 (_("attempt to do packed indexing of something other than a packed array"));
1882 else
1883 {
1884 struct type *range_type = TYPE_INDEX_TYPE (elt_type);
1885 LONGEST lowerbound, upperbound;
1886 LONGEST idx;
1887
1888 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0)
1889 {
1890 lim_warning (_("don't know bounds of array"));
1891 lowerbound = upperbound = 0;
1892 }
1893
1894 idx = pos_atr (ind[i]);
1895 if (idx < lowerbound || idx > upperbound)
1896 lim_warning (_("packed array index %ld out of bounds"), (long) idx);
1897 bits = TYPE_FIELD_BITSIZE (elt_type, 0);
1898 elt_total_bit_offset += (idx - lowerbound) * bits;
1899 elt_type = ada_check_typedef (TYPE_TARGET_TYPE (elt_type));
1900 }
1901 }
1902 elt_off = elt_total_bit_offset / HOST_CHAR_BIT;
1903 bit_off = elt_total_bit_offset % HOST_CHAR_BIT;
1904
1905 v = ada_value_primitive_packed_val (arr, NULL, elt_off, bit_off,
1906 bits, elt_type);
1907 return v;
1908 }
1909
1910 /* Non-zero iff TYPE includes negative integer values. */
1911
1912 static int
1913 has_negatives (struct type *type)
1914 {
1915 switch (TYPE_CODE (type))
1916 {
1917 default:
1918 return 0;
1919 case TYPE_CODE_INT:
1920 return !TYPE_UNSIGNED (type);
1921 case TYPE_CODE_RANGE:
1922 return TYPE_LOW_BOUND (type) < 0;
1923 }
1924 }
1925
1926
1927 /* Create a new value of type TYPE from the contents of OBJ starting
1928 at byte OFFSET, and bit offset BIT_OFFSET within that byte,
1929 proceeding for BIT_SIZE bits. If OBJ is an lval in memory, then
1930 assigning through the result will set the field fetched from.
1931 VALADDR is ignored unless OBJ is NULL, in which case,
1932 VALADDR+OFFSET must address the start of storage containing the
1933 packed value. The value returned in this case is never an lval.
1934 Assumes 0 <= BIT_OFFSET < HOST_CHAR_BIT. */
1935
1936 struct value *
1937 ada_value_primitive_packed_val (struct value *obj, const gdb_byte *valaddr,
1938 long offset, int bit_offset, int bit_size,
1939 struct type *type)
1940 {
1941 struct value *v;
1942 int src, /* Index into the source area */
1943 targ, /* Index into the target area */
1944 srcBitsLeft, /* Number of source bits left to move */
1945 nsrc, ntarg, /* Number of source and target bytes */
1946 unusedLS, /* Number of bits in next significant
1947 byte of source that are unused */
1948 accumSize; /* Number of meaningful bits in accum */
1949 unsigned char *bytes; /* First byte containing data to unpack */
1950 unsigned char *unpacked;
1951 unsigned long accum; /* Staging area for bits being transferred */
1952 unsigned char sign;
1953 int len = (bit_size + bit_offset + HOST_CHAR_BIT - 1) / 8;
1954 /* Transmit bytes from least to most significant; delta is the direction
1955 the indices move. */
1956 int delta = gdbarch_bits_big_endian (current_gdbarch) ? -1 : 1;
1957
1958 type = ada_check_typedef (type);
1959
1960 if (obj == NULL)
1961 {
1962 v = allocate_value (type);
1963 bytes = (unsigned char *) (valaddr + offset);
1964 }
1965 else if (VALUE_LVAL (obj) == lval_memory && value_lazy (obj))
1966 {
1967 v = value_at (type,
1968 VALUE_ADDRESS (obj) + value_offset (obj) + offset);
1969 bytes = (unsigned char *) alloca (len);
1970 read_memory (VALUE_ADDRESS (v), bytes, len);
1971 }
1972 else
1973 {
1974 v = allocate_value (type);
1975 bytes = (unsigned char *) value_contents (obj) + offset;
1976 }
1977
1978 if (obj != NULL)
1979 {
1980 set_value_component_location (v, obj);
1981 VALUE_ADDRESS (v) += value_offset (obj) + offset;
1982 set_value_bitpos (v, bit_offset + value_bitpos (obj));
1983 set_value_bitsize (v, bit_size);
1984 if (value_bitpos (v) >= HOST_CHAR_BIT)
1985 {
1986 VALUE_ADDRESS (v) += 1;
1987 set_value_bitpos (v, value_bitpos (v) - HOST_CHAR_BIT);
1988 }
1989 }
1990 else
1991 set_value_bitsize (v, bit_size);
1992 unpacked = (unsigned char *) value_contents (v);
1993
1994 srcBitsLeft = bit_size;
1995 nsrc = len;
1996 ntarg = TYPE_LENGTH (type);
1997 sign = 0;
1998 if (bit_size == 0)
1999 {
2000 memset (unpacked, 0, TYPE_LENGTH (type));
2001 return v;
2002 }
2003 else if (gdbarch_bits_big_endian (current_gdbarch))
2004 {
2005 src = len - 1;
2006 if (has_negatives (type)
2007 && ((bytes[0] << bit_offset) & (1 << (HOST_CHAR_BIT - 1))))
2008 sign = ~0;
2009
2010 unusedLS =
2011 (HOST_CHAR_BIT - (bit_size + bit_offset) % HOST_CHAR_BIT)
2012 % HOST_CHAR_BIT;
2013
2014 switch (TYPE_CODE (type))
2015 {
2016 case TYPE_CODE_ARRAY:
2017 case TYPE_CODE_UNION:
2018 case TYPE_CODE_STRUCT:
2019 /* Non-scalar values must be aligned at a byte boundary... */
2020 accumSize =
2021 (HOST_CHAR_BIT - bit_size % HOST_CHAR_BIT) % HOST_CHAR_BIT;
2022 /* ... And are placed at the beginning (most-significant) bytes
2023 of the target. */
2024 targ = (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT - 1;
2025 ntarg = targ + 1;
2026 break;
2027 default:
2028 accumSize = 0;
2029 targ = TYPE_LENGTH (type) - 1;
2030 break;
2031 }
2032 }
2033 else
2034 {
2035 int sign_bit_offset = (bit_size + bit_offset - 1) % 8;
2036
2037 src = targ = 0;
2038 unusedLS = bit_offset;
2039 accumSize = 0;
2040
2041 if (has_negatives (type) && (bytes[len - 1] & (1 << sign_bit_offset)))
2042 sign = ~0;
2043 }
2044
2045 accum = 0;
2046 while (nsrc > 0)
2047 {
2048 /* Mask for removing bits of the next source byte that are not
2049 part of the value. */
2050 unsigned int unusedMSMask =
2051 (1 << (srcBitsLeft >= HOST_CHAR_BIT ? HOST_CHAR_BIT : srcBitsLeft)) -
2052 1;
2053 /* Sign-extend bits for this byte. */
2054 unsigned int signMask = sign & ~unusedMSMask;
2055 accum |=
2056 (((bytes[src] >> unusedLS) & unusedMSMask) | signMask) << accumSize;
2057 accumSize += HOST_CHAR_BIT - unusedLS;
2058 if (accumSize >= HOST_CHAR_BIT)
2059 {
2060 unpacked[targ] = accum & ~(~0L << HOST_CHAR_BIT);
2061 accumSize -= HOST_CHAR_BIT;
2062 accum >>= HOST_CHAR_BIT;
2063 ntarg -= 1;
2064 targ += delta;
2065 }
2066 srcBitsLeft -= HOST_CHAR_BIT - unusedLS;
2067 unusedLS = 0;
2068 nsrc -= 1;
2069 src += delta;
2070 }
2071 while (ntarg > 0)
2072 {
2073 accum |= sign << accumSize;
2074 unpacked[targ] = accum & ~(~0L << HOST_CHAR_BIT);
2075 accumSize -= HOST_CHAR_BIT;
2076 accum >>= HOST_CHAR_BIT;
2077 ntarg -= 1;
2078 targ += delta;
2079 }
2080
2081 return v;
2082 }
2083
2084 /* Move N bits from SOURCE, starting at bit offset SRC_OFFSET to
2085 TARGET, starting at bit offset TARG_OFFSET. SOURCE and TARGET must
2086 not overlap. */
2087 static void
2088 move_bits (gdb_byte *target, int targ_offset, const gdb_byte *source,
2089 int src_offset, int n)
2090 {
2091 unsigned int accum, mask;
2092 int accum_bits, chunk_size;
2093
2094 target += targ_offset / HOST_CHAR_BIT;
2095 targ_offset %= HOST_CHAR_BIT;
2096 source += src_offset / HOST_CHAR_BIT;
2097 src_offset %= HOST_CHAR_BIT;
2098 if (gdbarch_bits_big_endian (current_gdbarch))
2099 {
2100 accum = (unsigned char) *source;
2101 source += 1;
2102 accum_bits = HOST_CHAR_BIT - src_offset;
2103
2104 while (n > 0)
2105 {
2106 int unused_right;
2107 accum = (accum << HOST_CHAR_BIT) + (unsigned char) *source;
2108 accum_bits += HOST_CHAR_BIT;
2109 source += 1;
2110 chunk_size = HOST_CHAR_BIT - targ_offset;
2111 if (chunk_size > n)
2112 chunk_size = n;
2113 unused_right = HOST_CHAR_BIT - (chunk_size + targ_offset);
2114 mask = ((1 << chunk_size) - 1) << unused_right;
2115 *target =
2116 (*target & ~mask)
2117 | ((accum >> (accum_bits - chunk_size - unused_right)) & mask);
2118 n -= chunk_size;
2119 accum_bits -= chunk_size;
2120 target += 1;
2121 targ_offset = 0;
2122 }
2123 }
2124 else
2125 {
2126 accum = (unsigned char) *source >> src_offset;
2127 source += 1;
2128 accum_bits = HOST_CHAR_BIT - src_offset;
2129
2130 while (n > 0)
2131 {
2132 accum = accum + ((unsigned char) *source << accum_bits);
2133 accum_bits += HOST_CHAR_BIT;
2134 source += 1;
2135 chunk_size = HOST_CHAR_BIT - targ_offset;
2136 if (chunk_size > n)
2137 chunk_size = n;
2138 mask = ((1 << chunk_size) - 1) << targ_offset;
2139 *target = (*target & ~mask) | ((accum << targ_offset) & mask);
2140 n -= chunk_size;
2141 accum_bits -= chunk_size;
2142 accum >>= chunk_size;
2143 target += 1;
2144 targ_offset = 0;
2145 }
2146 }
2147 }
2148
2149 /* Store the contents of FROMVAL into the location of TOVAL.
2150 Return a new value with the location of TOVAL and contents of
2151 FROMVAL. Handles assignment into packed fields that have
2152 floating-point or non-scalar types. */
2153
2154 static struct value *
2155 ada_value_assign (struct value *toval, struct value *fromval)
2156 {
2157 struct type *type = value_type (toval);
2158 int bits = value_bitsize (toval);
2159
2160 toval = ada_coerce_ref (toval);
2161 fromval = ada_coerce_ref (fromval);
2162
2163 if (ada_is_direct_array_type (value_type (toval)))
2164 toval = ada_coerce_to_simple_array (toval);
2165 if (ada_is_direct_array_type (value_type (fromval)))
2166 fromval = ada_coerce_to_simple_array (fromval);
2167
2168 if (!deprecated_value_modifiable (toval))
2169 error (_("Left operand of assignment is not a modifiable lvalue."));
2170
2171 if (VALUE_LVAL (toval) == lval_memory
2172 && bits > 0
2173 && (TYPE_CODE (type) == TYPE_CODE_FLT
2174 || TYPE_CODE (type) == TYPE_CODE_STRUCT))
2175 {
2176 int len = (value_bitpos (toval)
2177 + bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2178 int from_size;
2179 char *buffer = (char *) alloca (len);
2180 struct value *val;
2181 CORE_ADDR to_addr = VALUE_ADDRESS (toval) + value_offset (toval);
2182
2183 if (TYPE_CODE (type) == TYPE_CODE_FLT)
2184 fromval = value_cast (type, fromval);
2185
2186 read_memory (to_addr, buffer, len);
2187 from_size = value_bitsize (fromval);
2188 if (from_size == 0)
2189 from_size = TYPE_LENGTH (value_type (fromval)) * TARGET_CHAR_BIT;
2190 if (gdbarch_bits_big_endian (current_gdbarch))
2191 move_bits (buffer, value_bitpos (toval),
2192 value_contents (fromval), from_size - bits, bits);
2193 else
2194 move_bits (buffer, value_bitpos (toval), value_contents (fromval),
2195 0, bits);
2196 write_memory (to_addr, buffer, len);
2197 if (deprecated_memory_changed_hook)
2198 deprecated_memory_changed_hook (to_addr, len);
2199
2200 val = value_copy (toval);
2201 memcpy (value_contents_raw (val), value_contents (fromval),
2202 TYPE_LENGTH (type));
2203 deprecated_set_value_type (val, type);
2204
2205 return val;
2206 }
2207
2208 return value_assign (toval, fromval);
2209 }
2210
2211
2212 /* Given that COMPONENT is a memory lvalue that is part of the lvalue
2213 * CONTAINER, assign the contents of VAL to COMPONENTS's place in
2214 * CONTAINER. Modifies the VALUE_CONTENTS of CONTAINER only, not
2215 * COMPONENT, and not the inferior's memory. The current contents
2216 * of COMPONENT are ignored. */
2217 static void
2218 value_assign_to_component (struct value *container, struct value *component,
2219 struct value *val)
2220 {
2221 LONGEST offset_in_container =
2222 (LONGEST) (VALUE_ADDRESS (component) + value_offset (component)
2223 - VALUE_ADDRESS (container) - value_offset (container));
2224 int bit_offset_in_container =
2225 value_bitpos (component) - value_bitpos (container);
2226 int bits;
2227
2228 val = value_cast (value_type (component), val);
2229
2230 if (value_bitsize (component) == 0)
2231 bits = TARGET_CHAR_BIT * TYPE_LENGTH (value_type (component));
2232 else
2233 bits = value_bitsize (component);
2234
2235 if (gdbarch_bits_big_endian (current_gdbarch))
2236 move_bits (value_contents_writeable (container) + offset_in_container,
2237 value_bitpos (container) + bit_offset_in_container,
2238 value_contents (val),
2239 TYPE_LENGTH (value_type (component)) * TARGET_CHAR_BIT - bits,
2240 bits);
2241 else
2242 move_bits (value_contents_writeable (container) + offset_in_container,
2243 value_bitpos (container) + bit_offset_in_container,
2244 value_contents (val), 0, bits);
2245 }
2246
2247 /* The value of the element of array ARR at the ARITY indices given in IND.
2248 ARR may be either a simple array, GNAT array descriptor, or pointer
2249 thereto. */
2250
2251 struct value *
2252 ada_value_subscript (struct value *arr, int arity, struct value **ind)
2253 {
2254 int k;
2255 struct value *elt;
2256 struct type *elt_type;
2257
2258 elt = ada_coerce_to_simple_array (arr);
2259
2260 elt_type = ada_check_typedef (value_type (elt));
2261 if (TYPE_CODE (elt_type) == TYPE_CODE_ARRAY
2262 && TYPE_FIELD_BITSIZE (elt_type, 0) > 0)
2263 return value_subscript_packed (elt, arity, ind);
2264
2265 for (k = 0; k < arity; k += 1)
2266 {
2267 if (TYPE_CODE (elt_type) != TYPE_CODE_ARRAY)
2268 error (_("too many subscripts (%d expected)"), k);
2269 elt = value_subscript (elt, value_pos_atr (builtin_type_int32, ind[k]));
2270 }
2271 return elt;
2272 }
2273
2274 /* Assuming ARR is a pointer to a standard GDB array of type TYPE, the
2275 value of the element of *ARR at the ARITY indices given in
2276 IND. Does not read the entire array into memory. */
2277
2278 static struct value *
2279 ada_value_ptr_subscript (struct value *arr, struct type *type, int arity,
2280 struct value **ind)
2281 {
2282 int k;
2283
2284 for (k = 0; k < arity; k += 1)
2285 {
2286 LONGEST lwb, upb;
2287 struct value *idx;
2288
2289 if (TYPE_CODE (type) != TYPE_CODE_ARRAY)
2290 error (_("too many subscripts (%d expected)"), k);
2291 arr = value_cast (lookup_pointer_type (TYPE_TARGET_TYPE (type)),
2292 value_copy (arr));
2293 get_discrete_bounds (TYPE_INDEX_TYPE (type), &lwb, &upb);
2294 idx = value_pos_atr (builtin_type_int32, ind[k]);
2295 if (lwb != 0)
2296 idx = value_binop (idx, value_from_longest (value_type (idx), lwb),
2297 BINOP_SUB);
2298
2299 arr = value_ptradd (arr, idx);
2300 type = TYPE_TARGET_TYPE (type);
2301 }
2302
2303 return value_ind (arr);
2304 }
2305
2306 /* Given that ARRAY_PTR is a pointer or reference to an array of type TYPE (the
2307 actual type of ARRAY_PTR is ignored), returns the Ada slice of HIGH-LOW+1
2308 elements starting at index LOW. The lower bound of this array is LOW, as
2309 per Ada rules. */
2310 static struct value *
2311 ada_value_slice_from_ptr (struct value *array_ptr, struct type *type,
2312 int low, int high)
2313 {
2314 CORE_ADDR base = value_as_address (array_ptr)
2315 + ((low - TYPE_LOW_BOUND (TYPE_INDEX_TYPE (type)))
2316 * TYPE_LENGTH (TYPE_TARGET_TYPE (type)));
2317 struct type *index_type =
2318 create_range_type (NULL, TYPE_TARGET_TYPE (TYPE_INDEX_TYPE (type)),
2319 low, high);
2320 struct type *slice_type =
2321 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type);
2322 return value_at_lazy (slice_type, base);
2323 }
2324
2325
2326 static struct value *
2327 ada_value_slice (struct value *array, int low, int high)
2328 {
2329 struct type *type = value_type (array);
2330 struct type *index_type =
2331 create_range_type (NULL, TYPE_INDEX_TYPE (type), low, high);
2332 struct type *slice_type =
2333 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type);
2334 return value_cast (slice_type, value_slice (array, low, high - low + 1));
2335 }
2336
2337 /* If type is a record type in the form of a standard GNAT array
2338 descriptor, returns the number of dimensions for type. If arr is a
2339 simple array, returns the number of "array of"s that prefix its
2340 type designation. Otherwise, returns 0. */
2341
2342 int
2343 ada_array_arity (struct type *type)
2344 {
2345 int arity;
2346
2347 if (type == NULL)
2348 return 0;
2349
2350 type = desc_base_type (type);
2351
2352 arity = 0;
2353 if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
2354 return desc_arity (desc_bounds_type (type));
2355 else
2356 while (TYPE_CODE (type) == TYPE_CODE_ARRAY)
2357 {
2358 arity += 1;
2359 type = ada_check_typedef (TYPE_TARGET_TYPE (type));
2360 }
2361
2362 return arity;
2363 }
2364
2365 /* If TYPE is a record type in the form of a standard GNAT array
2366 descriptor or a simple array type, returns the element type for
2367 TYPE after indexing by NINDICES indices, or by all indices if
2368 NINDICES is -1. Otherwise, returns NULL. */
2369
2370 struct type *
2371 ada_array_element_type (struct type *type, int nindices)
2372 {
2373 type = desc_base_type (type);
2374
2375 if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
2376 {
2377 int k;
2378 struct type *p_array_type;
2379
2380 p_array_type = desc_data_type (type);
2381
2382 k = ada_array_arity (type);
2383 if (k == 0)
2384 return NULL;
2385
2386 /* Initially p_array_type = elt_type(*)[]...(k times)...[]. */
2387 if (nindices >= 0 && k > nindices)
2388 k = nindices;
2389 p_array_type = TYPE_TARGET_TYPE (p_array_type);
2390 while (k > 0 && p_array_type != NULL)
2391 {
2392 p_array_type = ada_check_typedef (TYPE_TARGET_TYPE (p_array_type));
2393 k -= 1;
2394 }
2395 return p_array_type;
2396 }
2397 else if (TYPE_CODE (type) == TYPE_CODE_ARRAY)
2398 {
2399 while (nindices != 0 && TYPE_CODE (type) == TYPE_CODE_ARRAY)
2400 {
2401 type = TYPE_TARGET_TYPE (type);
2402 nindices -= 1;
2403 }
2404 return type;
2405 }
2406
2407 return NULL;
2408 }
2409
2410 /* The type of nth index in arrays of given type (n numbering from 1).
2411 Does not examine memory. */
2412
2413 struct type *
2414 ada_index_type (struct type *type, int n)
2415 {
2416 struct type *result_type;
2417
2418 type = desc_base_type (type);
2419
2420 if (n > ada_array_arity (type))
2421 return NULL;
2422
2423 if (ada_is_simple_array_type (type))
2424 {
2425 int i;
2426
2427 for (i = 1; i < n; i += 1)
2428 type = TYPE_TARGET_TYPE (type);
2429 result_type = TYPE_TARGET_TYPE (TYPE_INDEX_TYPE (type));
2430 /* FIXME: The stabs type r(0,0);bound;bound in an array type
2431 has a target type of TYPE_CODE_UNDEF. We compensate here, but
2432 perhaps stabsread.c would make more sense. */
2433 if (result_type == NULL || TYPE_CODE (result_type) == TYPE_CODE_UNDEF)
2434 result_type = builtin_type_int32;
2435
2436 return result_type;
2437 }
2438 else
2439 return desc_index_type (desc_bounds_type (type), n);
2440 }
2441
2442 /* Given that arr is an array type, returns the lower bound of the
2443 Nth index (numbering from 1) if WHICH is 0, and the upper bound if
2444 WHICH is 1. This returns bounds 0 .. -1 if ARR_TYPE is an
2445 array-descriptor type. If TYPEP is non-null, *TYPEP is set to the
2446 bounds type. It works for other arrays with bounds supplied by
2447 run-time quantities other than discriminants. */
2448
2449 static LONGEST
2450 ada_array_bound_from_type (struct type * arr_type, int n, int which,
2451 struct type ** typep)
2452 {
2453 struct type *type, *index_type_desc, *index_type;
2454 LONGEST retval;
2455
2456 gdb_assert (which == 0 || which == 1);
2457
2458 if (ada_is_packed_array_type (arr_type))
2459 arr_type = decode_packed_array_type (arr_type);
2460
2461 if (arr_type == NULL || !ada_is_simple_array_type (arr_type))
2462 {
2463 if (typep != NULL)
2464 *typep = builtin_type_int32;
2465 return (LONGEST) - which;
2466 }
2467
2468 if (TYPE_CODE (arr_type) == TYPE_CODE_PTR)
2469 type = TYPE_TARGET_TYPE (arr_type);
2470 else
2471 type = arr_type;
2472
2473 index_type_desc = ada_find_parallel_type (type, "___XA");
2474 if (index_type_desc != NULL)
2475 index_type = to_fixed_range_type (TYPE_FIELD_NAME (index_type_desc, n - 1),
2476 NULL, TYPE_OBJFILE (arr_type));
2477 else
2478 {
2479 while (n > 1)
2480 {
2481 type = TYPE_TARGET_TYPE (type);
2482 n -= 1;
2483 }
2484
2485 index_type = TYPE_INDEX_TYPE (type);
2486 }
2487
2488 switch (TYPE_CODE (index_type))
2489 {
2490 case TYPE_CODE_RANGE:
2491 retval = which == 0 ? TYPE_LOW_BOUND (index_type)
2492 : TYPE_HIGH_BOUND (index_type);
2493 break;
2494 case TYPE_CODE_ENUM:
2495 retval = which == 0 ? TYPE_FIELD_BITPOS (index_type, 0)
2496 : TYPE_FIELD_BITPOS (index_type,
2497 TYPE_NFIELDS (index_type) - 1);
2498 break;
2499 default:
2500 internal_error (__FILE__, __LINE__, _("invalid type code of index type"));
2501 }
2502
2503 if (typep != NULL)
2504 *typep = index_type;
2505
2506 return retval;
2507 }
2508
2509 /* Given that arr is an array value, returns the lower bound of the
2510 nth index (numbering from 1) if WHICH is 0, and the upper bound if
2511 WHICH is 1. This routine will also work for arrays with bounds
2512 supplied by run-time quantities other than discriminants. */
2513
2514 struct value *
2515 ada_array_bound (struct value *arr, int n, int which)
2516 {
2517 struct type *arr_type = value_type (arr);
2518
2519 if (ada_is_packed_array_type (arr_type))
2520 return ada_array_bound (decode_packed_array (arr), n, which);
2521 else if (ada_is_simple_array_type (arr_type))
2522 {
2523 struct type *type;
2524 LONGEST v = ada_array_bound_from_type (arr_type, n, which, &type);
2525 return value_from_longest (type, v);
2526 }
2527 else
2528 return desc_one_bound (desc_bounds (arr), n, which);
2529 }
2530
2531 /* Given that arr is an array value, returns the length of the
2532 nth index. This routine will also work for arrays with bounds
2533 supplied by run-time quantities other than discriminants.
2534 Does not work for arrays indexed by enumeration types with representation
2535 clauses at the moment. */
2536
2537 static struct value *
2538 ada_array_length (struct value *arr, int n)
2539 {
2540 struct type *arr_type = ada_check_typedef (value_type (arr));
2541
2542 if (ada_is_packed_array_type (arr_type))
2543 return ada_array_length (decode_packed_array (arr), n);
2544
2545 if (ada_is_simple_array_type (arr_type))
2546 {
2547 struct type *type;
2548 LONGEST v =
2549 ada_array_bound_from_type (arr_type, n, 1, &type) -
2550 ada_array_bound_from_type (arr_type, n, 0, NULL) + 1;
2551 return value_from_longest (type, v);
2552 }
2553 else
2554 return
2555 value_from_longest (builtin_type_int32,
2556 value_as_long (desc_one_bound (desc_bounds (arr),
2557 n, 1))
2558 - value_as_long (desc_one_bound (desc_bounds (arr),
2559 n, 0)) + 1);
2560 }
2561
2562 /* An empty array whose type is that of ARR_TYPE (an array type),
2563 with bounds LOW to LOW-1. */
2564
2565 static struct value *
2566 empty_array (struct type *arr_type, int low)
2567 {
2568 struct type *index_type =
2569 create_range_type (NULL, TYPE_TARGET_TYPE (TYPE_INDEX_TYPE (arr_type)),
2570 low, low - 1);
2571 struct type *elt_type = ada_array_element_type (arr_type, 1);
2572 return allocate_value (create_array_type (NULL, elt_type, index_type));
2573 }
2574 \f
2575
2576 /* Name resolution */
2577
2578 /* The "decoded" name for the user-definable Ada operator corresponding
2579 to OP. */
2580
2581 static const char *
2582 ada_decoded_op_name (enum exp_opcode op)
2583 {
2584 int i;
2585
2586 for (i = 0; ada_opname_table[i].encoded != NULL; i += 1)
2587 {
2588 if (ada_opname_table[i].op == op)
2589 return ada_opname_table[i].decoded;
2590 }
2591 error (_("Could not find operator name for opcode"));
2592 }
2593
2594
2595 /* Same as evaluate_type (*EXP), but resolves ambiguous symbol
2596 references (marked by OP_VAR_VALUE nodes in which the symbol has an
2597 undefined namespace) and converts operators that are
2598 user-defined into appropriate function calls. If CONTEXT_TYPE is
2599 non-null, it provides a preferred result type [at the moment, only
2600 type void has any effect---causing procedures to be preferred over
2601 functions in calls]. A null CONTEXT_TYPE indicates that a non-void
2602 return type is preferred. May change (expand) *EXP. */
2603
2604 static void
2605 resolve (struct expression **expp, int void_context_p)
2606 {
2607 int pc;
2608 pc = 0;
2609 resolve_subexp (expp, &pc, 1, void_context_p ? builtin_type_void : NULL);
2610 }
2611
2612 /* Resolve the operator of the subexpression beginning at
2613 position *POS of *EXPP. "Resolving" consists of replacing
2614 the symbols that have undefined namespaces in OP_VAR_VALUE nodes
2615 with their resolutions, replacing built-in operators with
2616 function calls to user-defined operators, where appropriate, and,
2617 when DEPROCEDURE_P is non-zero, converting function-valued variables
2618 into parameterless calls. May expand *EXPP. The CONTEXT_TYPE functions
2619 are as in ada_resolve, above. */
2620
2621 static struct value *
2622 resolve_subexp (struct expression **expp, int *pos, int deprocedure_p,
2623 struct type *context_type)
2624 {
2625 int pc = *pos;
2626 int i;
2627 struct expression *exp; /* Convenience: == *expp. */
2628 enum exp_opcode op = (*expp)->elts[pc].opcode;
2629 struct value **argvec; /* Vector of operand types (alloca'ed). */
2630 int nargs; /* Number of operands. */
2631 int oplen;
2632
2633 argvec = NULL;
2634 nargs = 0;
2635 exp = *expp;
2636
2637 /* Pass one: resolve operands, saving their types and updating *pos,
2638 if needed. */
2639 switch (op)
2640 {
2641 case OP_FUNCALL:
2642 if (exp->elts[pc + 3].opcode == OP_VAR_VALUE
2643 && SYMBOL_DOMAIN (exp->elts[pc + 5].symbol) == UNDEF_DOMAIN)
2644 *pos += 7;
2645 else
2646 {
2647 *pos += 3;
2648 resolve_subexp (expp, pos, 0, NULL);
2649 }
2650 nargs = longest_to_int (exp->elts[pc + 1].longconst);
2651 break;
2652
2653 case UNOP_ADDR:
2654 *pos += 1;
2655 resolve_subexp (expp, pos, 0, NULL);
2656 break;
2657
2658 case UNOP_QUAL:
2659 *pos += 3;
2660 resolve_subexp (expp, pos, 1, check_typedef (exp->elts[pc + 1].type));
2661 break;
2662
2663 case OP_ATR_MODULUS:
2664 case OP_ATR_SIZE:
2665 case OP_ATR_TAG:
2666 case OP_ATR_FIRST:
2667 case OP_ATR_LAST:
2668 case OP_ATR_LENGTH:
2669 case OP_ATR_POS:
2670 case OP_ATR_VAL:
2671 case OP_ATR_MIN:
2672 case OP_ATR_MAX:
2673 case TERNOP_IN_RANGE:
2674 case BINOP_IN_BOUNDS:
2675 case UNOP_IN_RANGE:
2676 case OP_AGGREGATE:
2677 case OP_OTHERS:
2678 case OP_CHOICES:
2679 case OP_POSITIONAL:
2680 case OP_DISCRETE_RANGE:
2681 case OP_NAME:
2682 ada_forward_operator_length (exp, pc, &oplen, &nargs);
2683 *pos += oplen;
2684 break;
2685
2686 case BINOP_ASSIGN:
2687 {
2688 struct value *arg1;
2689
2690 *pos += 1;
2691 arg1 = resolve_subexp (expp, pos, 0, NULL);
2692 if (arg1 == NULL)
2693 resolve_subexp (expp, pos, 1, NULL);
2694 else
2695 resolve_subexp (expp, pos, 1, value_type (arg1));
2696 break;
2697 }
2698
2699 case UNOP_CAST:
2700 *pos += 3;
2701 nargs = 1;
2702 break;
2703
2704 case BINOP_ADD:
2705 case BINOP_SUB:
2706 case BINOP_MUL:
2707 case BINOP_DIV:
2708 case BINOP_REM:
2709 case BINOP_MOD:
2710 case BINOP_EXP:
2711 case BINOP_CONCAT:
2712 case BINOP_LOGICAL_AND:
2713 case BINOP_LOGICAL_OR:
2714 case BINOP_BITWISE_AND:
2715 case BINOP_BITWISE_IOR:
2716 case BINOP_BITWISE_XOR:
2717
2718 case BINOP_EQUAL:
2719 case BINOP_NOTEQUAL:
2720 case BINOP_LESS:
2721 case BINOP_GTR:
2722 case BINOP_LEQ:
2723 case BINOP_GEQ:
2724
2725 case BINOP_REPEAT:
2726 case BINOP_SUBSCRIPT:
2727 case BINOP_COMMA:
2728 *pos += 1;
2729 nargs = 2;
2730 break;
2731
2732 case UNOP_NEG:
2733 case UNOP_PLUS:
2734 case UNOP_LOGICAL_NOT:
2735 case UNOP_ABS:
2736 case UNOP_IND:
2737 *pos += 1;
2738 nargs = 1;
2739 break;
2740
2741 case OP_LONG:
2742 case OP_DOUBLE:
2743 case OP_VAR_VALUE:
2744 *pos += 4;
2745 break;
2746
2747 case OP_TYPE:
2748 case OP_BOOL:
2749 case OP_LAST:
2750 case OP_INTERNALVAR:
2751 *pos += 3;
2752 break;
2753
2754 case UNOP_MEMVAL:
2755 *pos += 3;
2756 nargs = 1;
2757 break;
2758
2759 case OP_REGISTER:
2760 *pos += 4 + BYTES_TO_EXP_ELEM (exp->elts[pc + 1].longconst + 1);
2761 break;
2762
2763 case STRUCTOP_STRUCT:
2764 *pos += 4 + BYTES_TO_EXP_ELEM (exp->elts[pc + 1].longconst + 1);
2765 nargs = 1;
2766 break;
2767
2768 case TERNOP_SLICE:
2769 *pos += 1;
2770 nargs = 3;
2771 break;
2772
2773 case OP_STRING:
2774 break;
2775
2776 default:
2777 error (_("Unexpected operator during name resolution"));
2778 }
2779
2780 argvec = (struct value * *) alloca (sizeof (struct value *) * (nargs + 1));
2781 for (i = 0; i < nargs; i += 1)
2782 argvec[i] = resolve_subexp (expp, pos, 1, NULL);
2783 argvec[i] = NULL;
2784 exp = *expp;
2785
2786 /* Pass two: perform any resolution on principal operator. */
2787 switch (op)
2788 {
2789 default:
2790 break;
2791
2792 case OP_VAR_VALUE:
2793 if (SYMBOL_DOMAIN (exp->elts[pc + 2].symbol) == UNDEF_DOMAIN)
2794 {
2795 struct ada_symbol_info *candidates;
2796 int n_candidates;
2797
2798 n_candidates =
2799 ada_lookup_symbol_list (SYMBOL_LINKAGE_NAME
2800 (exp->elts[pc + 2].symbol),
2801 exp->elts[pc + 1].block, VAR_DOMAIN,
2802 &candidates);
2803
2804 if (n_candidates > 1)
2805 {
2806 /* Types tend to get re-introduced locally, so if there
2807 are any local symbols that are not types, first filter
2808 out all types. */
2809 int j;
2810 for (j = 0; j < n_candidates; j += 1)
2811 switch (SYMBOL_CLASS (candidates[j].sym))
2812 {
2813 case LOC_REGISTER:
2814 case LOC_ARG:
2815 case LOC_REF_ARG:
2816 case LOC_REGPARM_ADDR:
2817 case LOC_LOCAL:
2818 case LOC_COMPUTED:
2819 goto FoundNonType;
2820 default:
2821 break;
2822 }
2823 FoundNonType:
2824 if (j < n_candidates)
2825 {
2826 j = 0;
2827 while (j < n_candidates)
2828 {
2829 if (SYMBOL_CLASS (candidates[j].sym) == LOC_TYPEDEF)
2830 {
2831 candidates[j] = candidates[n_candidates - 1];
2832 n_candidates -= 1;
2833 }
2834 else
2835 j += 1;
2836 }
2837 }
2838 }
2839
2840 if (n_candidates == 0)
2841 error (_("No definition found for %s"),
2842 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
2843 else if (n_candidates == 1)
2844 i = 0;
2845 else if (deprocedure_p
2846 && !is_nonfunction (candidates, n_candidates))
2847 {
2848 i = ada_resolve_function
2849 (candidates, n_candidates, NULL, 0,
2850 SYMBOL_LINKAGE_NAME (exp->elts[pc + 2].symbol),
2851 context_type);
2852 if (i < 0)
2853 error (_("Could not find a match for %s"),
2854 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
2855 }
2856 else
2857 {
2858 printf_filtered (_("Multiple matches for %s\n"),
2859 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
2860 user_select_syms (candidates, n_candidates, 1);
2861 i = 0;
2862 }
2863
2864 exp->elts[pc + 1].block = candidates[i].block;
2865 exp->elts[pc + 2].symbol = candidates[i].sym;
2866 if (innermost_block == NULL
2867 || contained_in (candidates[i].block, innermost_block))
2868 innermost_block = candidates[i].block;
2869 }
2870
2871 if (deprocedure_p
2872 && (TYPE_CODE (SYMBOL_TYPE (exp->elts[pc + 2].symbol))
2873 == TYPE_CODE_FUNC))
2874 {
2875 replace_operator_with_call (expp, pc, 0, 0,
2876 exp->elts[pc + 2].symbol,
2877 exp->elts[pc + 1].block);
2878 exp = *expp;
2879 }
2880 break;
2881
2882 case OP_FUNCALL:
2883 {
2884 if (exp->elts[pc + 3].opcode == OP_VAR_VALUE
2885 && SYMBOL_DOMAIN (exp->elts[pc + 5].symbol) == UNDEF_DOMAIN)
2886 {
2887 struct ada_symbol_info *candidates;
2888 int n_candidates;
2889
2890 n_candidates =
2891 ada_lookup_symbol_list (SYMBOL_LINKAGE_NAME
2892 (exp->elts[pc + 5].symbol),
2893 exp->elts[pc + 4].block, VAR_DOMAIN,
2894 &candidates);
2895 if (n_candidates == 1)
2896 i = 0;
2897 else
2898 {
2899 i = ada_resolve_function
2900 (candidates, n_candidates,
2901 argvec, nargs,
2902 SYMBOL_LINKAGE_NAME (exp->elts[pc + 5].symbol),
2903 context_type);
2904 if (i < 0)
2905 error (_("Could not find a match for %s"),
2906 SYMBOL_PRINT_NAME (exp->elts[pc + 5].symbol));
2907 }
2908
2909 exp->elts[pc + 4].block = candidates[i].block;
2910 exp->elts[pc + 5].symbol = candidates[i].sym;
2911 if (innermost_block == NULL
2912 || contained_in (candidates[i].block, innermost_block))
2913 innermost_block = candidates[i].block;
2914 }
2915 }
2916 break;
2917 case BINOP_ADD:
2918 case BINOP_SUB:
2919 case BINOP_MUL:
2920 case BINOP_DIV:
2921 case BINOP_REM:
2922 case BINOP_MOD:
2923 case BINOP_CONCAT:
2924 case BINOP_BITWISE_AND:
2925 case BINOP_BITWISE_IOR:
2926 case BINOP_BITWISE_XOR:
2927 case BINOP_EQUAL:
2928 case BINOP_NOTEQUAL:
2929 case BINOP_LESS:
2930 case BINOP_GTR:
2931 case BINOP_LEQ:
2932 case BINOP_GEQ:
2933 case BINOP_EXP:
2934 case UNOP_NEG:
2935 case UNOP_PLUS:
2936 case UNOP_LOGICAL_NOT:
2937 case UNOP_ABS:
2938 if (possible_user_operator_p (op, argvec))
2939 {
2940 struct ada_symbol_info *candidates;
2941 int n_candidates;
2942
2943 n_candidates =
2944 ada_lookup_symbol_list (ada_encode (ada_decoded_op_name (op)),
2945 (struct block *) NULL, VAR_DOMAIN,
2946 &candidates);
2947 i = ada_resolve_function (candidates, n_candidates, argvec, nargs,
2948 ada_decoded_op_name (op), NULL);
2949 if (i < 0)
2950 break;
2951
2952 replace_operator_with_call (expp, pc, nargs, 1,
2953 candidates[i].sym, candidates[i].block);
2954 exp = *expp;
2955 }
2956 break;
2957
2958 case OP_TYPE:
2959 case OP_REGISTER:
2960 return NULL;
2961 }
2962
2963 *pos = pc;
2964 return evaluate_subexp_type (exp, pos);
2965 }
2966
2967 /* Return non-zero if formal type FTYPE matches actual type ATYPE. If
2968 MAY_DEREF is non-zero, the formal may be a pointer and the actual
2969 a non-pointer. A type of 'void' (which is never a valid expression type)
2970 by convention matches anything. */
2971 /* The term "match" here is rather loose. The match is heuristic and
2972 liberal. FIXME: TOO liberal, in fact. */
2973
2974 static int
2975 ada_type_match (struct type *ftype, struct type *atype, int may_deref)
2976 {
2977 ftype = ada_check_typedef (ftype);
2978 atype = ada_check_typedef (atype);
2979
2980 if (TYPE_CODE (ftype) == TYPE_CODE_REF)
2981 ftype = TYPE_TARGET_TYPE (ftype);
2982 if (TYPE_CODE (atype) == TYPE_CODE_REF)
2983 atype = TYPE_TARGET_TYPE (atype);
2984
2985 if (TYPE_CODE (ftype) == TYPE_CODE_VOID
2986 || TYPE_CODE (atype) == TYPE_CODE_VOID)
2987 return 1;
2988
2989 switch (TYPE_CODE (ftype))
2990 {
2991 default:
2992 return 1;
2993 case TYPE_CODE_PTR:
2994 if (TYPE_CODE (atype) == TYPE_CODE_PTR)
2995 return ada_type_match (TYPE_TARGET_TYPE (ftype),
2996 TYPE_TARGET_TYPE (atype), 0);
2997 else
2998 return (may_deref
2999 && ada_type_match (TYPE_TARGET_TYPE (ftype), atype, 0));
3000 case TYPE_CODE_INT:
3001 case TYPE_CODE_ENUM:
3002 case TYPE_CODE_RANGE:
3003 switch (TYPE_CODE (atype))
3004 {
3005 case TYPE_CODE_INT:
3006 case TYPE_CODE_ENUM:
3007 case TYPE_CODE_RANGE:
3008 return 1;
3009 default:
3010 return 0;
3011 }
3012
3013 case TYPE_CODE_ARRAY:
3014 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY
3015 || ada_is_array_descriptor_type (atype));
3016
3017 case TYPE_CODE_STRUCT:
3018 if (ada_is_array_descriptor_type (ftype))
3019 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY
3020 || ada_is_array_descriptor_type (atype));
3021 else
3022 return (TYPE_CODE (atype) == TYPE_CODE_STRUCT
3023 && !ada_is_array_descriptor_type (atype));
3024
3025 case TYPE_CODE_UNION:
3026 case TYPE_CODE_FLT:
3027 return (TYPE_CODE (atype) == TYPE_CODE (ftype));
3028 }
3029 }
3030
3031 /* Return non-zero if the formals of FUNC "sufficiently match" the
3032 vector of actual argument types ACTUALS of size N_ACTUALS. FUNC
3033 may also be an enumeral, in which case it is treated as a 0-
3034 argument function. */
3035
3036 static int
3037 ada_args_match (struct symbol *func, struct value **actuals, int n_actuals)
3038 {
3039 int i;
3040 struct type *func_type = SYMBOL_TYPE (func);
3041
3042 if (SYMBOL_CLASS (func) == LOC_CONST
3043 && TYPE_CODE (func_type) == TYPE_CODE_ENUM)
3044 return (n_actuals == 0);
3045 else if (func_type == NULL || TYPE_CODE (func_type) != TYPE_CODE_FUNC)
3046 return 0;
3047
3048 if (TYPE_NFIELDS (func_type) != n_actuals)
3049 return 0;
3050
3051 for (i = 0; i < n_actuals; i += 1)
3052 {
3053 if (actuals[i] == NULL)
3054 return 0;
3055 else
3056 {
3057 struct type *ftype = ada_check_typedef (TYPE_FIELD_TYPE (func_type, i));
3058 struct type *atype = ada_check_typedef (value_type (actuals[i]));
3059
3060 if (!ada_type_match (ftype, atype, 1))
3061 return 0;
3062 }
3063 }
3064 return 1;
3065 }
3066
3067 /* False iff function type FUNC_TYPE definitely does not produce a value
3068 compatible with type CONTEXT_TYPE. Conservatively returns 1 if
3069 FUNC_TYPE is not a valid function type with a non-null return type
3070 or an enumerated type. A null CONTEXT_TYPE indicates any non-void type. */
3071
3072 static int
3073 return_match (struct type *func_type, struct type *context_type)
3074 {
3075 struct type *return_type;
3076
3077 if (func_type == NULL)
3078 return 1;
3079
3080 if (TYPE_CODE (func_type) == TYPE_CODE_FUNC)
3081 return_type = base_type (TYPE_TARGET_TYPE (func_type));
3082 else
3083 return_type = base_type (func_type);
3084 if (return_type == NULL)
3085 return 1;
3086
3087 context_type = base_type (context_type);
3088
3089 if (TYPE_CODE (return_type) == TYPE_CODE_ENUM)
3090 return context_type == NULL || return_type == context_type;
3091 else if (context_type == NULL)
3092 return TYPE_CODE (return_type) != TYPE_CODE_VOID;
3093 else
3094 return TYPE_CODE (return_type) == TYPE_CODE (context_type);
3095 }
3096
3097
3098 /* Returns the index in SYMS[0..NSYMS-1] that contains the symbol for the
3099 function (if any) that matches the types of the NARGS arguments in
3100 ARGS. If CONTEXT_TYPE is non-null and there is at least one match
3101 that returns that type, then eliminate matches that don't. If
3102 CONTEXT_TYPE is void and there is at least one match that does not
3103 return void, eliminate all matches that do.
3104
3105 Asks the user if there is more than one match remaining. Returns -1
3106 if there is no such symbol or none is selected. NAME is used
3107 solely for messages. May re-arrange and modify SYMS in
3108 the process; the index returned is for the modified vector. */
3109
3110 static int
3111 ada_resolve_function (struct ada_symbol_info syms[],
3112 int nsyms, struct value **args, int nargs,
3113 const char *name, struct type *context_type)
3114 {
3115 int k;
3116 int m; /* Number of hits */
3117 struct type *fallback;
3118 struct type *return_type;
3119
3120 return_type = context_type;
3121 if (context_type == NULL)
3122 fallback = builtin_type_void;
3123 else
3124 fallback = NULL;
3125
3126 m = 0;
3127 while (1)
3128 {
3129 for (k = 0; k < nsyms; k += 1)
3130 {
3131 struct type *type = ada_check_typedef (SYMBOL_TYPE (syms[k].sym));
3132
3133 if (ada_args_match (syms[k].sym, args, nargs)
3134 && return_match (type, return_type))
3135 {
3136 syms[m] = syms[k];
3137 m += 1;
3138 }
3139 }
3140 if (m > 0 || return_type == fallback)
3141 break;
3142 else
3143 return_type = fallback;
3144 }
3145
3146 if (m == 0)
3147 return -1;
3148 else if (m > 1)
3149 {
3150 printf_filtered (_("Multiple matches for %s\n"), name);
3151 user_select_syms (syms, m, 1);
3152 return 0;
3153 }
3154 return 0;
3155 }
3156
3157 /* Returns true (non-zero) iff decoded name N0 should appear before N1
3158 in a listing of choices during disambiguation (see sort_choices, below).
3159 The idea is that overloadings of a subprogram name from the
3160 same package should sort in their source order. We settle for ordering
3161 such symbols by their trailing number (__N or $N). */
3162
3163 static int
3164 encoded_ordered_before (char *N0, char *N1)
3165 {
3166 if (N1 == NULL)
3167 return 0;
3168 else if (N0 == NULL)
3169 return 1;
3170 else
3171 {
3172 int k0, k1;
3173 for (k0 = strlen (N0) - 1; k0 > 0 && isdigit (N0[k0]); k0 -= 1)
3174 ;
3175 for (k1 = strlen (N1) - 1; k1 > 0 && isdigit (N1[k1]); k1 -= 1)
3176 ;
3177 if ((N0[k0] == '_' || N0[k0] == '$') && N0[k0 + 1] != '\000'
3178 && (N1[k1] == '_' || N1[k1] == '$') && N1[k1 + 1] != '\000')
3179 {
3180 int n0, n1;
3181 n0 = k0;
3182 while (N0[n0] == '_' && n0 > 0 && N0[n0 - 1] == '_')
3183 n0 -= 1;
3184 n1 = k1;
3185 while (N1[n1] == '_' && n1 > 0 && N1[n1 - 1] == '_')
3186 n1 -= 1;
3187 if (n0 == n1 && strncmp (N0, N1, n0) == 0)
3188 return (atoi (N0 + k0 + 1) < atoi (N1 + k1 + 1));
3189 }
3190 return (strcmp (N0, N1) < 0);
3191 }
3192 }
3193
3194 /* Sort SYMS[0..NSYMS-1] to put the choices in a canonical order by the
3195 encoded names. */
3196
3197 static void
3198 sort_choices (struct ada_symbol_info syms[], int nsyms)
3199 {
3200 int i;
3201 for (i = 1; i < nsyms; i += 1)
3202 {
3203 struct ada_symbol_info sym = syms[i];
3204 int j;
3205
3206 for (j = i - 1; j >= 0; j -= 1)
3207 {
3208 if (encoded_ordered_before (SYMBOL_LINKAGE_NAME (syms[j].sym),
3209 SYMBOL_LINKAGE_NAME (sym.sym)))
3210 break;
3211 syms[j + 1] = syms[j];
3212 }
3213 syms[j + 1] = sym;
3214 }
3215 }
3216
3217 /* Given a list of NSYMS symbols in SYMS, select up to MAX_RESULTS>0
3218 by asking the user (if necessary), returning the number selected,
3219 and setting the first elements of SYMS items. Error if no symbols
3220 selected. */
3221
3222 /* NOTE: Adapted from decode_line_2 in symtab.c, with which it ought
3223 to be re-integrated one of these days. */
3224
3225 int
3226 user_select_syms (struct ada_symbol_info *syms, int nsyms, int max_results)
3227 {
3228 int i;
3229 int *chosen = (int *) alloca (sizeof (int) * nsyms);
3230 int n_chosen;
3231 int first_choice = (max_results == 1) ? 1 : 2;
3232 const char *select_mode = multiple_symbols_select_mode ();
3233
3234 if (max_results < 1)
3235 error (_("Request to select 0 symbols!"));
3236 if (nsyms <= 1)
3237 return nsyms;
3238
3239 if (select_mode == multiple_symbols_cancel)
3240 error (_("\
3241 canceled because the command is ambiguous\n\
3242 See set/show multiple-symbol."));
3243
3244 /* If select_mode is "all", then return all possible symbols.
3245 Only do that if more than one symbol can be selected, of course.
3246 Otherwise, display the menu as usual. */
3247 if (select_mode == multiple_symbols_all && max_results > 1)
3248 return nsyms;
3249
3250 printf_unfiltered (_("[0] cancel\n"));
3251 if (max_results > 1)
3252 printf_unfiltered (_("[1] all\n"));
3253
3254 sort_choices (syms, nsyms);
3255
3256 for (i = 0; i < nsyms; i += 1)
3257 {
3258 if (syms[i].sym == NULL)
3259 continue;
3260
3261 if (SYMBOL_CLASS (syms[i].sym) == LOC_BLOCK)
3262 {
3263 struct symtab_and_line sal =
3264 find_function_start_sal (syms[i].sym, 1);
3265 if (sal.symtab == NULL)
3266 printf_unfiltered (_("[%d] %s at <no source file available>:%d\n"),
3267 i + first_choice,
3268 SYMBOL_PRINT_NAME (syms[i].sym),
3269 sal.line);
3270 else
3271 printf_unfiltered (_("[%d] %s at %s:%d\n"), i + first_choice,
3272 SYMBOL_PRINT_NAME (syms[i].sym),
3273 sal.symtab->filename, sal.line);
3274 continue;
3275 }
3276 else
3277 {
3278 int is_enumeral =
3279 (SYMBOL_CLASS (syms[i].sym) == LOC_CONST
3280 && SYMBOL_TYPE (syms[i].sym) != NULL
3281 && TYPE_CODE (SYMBOL_TYPE (syms[i].sym)) == TYPE_CODE_ENUM);
3282 struct symtab *symtab = syms[i].sym->symtab;
3283
3284 if (SYMBOL_LINE (syms[i].sym) != 0 && symtab != NULL)
3285 printf_unfiltered (_("[%d] %s at %s:%d\n"),
3286 i + first_choice,
3287 SYMBOL_PRINT_NAME (syms[i].sym),
3288 symtab->filename, SYMBOL_LINE (syms[i].sym));
3289 else if (is_enumeral
3290 && TYPE_NAME (SYMBOL_TYPE (syms[i].sym)) != NULL)
3291 {
3292 printf_unfiltered (("[%d] "), i + first_choice);
3293 ada_print_type (SYMBOL_TYPE (syms[i].sym), NULL,
3294 gdb_stdout, -1, 0);
3295 printf_unfiltered (_("'(%s) (enumeral)\n"),
3296 SYMBOL_PRINT_NAME (syms[i].sym));
3297 }
3298 else if (symtab != NULL)
3299 printf_unfiltered (is_enumeral
3300 ? _("[%d] %s in %s (enumeral)\n")
3301 : _("[%d] %s at %s:?\n"),
3302 i + first_choice,
3303 SYMBOL_PRINT_NAME (syms[i].sym),
3304 symtab->filename);
3305 else
3306 printf_unfiltered (is_enumeral
3307 ? _("[%d] %s (enumeral)\n")
3308 : _("[%d] %s at ?\n"),
3309 i + first_choice,
3310 SYMBOL_PRINT_NAME (syms[i].sym));
3311 }
3312 }
3313
3314 n_chosen = get_selections (chosen, nsyms, max_results, max_results > 1,
3315 "overload-choice");
3316
3317 for (i = 0; i < n_chosen; i += 1)
3318 syms[i] = syms[chosen[i]];
3319
3320 return n_chosen;
3321 }
3322
3323 /* Read and validate a set of numeric choices from the user in the
3324 range 0 .. N_CHOICES-1. Place the results in increasing
3325 order in CHOICES[0 .. N-1], and return N.
3326
3327 The user types choices as a sequence of numbers on one line
3328 separated by blanks, encoding them as follows:
3329
3330 + A choice of 0 means to cancel the selection, throwing an error.
3331 + If IS_ALL_CHOICE, a choice of 1 selects the entire set 0 .. N_CHOICES-1.
3332 + The user chooses k by typing k+IS_ALL_CHOICE+1.
3333
3334 The user is not allowed to choose more than MAX_RESULTS values.
3335
3336 ANNOTATION_SUFFIX, if present, is used to annotate the input
3337 prompts (for use with the -f switch). */
3338
3339 int
3340 get_selections (int *choices, int n_choices, int max_results,
3341 int is_all_choice, char *annotation_suffix)
3342 {
3343 char *args;
3344 char *prompt;
3345 int n_chosen;
3346 int first_choice = is_all_choice ? 2 : 1;
3347
3348 prompt = getenv ("PS2");
3349 if (prompt == NULL)
3350 prompt = "> ";
3351
3352 args = command_line_input (prompt, 0, annotation_suffix);
3353
3354 if (args == NULL)
3355 error_no_arg (_("one or more choice numbers"));
3356
3357 n_chosen = 0;
3358
3359 /* Set choices[0 .. n_chosen-1] to the users' choices in ascending
3360 order, as given in args. Choices are validated. */
3361 while (1)
3362 {
3363 char *args2;
3364 int choice, j;
3365
3366 while (isspace (*args))
3367 args += 1;
3368 if (*args == '\0' && n_chosen == 0)
3369 error_no_arg (_("one or more choice numbers"));
3370 else if (*args == '\0')
3371 break;
3372
3373 choice = strtol (args, &args2, 10);
3374 if (args == args2 || choice < 0
3375 || choice > n_choices + first_choice - 1)
3376 error (_("Argument must be choice number"));
3377 args = args2;
3378
3379 if (choice == 0)
3380 error (_("cancelled"));
3381
3382 if (choice < first_choice)
3383 {
3384 n_chosen = n_choices;
3385 for (j = 0; j < n_choices; j += 1)
3386 choices[j] = j;
3387 break;
3388 }
3389 choice -= first_choice;
3390
3391 for (j = n_chosen - 1; j >= 0 && choice < choices[j]; j -= 1)
3392 {
3393 }
3394
3395 if (j < 0 || choice != choices[j])
3396 {
3397 int k;
3398 for (k = n_chosen - 1; k > j; k -= 1)
3399 choices[k + 1] = choices[k];
3400 choices[j + 1] = choice;
3401 n_chosen += 1;
3402 }
3403 }
3404
3405 if (n_chosen > max_results)
3406 error (_("Select no more than %d of the above"), max_results);
3407
3408 return n_chosen;
3409 }
3410
3411 /* Replace the operator of length OPLEN at position PC in *EXPP with a call
3412 on the function identified by SYM and BLOCK, and taking NARGS
3413 arguments. Update *EXPP as needed to hold more space. */
3414
3415 static void
3416 replace_operator_with_call (struct expression **expp, int pc, int nargs,
3417 int oplen, struct symbol *sym,
3418 struct block *block)
3419 {
3420 /* A new expression, with 6 more elements (3 for funcall, 4 for function
3421 symbol, -oplen for operator being replaced). */
3422 struct expression *newexp = (struct expression *)
3423 xmalloc (sizeof (struct expression)
3424 + EXP_ELEM_TO_BYTES ((*expp)->nelts + 7 - oplen));
3425 struct expression *exp = *expp;
3426
3427 newexp->nelts = exp->nelts + 7 - oplen;
3428 newexp->language_defn = exp->language_defn;
3429 memcpy (newexp->elts, exp->elts, EXP_ELEM_TO_BYTES (pc));
3430 memcpy (newexp->elts + pc + 7, exp->elts + pc + oplen,
3431 EXP_ELEM_TO_BYTES (exp->nelts - pc - oplen));
3432
3433 newexp->elts[pc].opcode = newexp->elts[pc + 2].opcode = OP_FUNCALL;
3434 newexp->elts[pc + 1].longconst = (LONGEST) nargs;
3435
3436 newexp->elts[pc + 3].opcode = newexp->elts[pc + 6].opcode = OP_VAR_VALUE;
3437 newexp->elts[pc + 4].block = block;
3438 newexp->elts[pc + 5].symbol = sym;
3439
3440 *expp = newexp;
3441 xfree (exp);
3442 }
3443
3444 /* Type-class predicates */
3445
3446 /* True iff TYPE is numeric (i.e., an INT, RANGE (of numeric type),
3447 or FLOAT). */
3448
3449 static int
3450 numeric_type_p (struct type *type)
3451 {
3452 if (type == NULL)
3453 return 0;
3454 else
3455 {
3456 switch (TYPE_CODE (type))
3457 {
3458 case TYPE_CODE_INT:
3459 case TYPE_CODE_FLT:
3460 return 1;
3461 case TYPE_CODE_RANGE:
3462 return (type == TYPE_TARGET_TYPE (type)
3463 || numeric_type_p (TYPE_TARGET_TYPE (type)));
3464 default:
3465 return 0;
3466 }
3467 }
3468 }
3469
3470 /* True iff TYPE is integral (an INT or RANGE of INTs). */
3471
3472 static int
3473 integer_type_p (struct type *type)
3474 {
3475 if (type == NULL)
3476 return 0;
3477 else
3478 {
3479 switch (TYPE_CODE (type))
3480 {
3481 case TYPE_CODE_INT:
3482 return 1;
3483 case TYPE_CODE_RANGE:
3484 return (type == TYPE_TARGET_TYPE (type)
3485 || integer_type_p (TYPE_TARGET_TYPE (type)));
3486 default:
3487 return 0;
3488 }
3489 }
3490 }
3491
3492 /* True iff TYPE is scalar (INT, RANGE, FLOAT, ENUM). */
3493
3494 static int
3495 scalar_type_p (struct type *type)
3496 {
3497 if (type == NULL)
3498 return 0;
3499 else
3500 {
3501 switch (TYPE_CODE (type))
3502 {
3503 case TYPE_CODE_INT:
3504 case TYPE_CODE_RANGE:
3505 case TYPE_CODE_ENUM:
3506 case TYPE_CODE_FLT:
3507 return 1;
3508 default:
3509 return 0;
3510 }
3511 }
3512 }
3513
3514 /* True iff TYPE is discrete (INT, RANGE, ENUM). */
3515
3516 static int
3517 discrete_type_p (struct type *type)
3518 {
3519 if (type == NULL)
3520 return 0;
3521 else
3522 {
3523 switch (TYPE_CODE (type))
3524 {
3525 case TYPE_CODE_INT:
3526 case TYPE_CODE_RANGE:
3527 case TYPE_CODE_ENUM:
3528 return 1;
3529 default:
3530 return 0;
3531 }
3532 }
3533 }
3534
3535 /* Returns non-zero if OP with operands in the vector ARGS could be
3536 a user-defined function. Errs on the side of pre-defined operators
3537 (i.e., result 0). */
3538
3539 static int
3540 possible_user_operator_p (enum exp_opcode op, struct value *args[])
3541 {
3542 struct type *type0 =
3543 (args[0] == NULL) ? NULL : ada_check_typedef (value_type (args[0]));
3544 struct type *type1 =
3545 (args[1] == NULL) ? NULL : ada_check_typedef (value_type (args[1]));
3546
3547 if (type0 == NULL)
3548 return 0;
3549
3550 switch (op)
3551 {
3552 default:
3553 return 0;
3554
3555 case BINOP_ADD:
3556 case BINOP_SUB:
3557 case BINOP_MUL:
3558 case BINOP_DIV:
3559 return (!(numeric_type_p (type0) && numeric_type_p (type1)));
3560
3561 case BINOP_REM:
3562 case BINOP_MOD:
3563 case BINOP_BITWISE_AND:
3564 case BINOP_BITWISE_IOR:
3565 case BINOP_BITWISE_XOR:
3566 return (!(integer_type_p (type0) && integer_type_p (type1)));
3567
3568 case BINOP_EQUAL:
3569 case BINOP_NOTEQUAL:
3570 case BINOP_LESS:
3571 case BINOP_GTR:
3572 case BINOP_LEQ:
3573 case BINOP_GEQ:
3574 return (!(scalar_type_p (type0) && scalar_type_p (type1)));
3575
3576 case BINOP_CONCAT:
3577 return !ada_is_array_type (type0) || !ada_is_array_type (type1);
3578
3579 case BINOP_EXP:
3580 return (!(numeric_type_p (type0) && integer_type_p (type1)));
3581
3582 case UNOP_NEG:
3583 case UNOP_PLUS:
3584 case UNOP_LOGICAL_NOT:
3585 case UNOP_ABS:
3586 return (!numeric_type_p (type0));
3587
3588 }
3589 }
3590 \f
3591 /* Renaming */
3592
3593 /* NOTES:
3594
3595 1. In the following, we assume that a renaming type's name may
3596 have an ___XD suffix. It would be nice if this went away at some
3597 point.
3598 2. We handle both the (old) purely type-based representation of
3599 renamings and the (new) variable-based encoding. At some point,
3600 it is devoutly to be hoped that the former goes away
3601 (FIXME: hilfinger-2007-07-09).
3602 3. Subprogram renamings are not implemented, although the XRS
3603 suffix is recognized (FIXME: hilfinger-2007-07-09). */
3604
3605 /* If SYM encodes a renaming,
3606
3607 <renaming> renames <renamed entity>,
3608
3609 sets *LEN to the length of the renamed entity's name,
3610 *RENAMED_ENTITY to that name (not null-terminated), and *RENAMING_EXPR to
3611 the string describing the subcomponent selected from the renamed
3612 entity. Returns ADA_NOT_RENAMING if SYM does not encode a renaming
3613 (in which case, the values of *RENAMED_ENTITY, *LEN, and *RENAMING_EXPR
3614 are undefined). Otherwise, returns a value indicating the category
3615 of entity renamed: an object (ADA_OBJECT_RENAMING), exception
3616 (ADA_EXCEPTION_RENAMING), package (ADA_PACKAGE_RENAMING), or
3617 subprogram (ADA_SUBPROGRAM_RENAMING). Does no allocation; the
3618 strings returned in *RENAMED_ENTITY and *RENAMING_EXPR should not be
3619 deallocated. The values of RENAMED_ENTITY, LEN, or RENAMING_EXPR
3620 may be NULL, in which case they are not assigned.
3621
3622 [Currently, however, GCC does not generate subprogram renamings.] */
3623
3624 enum ada_renaming_category
3625 ada_parse_renaming (struct symbol *sym,
3626 const char **renamed_entity, int *len,
3627 const char **renaming_expr)
3628 {
3629 enum ada_renaming_category kind;
3630 const char *info;
3631 const char *suffix;
3632
3633 if (sym == NULL)
3634 return ADA_NOT_RENAMING;
3635 switch (SYMBOL_CLASS (sym))
3636 {
3637 default:
3638 return ADA_NOT_RENAMING;
3639 case LOC_TYPEDEF:
3640 return parse_old_style_renaming (SYMBOL_TYPE (sym),
3641 renamed_entity, len, renaming_expr);
3642 case LOC_LOCAL:
3643 case LOC_STATIC:
3644 case LOC_COMPUTED:
3645 case LOC_OPTIMIZED_OUT:
3646 info = strstr (SYMBOL_LINKAGE_NAME (sym), "___XR");
3647 if (info == NULL)
3648 return ADA_NOT_RENAMING;
3649 switch (info[5])
3650 {
3651 case '_':
3652 kind = ADA_OBJECT_RENAMING;
3653 info += 6;
3654 break;
3655 case 'E':
3656 kind = ADA_EXCEPTION_RENAMING;
3657 info += 7;
3658 break;
3659 case 'P':
3660 kind = ADA_PACKAGE_RENAMING;
3661 info += 7;
3662 break;
3663 case 'S':
3664 kind = ADA_SUBPROGRAM_RENAMING;
3665 info += 7;
3666 break;
3667 default:
3668 return ADA_NOT_RENAMING;
3669 }
3670 }
3671
3672 if (renamed_entity != NULL)
3673 *renamed_entity = info;
3674 suffix = strstr (info, "___XE");
3675 if (suffix == NULL || suffix == info)
3676 return ADA_NOT_RENAMING;
3677 if (len != NULL)
3678 *len = strlen (info) - strlen (suffix);
3679 suffix += 5;
3680 if (renaming_expr != NULL)
3681 *renaming_expr = suffix;
3682 return kind;
3683 }
3684
3685 /* Assuming TYPE encodes a renaming according to the old encoding in
3686 exp_dbug.ads, returns details of that renaming in *RENAMED_ENTITY,
3687 *LEN, and *RENAMING_EXPR, as for ada_parse_renaming, above. Returns
3688 ADA_NOT_RENAMING otherwise. */
3689 static enum ada_renaming_category
3690 parse_old_style_renaming (struct type *type,
3691 const char **renamed_entity, int *len,
3692 const char **renaming_expr)
3693 {
3694 enum ada_renaming_category kind;
3695 const char *name;
3696 const char *info;
3697 const char *suffix;
3698
3699 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_ENUM
3700 || TYPE_NFIELDS (type) != 1)
3701 return ADA_NOT_RENAMING;
3702
3703 name = type_name_no_tag (type);
3704 if (name == NULL)
3705 return ADA_NOT_RENAMING;
3706
3707 name = strstr (name, "___XR");
3708 if (name == NULL)
3709 return ADA_NOT_RENAMING;
3710 switch (name[5])
3711 {
3712 case '\0':
3713 case '_':
3714 kind = ADA_OBJECT_RENAMING;
3715 break;
3716 case 'E':
3717 kind = ADA_EXCEPTION_RENAMING;
3718 break;
3719 case 'P':
3720 kind = ADA_PACKAGE_RENAMING;
3721 break;
3722 case 'S':
3723 kind = ADA_SUBPROGRAM_RENAMING;
3724 break;
3725 default:
3726 return ADA_NOT_RENAMING;
3727 }
3728
3729 info = TYPE_FIELD_NAME (type, 0);
3730 if (info == NULL)
3731 return ADA_NOT_RENAMING;
3732 if (renamed_entity != NULL)
3733 *renamed_entity = info;
3734 suffix = strstr (info, "___XE");
3735 if (renaming_expr != NULL)
3736 *renaming_expr = suffix + 5;
3737 if (suffix == NULL || suffix == info)
3738 return ADA_NOT_RENAMING;
3739 if (len != NULL)
3740 *len = suffix - info;
3741 return kind;
3742 }
3743
3744 \f
3745
3746 /* Evaluation: Function Calls */
3747
3748 /* Return an lvalue containing the value VAL. This is the identity on
3749 lvalues, and otherwise has the side-effect of pushing a copy of VAL
3750 on the stack, using and updating *SP as the stack pointer, and
3751 returning an lvalue whose VALUE_ADDRESS points to the copy. */
3752
3753 static struct value *
3754 ensure_lval (struct value *val, CORE_ADDR *sp)
3755 {
3756 if (! VALUE_LVAL (val))
3757 {
3758 int len = TYPE_LENGTH (ada_check_typedef (value_type (val)));
3759
3760 /* The following is taken from the structure-return code in
3761 call_function_by_hand. FIXME: Therefore, some refactoring seems
3762 indicated. */
3763 if (gdbarch_inner_than (current_gdbarch, 1, 2))
3764 {
3765 /* Stack grows downward. Align SP and VALUE_ADDRESS (val) after
3766 reserving sufficient space. */
3767 *sp -= len;
3768 if (gdbarch_frame_align_p (current_gdbarch))
3769 *sp = gdbarch_frame_align (current_gdbarch, *sp);
3770 VALUE_ADDRESS (val) = *sp;
3771 }
3772 else
3773 {
3774 /* Stack grows upward. Align the frame, allocate space, and
3775 then again, re-align the frame. */
3776 if (gdbarch_frame_align_p (current_gdbarch))
3777 *sp = gdbarch_frame_align (current_gdbarch, *sp);
3778 VALUE_ADDRESS (val) = *sp;
3779 *sp += len;
3780 if (gdbarch_frame_align_p (current_gdbarch))
3781 *sp = gdbarch_frame_align (current_gdbarch, *sp);
3782 }
3783 VALUE_LVAL (val) = lval_memory;
3784
3785 write_memory (VALUE_ADDRESS (val), value_contents_raw (val), len);
3786 }
3787
3788 return val;
3789 }
3790
3791 /* Return the value ACTUAL, converted to be an appropriate value for a
3792 formal of type FORMAL_TYPE. Use *SP as a stack pointer for
3793 allocating any necessary descriptors (fat pointers), or copies of
3794 values not residing in memory, updating it as needed. */
3795
3796 struct value *
3797 ada_convert_actual (struct value *actual, struct type *formal_type0,
3798 CORE_ADDR *sp)
3799 {
3800 struct type *actual_type = ada_check_typedef (value_type (actual));
3801 struct type *formal_type = ada_check_typedef (formal_type0);
3802 struct type *formal_target =
3803 TYPE_CODE (formal_type) == TYPE_CODE_PTR
3804 ? ada_check_typedef (TYPE_TARGET_TYPE (formal_type)) : formal_type;
3805 struct type *actual_target =
3806 TYPE_CODE (actual_type) == TYPE_CODE_PTR
3807 ? ada_check_typedef (TYPE_TARGET_TYPE (actual_type)) : actual_type;
3808
3809 if (ada_is_array_descriptor_type (formal_target)
3810 && TYPE_CODE (actual_target) == TYPE_CODE_ARRAY)
3811 return make_array_descriptor (formal_type, actual, sp);
3812 else if (TYPE_CODE (formal_type) == TYPE_CODE_PTR
3813 || TYPE_CODE (formal_type) == TYPE_CODE_REF)
3814 {
3815 struct value *result;
3816 if (TYPE_CODE (formal_target) == TYPE_CODE_ARRAY
3817 && ada_is_array_descriptor_type (actual_target))
3818 result = desc_data (actual);
3819 else if (TYPE_CODE (actual_type) != TYPE_CODE_PTR)
3820 {
3821 if (VALUE_LVAL (actual) != lval_memory)
3822 {
3823 struct value *val;
3824 actual_type = ada_check_typedef (value_type (actual));
3825 val = allocate_value (actual_type);
3826 memcpy ((char *) value_contents_raw (val),
3827 (char *) value_contents (actual),
3828 TYPE_LENGTH (actual_type));
3829 actual = ensure_lval (val, sp);
3830 }
3831 result = value_addr (actual);
3832 }
3833 else
3834 return actual;
3835 return value_cast_pointers (formal_type, result);
3836 }
3837 else if (TYPE_CODE (actual_type) == TYPE_CODE_PTR)
3838 return ada_value_ind (actual);
3839
3840 return actual;
3841 }
3842
3843
3844 /* Push a descriptor of type TYPE for array value ARR on the stack at
3845 *SP, updating *SP to reflect the new descriptor. Return either
3846 an lvalue representing the new descriptor, or (if TYPE is a pointer-
3847 to-descriptor type rather than a descriptor type), a struct value *
3848 representing a pointer to this descriptor. */
3849
3850 static struct value *
3851 make_array_descriptor (struct type *type, struct value *arr, CORE_ADDR *sp)
3852 {
3853 struct type *bounds_type = desc_bounds_type (type);
3854 struct type *desc_type = desc_base_type (type);
3855 struct value *descriptor = allocate_value (desc_type);
3856 struct value *bounds = allocate_value (bounds_type);
3857 int i;
3858
3859 for (i = ada_array_arity (ada_check_typedef (value_type (arr))); i > 0; i -= 1)
3860 {
3861 modify_general_field (value_contents_writeable (bounds),
3862 value_as_long (ada_array_bound (arr, i, 0)),
3863 desc_bound_bitpos (bounds_type, i, 0),
3864 desc_bound_bitsize (bounds_type, i, 0));
3865 modify_general_field (value_contents_writeable (bounds),
3866 value_as_long (ada_array_bound (arr, i, 1)),
3867 desc_bound_bitpos (bounds_type, i, 1),
3868 desc_bound_bitsize (bounds_type, i, 1));
3869 }
3870
3871 bounds = ensure_lval (bounds, sp);
3872
3873 modify_general_field (value_contents_writeable (descriptor),
3874 VALUE_ADDRESS (ensure_lval (arr, sp)),
3875 fat_pntr_data_bitpos (desc_type),
3876 fat_pntr_data_bitsize (desc_type));
3877
3878 modify_general_field (value_contents_writeable (descriptor),
3879 VALUE_ADDRESS (bounds),
3880 fat_pntr_bounds_bitpos (desc_type),
3881 fat_pntr_bounds_bitsize (desc_type));
3882
3883 descriptor = ensure_lval (descriptor, sp);
3884
3885 if (TYPE_CODE (type) == TYPE_CODE_PTR)
3886 return value_addr (descriptor);
3887 else
3888 return descriptor;
3889 }
3890 \f
3891 /* Dummy definitions for an experimental caching module that is not
3892 * used in the public sources. */
3893
3894 static int
3895 lookup_cached_symbol (const char *name, domain_enum namespace,
3896 struct symbol **sym, struct block **block)
3897 {
3898 return 0;
3899 }
3900
3901 static void
3902 cache_symbol (const char *name, domain_enum namespace, struct symbol *sym,
3903 struct block *block)
3904 {
3905 }
3906 \f
3907 /* Symbol Lookup */
3908
3909 /* Return the result of a standard (literal, C-like) lookup of NAME in
3910 given DOMAIN, visible from lexical block BLOCK. */
3911
3912 static struct symbol *
3913 standard_lookup (const char *name, const struct block *block,
3914 domain_enum domain)
3915 {
3916 struct symbol *sym;
3917
3918 if (lookup_cached_symbol (name, domain, &sym, NULL))
3919 return sym;
3920 sym = lookup_symbol_in_language (name, block, domain, language_c, 0);
3921 cache_symbol (name, domain, sym, block_found);
3922 return sym;
3923 }
3924
3925
3926 /* Non-zero iff there is at least one non-function/non-enumeral symbol
3927 in the symbol fields of SYMS[0..N-1]. We treat enumerals as functions,
3928 since they contend in overloading in the same way. */
3929 static int
3930 is_nonfunction (struct ada_symbol_info syms[], int n)
3931 {
3932 int i;
3933
3934 for (i = 0; i < n; i += 1)
3935 if (TYPE_CODE (SYMBOL_TYPE (syms[i].sym)) != TYPE_CODE_FUNC
3936 && (TYPE_CODE (SYMBOL_TYPE (syms[i].sym)) != TYPE_CODE_ENUM
3937 || SYMBOL_CLASS (syms[i].sym) != LOC_CONST))
3938 return 1;
3939
3940 return 0;
3941 }
3942
3943 /* If true (non-zero), then TYPE0 and TYPE1 represent equivalent
3944 struct types. Otherwise, they may not. */
3945
3946 static int
3947 equiv_types (struct type *type0, struct type *type1)
3948 {
3949 if (type0 == type1)
3950 return 1;
3951 if (type0 == NULL || type1 == NULL
3952 || TYPE_CODE (type0) != TYPE_CODE (type1))
3953 return 0;
3954 if ((TYPE_CODE (type0) == TYPE_CODE_STRUCT
3955 || TYPE_CODE (type0) == TYPE_CODE_ENUM)
3956 && ada_type_name (type0) != NULL && ada_type_name (type1) != NULL
3957 && strcmp (ada_type_name (type0), ada_type_name (type1)) == 0)
3958 return 1;
3959
3960 return 0;
3961 }
3962
3963 /* True iff SYM0 represents the same entity as SYM1, or one that is
3964 no more defined than that of SYM1. */
3965
3966 static int
3967 lesseq_defined_than (struct symbol *sym0, struct symbol *sym1)
3968 {
3969 if (sym0 == sym1)
3970 return 1;
3971 if (SYMBOL_DOMAIN (sym0) != SYMBOL_DOMAIN (sym1)
3972 || SYMBOL_CLASS (sym0) != SYMBOL_CLASS (sym1))
3973 return 0;
3974
3975 switch (SYMBOL_CLASS (sym0))
3976 {
3977 case LOC_UNDEF:
3978 return 1;
3979 case LOC_TYPEDEF:
3980 {
3981 struct type *type0 = SYMBOL_TYPE (sym0);
3982 struct type *type1 = SYMBOL_TYPE (sym1);
3983 char *name0 = SYMBOL_LINKAGE_NAME (sym0);
3984 char *name1 = SYMBOL_LINKAGE_NAME (sym1);
3985 int len0 = strlen (name0);
3986 return
3987 TYPE_CODE (type0) == TYPE_CODE (type1)
3988 && (equiv_types (type0, type1)
3989 || (len0 < strlen (name1) && strncmp (name0, name1, len0) == 0
3990 && strncmp (name1 + len0, "___XV", 5) == 0));
3991 }
3992 case LOC_CONST:
3993 return SYMBOL_VALUE (sym0) == SYMBOL_VALUE (sym1)
3994 && equiv_types (SYMBOL_TYPE (sym0), SYMBOL_TYPE (sym1));
3995 default:
3996 return 0;
3997 }
3998 }
3999
4000 /* Append (SYM,BLOCK,SYMTAB) to the end of the array of struct ada_symbol_info
4001 records in OBSTACKP. Do nothing if SYM is a duplicate. */
4002
4003 static void
4004 add_defn_to_vec (struct obstack *obstackp,
4005 struct symbol *sym,
4006 struct block *block)
4007 {
4008 int i;
4009 size_t tmp;
4010 struct ada_symbol_info *prevDefns = defns_collected (obstackp, 0);
4011
4012 /* Do not try to complete stub types, as the debugger is probably
4013 already scanning all symbols matching a certain name at the
4014 time when this function is called. Trying to replace the stub
4015 type by its associated full type will cause us to restart a scan
4016 which may lead to an infinite recursion. Instead, the client
4017 collecting the matching symbols will end up collecting several
4018 matches, with at least one of them complete. It can then filter
4019 out the stub ones if needed. */
4020
4021 for (i = num_defns_collected (obstackp) - 1; i >= 0; i -= 1)
4022 {
4023 if (lesseq_defined_than (sym, prevDefns[i].sym))
4024 return;
4025 else if (lesseq_defined_than (prevDefns[i].sym, sym))
4026 {
4027 prevDefns[i].sym = sym;
4028 prevDefns[i].block = block;
4029 return;
4030 }
4031 }
4032
4033 {
4034 struct ada_symbol_info info;
4035
4036 info.sym = sym;
4037 info.block = block;
4038 obstack_grow (obstackp, &info, sizeof (struct ada_symbol_info));
4039 }
4040 }
4041
4042 /* Number of ada_symbol_info structures currently collected in
4043 current vector in *OBSTACKP. */
4044
4045 static int
4046 num_defns_collected (struct obstack *obstackp)
4047 {
4048 return obstack_object_size (obstackp) / sizeof (struct ada_symbol_info);
4049 }
4050
4051 /* Vector of ada_symbol_info structures currently collected in current
4052 vector in *OBSTACKP. If FINISH, close off the vector and return
4053 its final address. */
4054
4055 static struct ada_symbol_info *
4056 defns_collected (struct obstack *obstackp, int finish)
4057 {
4058 if (finish)
4059 return obstack_finish (obstackp);
4060 else
4061 return (struct ada_symbol_info *) obstack_base (obstackp);
4062 }
4063
4064 /* Look, in partial_symtab PST, for symbol NAME in given namespace.
4065 Check the global symbols if GLOBAL, the static symbols if not.
4066 Do wild-card match if WILD. */
4067
4068 static struct partial_symbol *
4069 ada_lookup_partial_symbol (struct partial_symtab *pst, const char *name,
4070 int global, domain_enum namespace, int wild)
4071 {
4072 struct partial_symbol **start;
4073 int name_len = strlen (name);
4074 int length = (global ? pst->n_global_syms : pst->n_static_syms);
4075 int i;
4076
4077 if (length == 0)
4078 {
4079 return (NULL);
4080 }
4081
4082 start = (global ?
4083 pst->objfile->global_psymbols.list + pst->globals_offset :
4084 pst->objfile->static_psymbols.list + pst->statics_offset);
4085
4086 if (wild)
4087 {
4088 for (i = 0; i < length; i += 1)
4089 {
4090 struct partial_symbol *psym = start[i];
4091
4092 if (symbol_matches_domain (SYMBOL_LANGUAGE (psym),
4093 SYMBOL_DOMAIN (psym), namespace)
4094 && wild_match (name, name_len, SYMBOL_LINKAGE_NAME (psym)))
4095 return psym;
4096 }
4097 return NULL;
4098 }
4099 else
4100 {
4101 if (global)
4102 {
4103 int U;
4104 i = 0;
4105 U = length - 1;
4106 while (U - i > 4)
4107 {
4108 int M = (U + i) >> 1;
4109 struct partial_symbol *psym = start[M];
4110 if (SYMBOL_LINKAGE_NAME (psym)[0] < name[0])
4111 i = M + 1;
4112 else if (SYMBOL_LINKAGE_NAME (psym)[0] > name[0])
4113 U = M - 1;
4114 else if (strcmp (SYMBOL_LINKAGE_NAME (psym), name) < 0)
4115 i = M + 1;
4116 else
4117 U = M;
4118 }
4119 }
4120 else
4121 i = 0;
4122
4123 while (i < length)
4124 {
4125 struct partial_symbol *psym = start[i];
4126
4127 if (symbol_matches_domain (SYMBOL_LANGUAGE (psym),
4128 SYMBOL_DOMAIN (psym), namespace))
4129 {
4130 int cmp = strncmp (name, SYMBOL_LINKAGE_NAME (psym), name_len);
4131
4132 if (cmp < 0)
4133 {
4134 if (global)
4135 break;
4136 }
4137 else if (cmp == 0
4138 && is_name_suffix (SYMBOL_LINKAGE_NAME (psym)
4139 + name_len))
4140 return psym;
4141 }
4142 i += 1;
4143 }
4144
4145 if (global)
4146 {
4147 int U;
4148 i = 0;
4149 U = length - 1;
4150 while (U - i > 4)
4151 {
4152 int M = (U + i) >> 1;
4153 struct partial_symbol *psym = start[M];
4154 if (SYMBOL_LINKAGE_NAME (psym)[0] < '_')
4155 i = M + 1;
4156 else if (SYMBOL_LINKAGE_NAME (psym)[0] > '_')
4157 U = M - 1;
4158 else if (strcmp (SYMBOL_LINKAGE_NAME (psym), "_ada_") < 0)
4159 i = M + 1;
4160 else
4161 U = M;
4162 }
4163 }
4164 else
4165 i = 0;
4166
4167 while (i < length)
4168 {
4169 struct partial_symbol *psym = start[i];
4170
4171 if (symbol_matches_domain (SYMBOL_LANGUAGE (psym),
4172 SYMBOL_DOMAIN (psym), namespace))
4173 {
4174 int cmp;
4175
4176 cmp = (int) '_' - (int) SYMBOL_LINKAGE_NAME (psym)[0];
4177 if (cmp == 0)
4178 {
4179 cmp = strncmp ("_ada_", SYMBOL_LINKAGE_NAME (psym), 5);
4180 if (cmp == 0)
4181 cmp = strncmp (name, SYMBOL_LINKAGE_NAME (psym) + 5,
4182 name_len);
4183 }
4184
4185 if (cmp < 0)
4186 {
4187 if (global)
4188 break;
4189 }
4190 else if (cmp == 0
4191 && is_name_suffix (SYMBOL_LINKAGE_NAME (psym)
4192 + name_len + 5))
4193 return psym;
4194 }
4195 i += 1;
4196 }
4197 }
4198 return NULL;
4199 }
4200
4201 /* Return a minimal symbol matching NAME according to Ada decoding
4202 rules. Returns NULL if there is no such minimal symbol. Names
4203 prefixed with "standard__" are handled specially: "standard__" is
4204 first stripped off, and only static and global symbols are searched. */
4205
4206 struct minimal_symbol *
4207 ada_lookup_simple_minsym (const char *name)
4208 {
4209 struct objfile *objfile;
4210 struct minimal_symbol *msymbol;
4211 int wild_match;
4212
4213 if (strncmp (name, "standard__", sizeof ("standard__") - 1) == 0)
4214 {
4215 name += sizeof ("standard__") - 1;
4216 wild_match = 0;
4217 }
4218 else
4219 wild_match = (strstr (name, "__") == NULL);
4220
4221 ALL_MSYMBOLS (objfile, msymbol)
4222 {
4223 if (ada_match_name (SYMBOL_LINKAGE_NAME (msymbol), name, wild_match)
4224 && MSYMBOL_TYPE (msymbol) != mst_solib_trampoline)
4225 return msymbol;
4226 }
4227
4228 return NULL;
4229 }
4230
4231 /* For all subprograms that statically enclose the subprogram of the
4232 selected frame, add symbols matching identifier NAME in DOMAIN
4233 and their blocks to the list of data in OBSTACKP, as for
4234 ada_add_block_symbols (q.v.). If WILD, treat as NAME with a
4235 wildcard prefix. */
4236
4237 static void
4238 add_symbols_from_enclosing_procs (struct obstack *obstackp,
4239 const char *name, domain_enum namespace,
4240 int wild_match)
4241 {
4242 }
4243
4244 /* True if TYPE is definitely an artificial type supplied to a symbol
4245 for which no debugging information was given in the symbol file. */
4246
4247 static int
4248 is_nondebugging_type (struct type *type)
4249 {
4250 char *name = ada_type_name (type);
4251 return (name != NULL && strcmp (name, "<variable, no debug info>") == 0);
4252 }
4253
4254 /* Remove any non-debugging symbols in SYMS[0 .. NSYMS-1] that definitely
4255 duplicate other symbols in the list (The only case I know of where
4256 this happens is when object files containing stabs-in-ecoff are
4257 linked with files containing ordinary ecoff debugging symbols (or no
4258 debugging symbols)). Modifies SYMS to squeeze out deleted entries.
4259 Returns the number of items in the modified list. */
4260
4261 static int
4262 remove_extra_symbols (struct ada_symbol_info *syms, int nsyms)
4263 {
4264 int i, j;
4265
4266 i = 0;
4267 while (i < nsyms)
4268 {
4269 int remove = 0;
4270
4271 /* If two symbols have the same name and one of them is a stub type,
4272 the get rid of the stub. */
4273
4274 if (TYPE_STUB (SYMBOL_TYPE (syms[i].sym))
4275 && SYMBOL_LINKAGE_NAME (syms[i].sym) != NULL)
4276 {
4277 for (j = 0; j < nsyms; j++)
4278 {
4279 if (j != i
4280 && !TYPE_STUB (SYMBOL_TYPE (syms[j].sym))
4281 && SYMBOL_LINKAGE_NAME (syms[j].sym) != NULL
4282 && strcmp (SYMBOL_LINKAGE_NAME (syms[i].sym),
4283 SYMBOL_LINKAGE_NAME (syms[j].sym)) == 0)
4284 remove = 1;
4285 }
4286 }
4287
4288 /* Two symbols with the same name, same class and same address
4289 should be identical. */
4290
4291 else if (SYMBOL_LINKAGE_NAME (syms[i].sym) != NULL
4292 && SYMBOL_CLASS (syms[i].sym) == LOC_STATIC
4293 && is_nondebugging_type (SYMBOL_TYPE (syms[i].sym)))
4294 {
4295 for (j = 0; j < nsyms; j += 1)
4296 {
4297 if (i != j
4298 && SYMBOL_LINKAGE_NAME (syms[j].sym) != NULL
4299 && strcmp (SYMBOL_LINKAGE_NAME (syms[i].sym),
4300 SYMBOL_LINKAGE_NAME (syms[j].sym)) == 0
4301 && SYMBOL_CLASS (syms[i].sym) == SYMBOL_CLASS (syms[j].sym)
4302 && SYMBOL_VALUE_ADDRESS (syms[i].sym)
4303 == SYMBOL_VALUE_ADDRESS (syms[j].sym))
4304 remove = 1;
4305 }
4306 }
4307
4308 if (remove)
4309 {
4310 for (j = i + 1; j < nsyms; j += 1)
4311 syms[j - 1] = syms[j];
4312 nsyms -= 1;
4313 }
4314
4315 i += 1;
4316 }
4317 return nsyms;
4318 }
4319
4320 /* Given a type that corresponds to a renaming entity, use the type name
4321 to extract the scope (package name or function name, fully qualified,
4322 and following the GNAT encoding convention) where this renaming has been
4323 defined. The string returned needs to be deallocated after use. */
4324
4325 static char *
4326 xget_renaming_scope (struct type *renaming_type)
4327 {
4328 /* The renaming types adhere to the following convention:
4329 <scope>__<rename>___<XR extension>.
4330 So, to extract the scope, we search for the "___XR" extension,
4331 and then backtrack until we find the first "__". */
4332
4333 const char *name = type_name_no_tag (renaming_type);
4334 char *suffix = strstr (name, "___XR");
4335 char *last;
4336 int scope_len;
4337 char *scope;
4338
4339 /* Now, backtrack a bit until we find the first "__". Start looking
4340 at suffix - 3, as the <rename> part is at least one character long. */
4341
4342 for (last = suffix - 3; last > name; last--)
4343 if (last[0] == '_' && last[1] == '_')
4344 break;
4345
4346 /* Make a copy of scope and return it. */
4347
4348 scope_len = last - name;
4349 scope = (char *) xmalloc ((scope_len + 1) * sizeof (char));
4350
4351 strncpy (scope, name, scope_len);
4352 scope[scope_len] = '\0';
4353
4354 return scope;
4355 }
4356
4357 /* Return nonzero if NAME corresponds to a package name. */
4358
4359 static int
4360 is_package_name (const char *name)
4361 {
4362 /* Here, We take advantage of the fact that no symbols are generated
4363 for packages, while symbols are generated for each function.
4364 So the condition for NAME represent a package becomes equivalent
4365 to NAME not existing in our list of symbols. There is only one
4366 small complication with library-level functions (see below). */
4367
4368 char *fun_name;
4369
4370 /* If it is a function that has not been defined at library level,
4371 then we should be able to look it up in the symbols. */
4372 if (standard_lookup (name, NULL, VAR_DOMAIN) != NULL)
4373 return 0;
4374
4375 /* Library-level function names start with "_ada_". See if function
4376 "_ada_" followed by NAME can be found. */
4377
4378 /* Do a quick check that NAME does not contain "__", since library-level
4379 functions names cannot contain "__" in them. */
4380 if (strstr (name, "__") != NULL)
4381 return 0;
4382
4383 fun_name = xstrprintf ("_ada_%s", name);
4384
4385 return (standard_lookup (fun_name, NULL, VAR_DOMAIN) == NULL);
4386 }
4387
4388 /* Return nonzero if SYM corresponds to a renaming entity that is
4389 not visible from FUNCTION_NAME. */
4390
4391 static int
4392 old_renaming_is_invisible (const struct symbol *sym, char *function_name)
4393 {
4394 char *scope;
4395
4396 if (SYMBOL_CLASS (sym) != LOC_TYPEDEF)
4397 return 0;
4398
4399 scope = xget_renaming_scope (SYMBOL_TYPE (sym));
4400
4401 make_cleanup (xfree, scope);
4402
4403 /* If the rename has been defined in a package, then it is visible. */
4404 if (is_package_name (scope))
4405 return 0;
4406
4407 /* Check that the rename is in the current function scope by checking
4408 that its name starts with SCOPE. */
4409
4410 /* If the function name starts with "_ada_", it means that it is
4411 a library-level function. Strip this prefix before doing the
4412 comparison, as the encoding for the renaming does not contain
4413 this prefix. */
4414 if (strncmp (function_name, "_ada_", 5) == 0)
4415 function_name += 5;
4416
4417 return (strncmp (function_name, scope, strlen (scope)) != 0);
4418 }
4419
4420 /* Remove entries from SYMS that corresponds to a renaming entity that
4421 is not visible from the function associated with CURRENT_BLOCK or
4422 that is superfluous due to the presence of more specific renaming
4423 information. Places surviving symbols in the initial entries of
4424 SYMS and returns the number of surviving symbols.
4425
4426 Rationale:
4427 First, in cases where an object renaming is implemented as a
4428 reference variable, GNAT may produce both the actual reference
4429 variable and the renaming encoding. In this case, we discard the
4430 latter.
4431
4432 Second, GNAT emits a type following a specified encoding for each renaming
4433 entity. Unfortunately, STABS currently does not support the definition
4434 of types that are local to a given lexical block, so all renamings types
4435 are emitted at library level. As a consequence, if an application
4436 contains two renaming entities using the same name, and a user tries to
4437 print the value of one of these entities, the result of the ada symbol
4438 lookup will also contain the wrong renaming type.
4439
4440 This function partially covers for this limitation by attempting to
4441 remove from the SYMS list renaming symbols that should be visible
4442 from CURRENT_BLOCK. However, there does not seem be a 100% reliable
4443 method with the current information available. The implementation
4444 below has a couple of limitations (FIXME: brobecker-2003-05-12):
4445
4446 - When the user tries to print a rename in a function while there
4447 is another rename entity defined in a package: Normally, the
4448 rename in the function has precedence over the rename in the
4449 package, so the latter should be removed from the list. This is
4450 currently not the case.
4451
4452 - This function will incorrectly remove valid renames if
4453 the CURRENT_BLOCK corresponds to a function which symbol name
4454 has been changed by an "Export" pragma. As a consequence,
4455 the user will be unable to print such rename entities. */
4456
4457 static int
4458 remove_irrelevant_renamings (struct ada_symbol_info *syms,
4459 int nsyms, const struct block *current_block)
4460 {
4461 struct symbol *current_function;
4462 char *current_function_name;
4463 int i;
4464 int is_new_style_renaming;
4465
4466 /* If there is both a renaming foo___XR... encoded as a variable and
4467 a simple variable foo in the same block, discard the latter.
4468 First, zero out such symbols, then compress. */
4469 is_new_style_renaming = 0;
4470 for (i = 0; i < nsyms; i += 1)
4471 {
4472 struct symbol *sym = syms[i].sym;
4473 struct block *block = syms[i].block;
4474 const char *name;
4475 const char *suffix;
4476
4477 if (sym == NULL || SYMBOL_CLASS (sym) == LOC_TYPEDEF)
4478 continue;
4479 name = SYMBOL_LINKAGE_NAME (sym);
4480 suffix = strstr (name, "___XR");
4481
4482 if (suffix != NULL)
4483 {
4484 int name_len = suffix - name;
4485 int j;
4486 is_new_style_renaming = 1;
4487 for (j = 0; j < nsyms; j += 1)
4488 if (i != j && syms[j].sym != NULL
4489 && strncmp (name, SYMBOL_LINKAGE_NAME (syms[j].sym),
4490 name_len) == 0
4491 && block == syms[j].block)
4492 syms[j].sym = NULL;
4493 }
4494 }
4495 if (is_new_style_renaming)
4496 {
4497 int j, k;
4498
4499 for (j = k = 0; j < nsyms; j += 1)
4500 if (syms[j].sym != NULL)
4501 {
4502 syms[k] = syms[j];
4503 k += 1;
4504 }
4505 return k;
4506 }
4507
4508 /* Extract the function name associated to CURRENT_BLOCK.
4509 Abort if unable to do so. */
4510
4511 if (current_block == NULL)
4512 return nsyms;
4513
4514 current_function = block_linkage_function (current_block);
4515 if (current_function == NULL)
4516 return nsyms;
4517
4518 current_function_name = SYMBOL_LINKAGE_NAME (current_function);
4519 if (current_function_name == NULL)
4520 return nsyms;
4521
4522 /* Check each of the symbols, and remove it from the list if it is
4523 a type corresponding to a renaming that is out of the scope of
4524 the current block. */
4525
4526 i = 0;
4527 while (i < nsyms)
4528 {
4529 if (ada_parse_renaming (syms[i].sym, NULL, NULL, NULL)
4530 == ADA_OBJECT_RENAMING
4531 && old_renaming_is_invisible (syms[i].sym, current_function_name))
4532 {
4533 int j;
4534 for (j = i + 1; j < nsyms; j += 1)
4535 syms[j - 1] = syms[j];
4536 nsyms -= 1;
4537 }
4538 else
4539 i += 1;
4540 }
4541
4542 return nsyms;
4543 }
4544
4545 /* Add to OBSTACKP all symbols from BLOCK (and its super-blocks)
4546 whose name and domain match NAME and DOMAIN respectively.
4547 If no match was found, then extend the search to "enclosing"
4548 routines (in other words, if we're inside a nested function,
4549 search the symbols defined inside the enclosing functions).
4550
4551 Note: This function assumes that OBSTACKP has 0 (zero) element in it. */
4552
4553 static void
4554 ada_add_local_symbols (struct obstack *obstackp, const char *name,
4555 struct block *block, domain_enum domain,
4556 int wild_match)
4557 {
4558 int block_depth = 0;
4559
4560 while (block != NULL)
4561 {
4562 block_depth += 1;
4563 ada_add_block_symbols (obstackp, block, name, domain, NULL, wild_match);
4564
4565 /* If we found a non-function match, assume that's the one. */
4566 if (is_nonfunction (defns_collected (obstackp, 0),
4567 num_defns_collected (obstackp)))
4568 return;
4569
4570 block = BLOCK_SUPERBLOCK (block);
4571 }
4572
4573 /* If no luck so far, try to find NAME as a local symbol in some lexically
4574 enclosing subprogram. */
4575 if (num_defns_collected (obstackp) == 0 && block_depth > 2)
4576 add_symbols_from_enclosing_procs (obstackp, name, domain, wild_match);
4577 }
4578
4579 /* Add to OBSTACKP all non-local symbols whose name and domain match
4580 NAME and DOMAIN respectively. The search is performed on GLOBAL_BLOCK
4581 symbols if GLOBAL is non-zero, or on STATIC_BLOCK symbols otherwise. */
4582
4583 static void
4584 ada_add_non_local_symbols (struct obstack *obstackp, const char *name,
4585 domain_enum domain, int global,
4586 int wild_match)
4587 {
4588 struct objfile *objfile;
4589 struct partial_symtab *ps;
4590
4591 ALL_PSYMTABS (objfile, ps)
4592 {
4593 QUIT;
4594 if (ps->readin
4595 || ada_lookup_partial_symbol (ps, name, global, domain, wild_match))
4596 {
4597 struct symtab *s = PSYMTAB_TO_SYMTAB (ps);
4598 const int block_kind = global ? GLOBAL_BLOCK : STATIC_BLOCK;
4599
4600 if (s == NULL || !s->primary)
4601 continue;
4602 ada_add_block_symbols (obstackp,
4603 BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), block_kind),
4604 name, domain, objfile, wild_match);
4605 }
4606 }
4607 }
4608
4609 /* Find symbols in DOMAIN matching NAME0, in BLOCK0 and enclosing
4610 scope and in global scopes, returning the number of matches. Sets
4611 *RESULTS to point to a vector of (SYM,BLOCK) tuples,
4612 indicating the symbols found and the blocks and symbol tables (if
4613 any) in which they were found. This vector are transient---good only to
4614 the next call of ada_lookup_symbol_list. Any non-function/non-enumeral
4615 symbol match within the nest of blocks whose innermost member is BLOCK0,
4616 is the one match returned (no other matches in that or
4617 enclosing blocks is returned). If there are any matches in or
4618 surrounding BLOCK0, then these alone are returned. Otherwise, the
4619 search extends to global and file-scope (static) symbol tables.
4620 Names prefixed with "standard__" are handled specially: "standard__"
4621 is first stripped off, and only static and global symbols are searched. */
4622
4623 int
4624 ada_lookup_symbol_list (const char *name0, const struct block *block0,
4625 domain_enum namespace,
4626 struct ada_symbol_info **results)
4627 {
4628 struct symbol *sym;
4629 struct block *block;
4630 const char *name;
4631 int wild_match;
4632 int cacheIfUnique;
4633 int ndefns;
4634
4635 obstack_free (&symbol_list_obstack, NULL);
4636 obstack_init (&symbol_list_obstack);
4637
4638 cacheIfUnique = 0;
4639
4640 /* Search specified block and its superiors. */
4641
4642 wild_match = (strstr (name0, "__") == NULL);
4643 name = name0;
4644 block = (struct block *) block0; /* FIXME: No cast ought to be
4645 needed, but adding const will
4646 have a cascade effect. */
4647
4648 /* Special case: If the user specifies a symbol name inside package
4649 Standard, do a non-wild matching of the symbol name without
4650 the "standard__" prefix. This was primarily introduced in order
4651 to allow the user to specifically access the standard exceptions
4652 using, for instance, Standard.Constraint_Error when Constraint_Error
4653 is ambiguous (due to the user defining its own Constraint_Error
4654 entity inside its program). */
4655 if (strncmp (name0, "standard__", sizeof ("standard__") - 1) == 0)
4656 {
4657 wild_match = 0;
4658 block = NULL;
4659 name = name0 + sizeof ("standard__") - 1;
4660 }
4661
4662 /* Check the non-global symbols. If we have ANY match, then we're done. */
4663
4664 ada_add_local_symbols (&symbol_list_obstack, name, block, namespace,
4665 wild_match);
4666 if (num_defns_collected (&symbol_list_obstack) > 0)
4667 goto done;
4668
4669 /* No non-global symbols found. Check our cache to see if we have
4670 already performed this search before. If we have, then return
4671 the same result. */
4672
4673 cacheIfUnique = 1;
4674 if (lookup_cached_symbol (name0, namespace, &sym, &block))
4675 {
4676 if (sym != NULL)
4677 add_defn_to_vec (&symbol_list_obstack, sym, block);
4678 goto done;
4679 }
4680
4681 /* Search symbols from all global blocks. */
4682
4683 ada_add_non_local_symbols (&symbol_list_obstack, name, namespace, 1,
4684 wild_match);
4685
4686 /* Now add symbols from all per-file blocks if we've gotten no hits
4687 (not strictly correct, but perhaps better than an error). */
4688
4689 if (num_defns_collected (&symbol_list_obstack) == 0)
4690 ada_add_non_local_symbols (&symbol_list_obstack, name, namespace, 0,
4691 wild_match);
4692
4693 done:
4694 ndefns = num_defns_collected (&symbol_list_obstack);
4695 *results = defns_collected (&symbol_list_obstack, 1);
4696
4697 ndefns = remove_extra_symbols (*results, ndefns);
4698
4699 if (ndefns == 0)
4700 cache_symbol (name0, namespace, NULL, NULL);
4701
4702 if (ndefns == 1 && cacheIfUnique)
4703 cache_symbol (name0, namespace, (*results)[0].sym, (*results)[0].block);
4704
4705 ndefns = remove_irrelevant_renamings (*results, ndefns, block0);
4706
4707 return ndefns;
4708 }
4709
4710 struct symbol *
4711 ada_lookup_encoded_symbol (const char *name, const struct block *block0,
4712 domain_enum namespace, struct block **block_found)
4713 {
4714 struct ada_symbol_info *candidates;
4715 int n_candidates;
4716
4717 n_candidates = ada_lookup_symbol_list (name, block0, namespace, &candidates);
4718
4719 if (n_candidates == 0)
4720 return NULL;
4721
4722 if (block_found != NULL)
4723 *block_found = candidates[0].block;
4724
4725 return fixup_symbol_section (candidates[0].sym, NULL);
4726 }
4727
4728 /* Return a symbol in DOMAIN matching NAME, in BLOCK0 and enclosing
4729 scope and in global scopes, or NULL if none. NAME is folded and
4730 encoded first. Otherwise, the result is as for ada_lookup_symbol_list,
4731 choosing the first symbol if there are multiple choices.
4732 *IS_A_FIELD_OF_THIS is set to 0 and *SYMTAB is set to the symbol
4733 table in which the symbol was found (in both cases, these
4734 assignments occur only if the pointers are non-null). */
4735 struct symbol *
4736 ada_lookup_symbol (const char *name, const struct block *block0,
4737 domain_enum namespace, int *is_a_field_of_this)
4738 {
4739 if (is_a_field_of_this != NULL)
4740 *is_a_field_of_this = 0;
4741
4742 return
4743 ada_lookup_encoded_symbol (ada_encode (ada_fold_name (name)),
4744 block0, namespace, NULL);
4745 }
4746
4747 static struct symbol *
4748 ada_lookup_symbol_nonlocal (const char *name,
4749 const char *linkage_name,
4750 const struct block *block,
4751 const domain_enum domain)
4752 {
4753 if (linkage_name == NULL)
4754 linkage_name = name;
4755 return ada_lookup_symbol (linkage_name, block_static_block (block), domain,
4756 NULL);
4757 }
4758
4759
4760 /* True iff STR is a possible encoded suffix of a normal Ada name
4761 that is to be ignored for matching purposes. Suffixes of parallel
4762 names (e.g., XVE) are not included here. Currently, the possible suffixes
4763 are given by any of the regular expressions:
4764
4765 [.$][0-9]+ [nested subprogram suffix, on platforms such as GNU/Linux]
4766 ___[0-9]+ [nested subprogram suffix, on platforms such as HP/UX]
4767 _E[0-9]+[bs]$ [protected object entry suffixes]
4768 (X[nb]*)?((\$|__)[0-9](_?[0-9]+)|___(JM|LJM|X([FDBUP].*|R[^T]?)))?$
4769
4770 Also, any leading "__[0-9]+" sequence is skipped before the suffix
4771 match is performed. This sequence is used to differentiate homonyms,
4772 is an optional part of a valid name suffix. */
4773
4774 static int
4775 is_name_suffix (const char *str)
4776 {
4777 int k;
4778 const char *matching;
4779 const int len = strlen (str);
4780
4781 /* Skip optional leading __[0-9]+. */
4782
4783 if (len > 3 && str[0] == '_' && str[1] == '_' && isdigit (str[2]))
4784 {
4785 str += 3;
4786 while (isdigit (str[0]))
4787 str += 1;
4788 }
4789
4790 /* [.$][0-9]+ */
4791
4792 if (str[0] == '.' || str[0] == '$')
4793 {
4794 matching = str + 1;
4795 while (isdigit (matching[0]))
4796 matching += 1;
4797 if (matching[0] == '\0')
4798 return 1;
4799 }
4800
4801 /* ___[0-9]+ */
4802
4803 if (len > 3 && str[0] == '_' && str[1] == '_' && str[2] == '_')
4804 {
4805 matching = str + 3;
4806 while (isdigit (matching[0]))
4807 matching += 1;
4808 if (matching[0] == '\0')
4809 return 1;
4810 }
4811
4812 #if 0
4813 /* FIXME: brobecker/2005-09-23: Protected Object subprograms end
4814 with a N at the end. Unfortunately, the compiler uses the same
4815 convention for other internal types it creates. So treating
4816 all entity names that end with an "N" as a name suffix causes
4817 some regressions. For instance, consider the case of an enumerated
4818 type. To support the 'Image attribute, it creates an array whose
4819 name ends with N.
4820 Having a single character like this as a suffix carrying some
4821 information is a bit risky. Perhaps we should change the encoding
4822 to be something like "_N" instead. In the meantime, do not do
4823 the following check. */
4824 /* Protected Object Subprograms */
4825 if (len == 1 && str [0] == 'N')
4826 return 1;
4827 #endif
4828
4829 /* _E[0-9]+[bs]$ */
4830 if (len > 3 && str[0] == '_' && str [1] == 'E' && isdigit (str[2]))
4831 {
4832 matching = str + 3;
4833 while (isdigit (matching[0]))
4834 matching += 1;
4835 if ((matching[0] == 'b' || matching[0] == 's')
4836 && matching [1] == '\0')
4837 return 1;
4838 }
4839
4840 /* ??? We should not modify STR directly, as we are doing below. This
4841 is fine in this case, but may become problematic later if we find
4842 that this alternative did not work, and want to try matching
4843 another one from the begining of STR. Since we modified it, we
4844 won't be able to find the begining of the string anymore! */
4845 if (str[0] == 'X')
4846 {
4847 str += 1;
4848 while (str[0] != '_' && str[0] != '\0')
4849 {
4850 if (str[0] != 'n' && str[0] != 'b')
4851 return 0;
4852 str += 1;
4853 }
4854 }
4855
4856 if (str[0] == '\000')
4857 return 1;
4858
4859 if (str[0] == '_')
4860 {
4861 if (str[1] != '_' || str[2] == '\000')
4862 return 0;
4863 if (str[2] == '_')
4864 {
4865 if (strcmp (str + 3, "JM") == 0)
4866 return 1;
4867 /* FIXME: brobecker/2004-09-30: GNAT will soon stop using
4868 the LJM suffix in favor of the JM one. But we will
4869 still accept LJM as a valid suffix for a reasonable
4870 amount of time, just to allow ourselves to debug programs
4871 compiled using an older version of GNAT. */
4872 if (strcmp (str + 3, "LJM") == 0)
4873 return 1;
4874 if (str[3] != 'X')
4875 return 0;
4876 if (str[4] == 'F' || str[4] == 'D' || str[4] == 'B'
4877 || str[4] == 'U' || str[4] == 'P')
4878 return 1;
4879 if (str[4] == 'R' && str[5] != 'T')
4880 return 1;
4881 return 0;
4882 }
4883 if (!isdigit (str[2]))
4884 return 0;
4885 for (k = 3; str[k] != '\0'; k += 1)
4886 if (!isdigit (str[k]) && str[k] != '_')
4887 return 0;
4888 return 1;
4889 }
4890 if (str[0] == '$' && isdigit (str[1]))
4891 {
4892 for (k = 2; str[k] != '\0'; k += 1)
4893 if (!isdigit (str[k]) && str[k] != '_')
4894 return 0;
4895 return 1;
4896 }
4897 return 0;
4898 }
4899
4900 /* Return non-zero if the string starting at NAME and ending before
4901 NAME_END contains no capital letters. */
4902
4903 static int
4904 is_valid_name_for_wild_match (const char *name0)
4905 {
4906 const char *decoded_name = ada_decode (name0);
4907 int i;
4908
4909 /* If the decoded name starts with an angle bracket, it means that
4910 NAME0 does not follow the GNAT encoding format. It should then
4911 not be allowed as a possible wild match. */
4912 if (decoded_name[0] == '<')
4913 return 0;
4914
4915 for (i=0; decoded_name[i] != '\0'; i++)
4916 if (isalpha (decoded_name[i]) && !islower (decoded_name[i]))
4917 return 0;
4918
4919 return 1;
4920 }
4921
4922 /* True if NAME represents a name of the form A1.A2....An, n>=1 and
4923 PATN[0..PATN_LEN-1] = Ak.Ak+1.....An for some k >= 1. Ignores
4924 informational suffixes of NAME (i.e., for which is_name_suffix is
4925 true). */
4926
4927 static int
4928 wild_match (const char *patn0, int patn_len, const char *name0)
4929 {
4930 char* match;
4931 const char* start;
4932 start = name0;
4933 while (1)
4934 {
4935 match = strstr (start, patn0);
4936 if (match == NULL)
4937 return 0;
4938 if ((match == name0
4939 || match[-1] == '.'
4940 || (match > name0 + 1 && match[-1] == '_' && match[-2] == '_')
4941 || (match == name0 + 5 && strncmp ("_ada_", name0, 5) == 0))
4942 && is_name_suffix (match + patn_len))
4943 return (match == name0 || is_valid_name_for_wild_match (name0));
4944 start = match + 1;
4945 }
4946 }
4947
4948
4949 /* Add symbols from BLOCK matching identifier NAME in DOMAIN to
4950 vector *defn_symbols, updating the list of symbols in OBSTACKP
4951 (if necessary). If WILD, treat as NAME with a wildcard prefix.
4952 OBJFILE is the section containing BLOCK.
4953 SYMTAB is recorded with each symbol added. */
4954
4955 static void
4956 ada_add_block_symbols (struct obstack *obstackp,
4957 struct block *block, const char *name,
4958 domain_enum domain, struct objfile *objfile,
4959 int wild)
4960 {
4961 struct dict_iterator iter;
4962 int name_len = strlen (name);
4963 /* A matching argument symbol, if any. */
4964 struct symbol *arg_sym;
4965 /* Set true when we find a matching non-argument symbol. */
4966 int found_sym;
4967 struct symbol *sym;
4968
4969 arg_sym = NULL;
4970 found_sym = 0;
4971 if (wild)
4972 {
4973 struct symbol *sym;
4974 ALL_BLOCK_SYMBOLS (block, iter, sym)
4975 {
4976 if (symbol_matches_domain (SYMBOL_LANGUAGE (sym),
4977 SYMBOL_DOMAIN (sym), domain)
4978 && wild_match (name, name_len, SYMBOL_LINKAGE_NAME (sym)))
4979 {
4980 if (SYMBOL_CLASS (sym) == LOC_UNRESOLVED)
4981 continue;
4982 else if (SYMBOL_IS_ARGUMENT (sym))
4983 arg_sym = sym;
4984 else
4985 {
4986 found_sym = 1;
4987 add_defn_to_vec (obstackp,
4988 fixup_symbol_section (sym, objfile),
4989 block);
4990 }
4991 }
4992 }
4993 }
4994 else
4995 {
4996 ALL_BLOCK_SYMBOLS (block, iter, sym)
4997 {
4998 if (symbol_matches_domain (SYMBOL_LANGUAGE (sym),
4999 SYMBOL_DOMAIN (sym), domain))
5000 {
5001 int cmp = strncmp (name, SYMBOL_LINKAGE_NAME (sym), name_len);
5002 if (cmp == 0
5003 && is_name_suffix (SYMBOL_LINKAGE_NAME (sym) + name_len))
5004 {
5005 if (SYMBOL_CLASS (sym) != LOC_UNRESOLVED)
5006 {
5007 if (SYMBOL_IS_ARGUMENT (sym))
5008 arg_sym = sym;
5009 else
5010 {
5011 found_sym = 1;
5012 add_defn_to_vec (obstackp,
5013 fixup_symbol_section (sym, objfile),
5014 block);
5015 }
5016 }
5017 }
5018 }
5019 }
5020 }
5021
5022 if (!found_sym && arg_sym != NULL)
5023 {
5024 add_defn_to_vec (obstackp,
5025 fixup_symbol_section (arg_sym, objfile),
5026 block);
5027 }
5028
5029 if (!wild)
5030 {
5031 arg_sym = NULL;
5032 found_sym = 0;
5033
5034 ALL_BLOCK_SYMBOLS (block, iter, sym)
5035 {
5036 if (symbol_matches_domain (SYMBOL_LANGUAGE (sym),
5037 SYMBOL_DOMAIN (sym), domain))
5038 {
5039 int cmp;
5040
5041 cmp = (int) '_' - (int) SYMBOL_LINKAGE_NAME (sym)[0];
5042 if (cmp == 0)
5043 {
5044 cmp = strncmp ("_ada_", SYMBOL_LINKAGE_NAME (sym), 5);
5045 if (cmp == 0)
5046 cmp = strncmp (name, SYMBOL_LINKAGE_NAME (sym) + 5,
5047 name_len);
5048 }
5049
5050 if (cmp == 0
5051 && is_name_suffix (SYMBOL_LINKAGE_NAME (sym) + name_len + 5))
5052 {
5053 if (SYMBOL_CLASS (sym) != LOC_UNRESOLVED)
5054 {
5055 if (SYMBOL_IS_ARGUMENT (sym))
5056 arg_sym = sym;
5057 else
5058 {
5059 found_sym = 1;
5060 add_defn_to_vec (obstackp,
5061 fixup_symbol_section (sym, objfile),
5062 block);
5063 }
5064 }
5065 }
5066 }
5067 }
5068
5069 /* NOTE: This really shouldn't be needed for _ada_ symbols.
5070 They aren't parameters, right? */
5071 if (!found_sym && arg_sym != NULL)
5072 {
5073 add_defn_to_vec (obstackp,
5074 fixup_symbol_section (arg_sym, objfile),
5075 block);
5076 }
5077 }
5078 }
5079 \f
5080
5081 /* Symbol Completion */
5082
5083 /* If SYM_NAME is a completion candidate for TEXT, return this symbol
5084 name in a form that's appropriate for the completion. The result
5085 does not need to be deallocated, but is only good until the next call.
5086
5087 TEXT_LEN is equal to the length of TEXT.
5088 Perform a wild match if WILD_MATCH is set.
5089 ENCODED should be set if TEXT represents the start of a symbol name
5090 in its encoded form. */
5091
5092 static const char *
5093 symbol_completion_match (const char *sym_name,
5094 const char *text, int text_len,
5095 int wild_match, int encoded)
5096 {
5097 char *result;
5098 const int verbatim_match = (text[0] == '<');
5099 int match = 0;
5100
5101 if (verbatim_match)
5102 {
5103 /* Strip the leading angle bracket. */
5104 text = text + 1;
5105 text_len--;
5106 }
5107
5108 /* First, test against the fully qualified name of the symbol. */
5109
5110 if (strncmp (sym_name, text, text_len) == 0)
5111 match = 1;
5112
5113 if (match && !encoded)
5114 {
5115 /* One needed check before declaring a positive match is to verify
5116 that iff we are doing a verbatim match, the decoded version
5117 of the symbol name starts with '<'. Otherwise, this symbol name
5118 is not a suitable completion. */
5119 const char *sym_name_copy = sym_name;
5120 int has_angle_bracket;
5121
5122 sym_name = ada_decode (sym_name);
5123 has_angle_bracket = (sym_name[0] == '<');
5124 match = (has_angle_bracket == verbatim_match);
5125 sym_name = sym_name_copy;
5126 }
5127
5128 if (match && !verbatim_match)
5129 {
5130 /* When doing non-verbatim match, another check that needs to
5131 be done is to verify that the potentially matching symbol name
5132 does not include capital letters, because the ada-mode would
5133 not be able to understand these symbol names without the
5134 angle bracket notation. */
5135 const char *tmp;
5136
5137 for (tmp = sym_name; *tmp != '\0' && !isupper (*tmp); tmp++);
5138 if (*tmp != '\0')
5139 match = 0;
5140 }
5141
5142 /* Second: Try wild matching... */
5143
5144 if (!match && wild_match)
5145 {
5146 /* Since we are doing wild matching, this means that TEXT
5147 may represent an unqualified symbol name. We therefore must
5148 also compare TEXT against the unqualified name of the symbol. */
5149 sym_name = ada_unqualified_name (ada_decode (sym_name));
5150
5151 if (strncmp (sym_name, text, text_len) == 0)
5152 match = 1;
5153 }
5154
5155 /* Finally: If we found a mach, prepare the result to return. */
5156
5157 if (!match)
5158 return NULL;
5159
5160 if (verbatim_match)
5161 sym_name = add_angle_brackets (sym_name);
5162
5163 if (!encoded)
5164 sym_name = ada_decode (sym_name);
5165
5166 return sym_name;
5167 }
5168
5169 typedef char *char_ptr;
5170 DEF_VEC_P (char_ptr);
5171
5172 /* A companion function to ada_make_symbol_completion_list().
5173 Check if SYM_NAME represents a symbol which name would be suitable
5174 to complete TEXT (TEXT_LEN is the length of TEXT), in which case
5175 it is appended at the end of the given string vector SV.
5176
5177 ORIG_TEXT is the string original string from the user command
5178 that needs to be completed. WORD is the entire command on which
5179 completion should be performed. These two parameters are used to
5180 determine which part of the symbol name should be added to the
5181 completion vector.
5182 if WILD_MATCH is set, then wild matching is performed.
5183 ENCODED should be set if TEXT represents a symbol name in its
5184 encoded formed (in which case the completion should also be
5185 encoded). */
5186
5187 static void
5188 symbol_completion_add (VEC(char_ptr) **sv,
5189 const char *sym_name,
5190 const char *text, int text_len,
5191 const char *orig_text, const char *word,
5192 int wild_match, int encoded)
5193 {
5194 const char *match = symbol_completion_match (sym_name, text, text_len,
5195 wild_match, encoded);
5196 char *completion;
5197
5198 if (match == NULL)
5199 return;
5200
5201 /* We found a match, so add the appropriate completion to the given
5202 string vector. */
5203
5204 if (word == orig_text)
5205 {
5206 completion = xmalloc (strlen (match) + 5);
5207 strcpy (completion, match);
5208 }
5209 else if (word > orig_text)
5210 {
5211 /* Return some portion of sym_name. */
5212 completion = xmalloc (strlen (match) + 5);
5213 strcpy (completion, match + (word - orig_text));
5214 }
5215 else
5216 {
5217 /* Return some of ORIG_TEXT plus sym_name. */
5218 completion = xmalloc (strlen (match) + (orig_text - word) + 5);
5219 strncpy (completion, word, orig_text - word);
5220 completion[orig_text - word] = '\0';
5221 strcat (completion, match);
5222 }
5223
5224 VEC_safe_push (char_ptr, *sv, completion);
5225 }
5226
5227 /* Return a list of possible symbol names completing TEXT0. The list
5228 is NULL terminated. WORD is the entire command on which completion
5229 is made. */
5230
5231 static char **
5232 ada_make_symbol_completion_list (char *text0, char *word)
5233 {
5234 char *text;
5235 int text_len;
5236 int wild_match;
5237 int encoded;
5238 VEC(char_ptr) *completions = VEC_alloc (char_ptr, 128);
5239 struct symbol *sym;
5240 struct symtab *s;
5241 struct partial_symtab *ps;
5242 struct minimal_symbol *msymbol;
5243 struct objfile *objfile;
5244 struct block *b, *surrounding_static_block = 0;
5245 int i;
5246 struct dict_iterator iter;
5247
5248 if (text0[0] == '<')
5249 {
5250 text = xstrdup (text0);
5251 make_cleanup (xfree, text);
5252 text_len = strlen (text);
5253 wild_match = 0;
5254 encoded = 1;
5255 }
5256 else
5257 {
5258 text = xstrdup (ada_encode (text0));
5259 make_cleanup (xfree, text);
5260 text_len = strlen (text);
5261 for (i = 0; i < text_len; i++)
5262 text[i] = tolower (text[i]);
5263
5264 encoded = (strstr (text0, "__") != NULL);
5265 /* If the name contains a ".", then the user is entering a fully
5266 qualified entity name, and the match must not be done in wild
5267 mode. Similarly, if the user wants to complete what looks like
5268 an encoded name, the match must not be done in wild mode. */
5269 wild_match = (strchr (text0, '.') == NULL && !encoded);
5270 }
5271
5272 /* First, look at the partial symtab symbols. */
5273 ALL_PSYMTABS (objfile, ps)
5274 {
5275 struct partial_symbol **psym;
5276
5277 /* If the psymtab's been read in we'll get it when we search
5278 through the blockvector. */
5279 if (ps->readin)
5280 continue;
5281
5282 for (psym = objfile->global_psymbols.list + ps->globals_offset;
5283 psym < (objfile->global_psymbols.list + ps->globals_offset
5284 + ps->n_global_syms); psym++)
5285 {
5286 QUIT;
5287 symbol_completion_add (&completions, SYMBOL_LINKAGE_NAME (*psym),
5288 text, text_len, text0, word,
5289 wild_match, encoded);
5290 }
5291
5292 for (psym = objfile->static_psymbols.list + ps->statics_offset;
5293 psym < (objfile->static_psymbols.list + ps->statics_offset
5294 + ps->n_static_syms); psym++)
5295 {
5296 QUIT;
5297 symbol_completion_add (&completions, SYMBOL_LINKAGE_NAME (*psym),
5298 text, text_len, text0, word,
5299 wild_match, encoded);
5300 }
5301 }
5302
5303 /* At this point scan through the misc symbol vectors and add each
5304 symbol you find to the list. Eventually we want to ignore
5305 anything that isn't a text symbol (everything else will be
5306 handled by the psymtab code above). */
5307
5308 ALL_MSYMBOLS (objfile, msymbol)
5309 {
5310 QUIT;
5311 symbol_completion_add (&completions, SYMBOL_LINKAGE_NAME (msymbol),
5312 text, text_len, text0, word, wild_match, encoded);
5313 }
5314
5315 /* Search upwards from currently selected frame (so that we can
5316 complete on local vars. */
5317
5318 for (b = get_selected_block (0); b != NULL; b = BLOCK_SUPERBLOCK (b))
5319 {
5320 if (!BLOCK_SUPERBLOCK (b))
5321 surrounding_static_block = b; /* For elmin of dups */
5322
5323 ALL_BLOCK_SYMBOLS (b, iter, sym)
5324 {
5325 symbol_completion_add (&completions, SYMBOL_LINKAGE_NAME (sym),
5326 text, text_len, text0, word,
5327 wild_match, encoded);
5328 }
5329 }
5330
5331 /* Go through the symtabs and check the externs and statics for
5332 symbols which match. */
5333
5334 ALL_SYMTABS (objfile, s)
5335 {
5336 QUIT;
5337 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), GLOBAL_BLOCK);
5338 ALL_BLOCK_SYMBOLS (b, iter, sym)
5339 {
5340 symbol_completion_add (&completions, SYMBOL_LINKAGE_NAME (sym),
5341 text, text_len, text0, word,
5342 wild_match, encoded);
5343 }
5344 }
5345
5346 ALL_SYMTABS (objfile, s)
5347 {
5348 QUIT;
5349 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK);
5350 /* Don't do this block twice. */
5351 if (b == surrounding_static_block)
5352 continue;
5353 ALL_BLOCK_SYMBOLS (b, iter, sym)
5354 {
5355 symbol_completion_add (&completions, SYMBOL_LINKAGE_NAME (sym),
5356 text, text_len, text0, word,
5357 wild_match, encoded);
5358 }
5359 }
5360
5361 /* Append the closing NULL entry. */
5362 VEC_safe_push (char_ptr, completions, NULL);
5363
5364 /* Make a copy of the COMPLETIONS VEC before we free it, and then
5365 return the copy. It's unfortunate that we have to make a copy
5366 of an array that we're about to destroy, but there is nothing much
5367 we can do about it. Fortunately, it's typically not a very large
5368 array. */
5369 {
5370 const size_t completions_size =
5371 VEC_length (char_ptr, completions) * sizeof (char *);
5372 char **result = malloc (completions_size);
5373
5374 memcpy (result, VEC_address (char_ptr, completions), completions_size);
5375
5376 VEC_free (char_ptr, completions);
5377 return result;
5378 }
5379 }
5380
5381 /* Field Access */
5382
5383 /* Return non-zero if TYPE is a pointer to the GNAT dispatch table used
5384 for tagged types. */
5385
5386 static int
5387 ada_is_dispatch_table_ptr_type (struct type *type)
5388 {
5389 char *name;
5390
5391 if (TYPE_CODE (type) != TYPE_CODE_PTR)
5392 return 0;
5393
5394 name = TYPE_NAME (TYPE_TARGET_TYPE (type));
5395 if (name == NULL)
5396 return 0;
5397
5398 return (strcmp (name, "ada__tags__dispatch_table") == 0);
5399 }
5400
5401 /* True if field number FIELD_NUM in struct or union type TYPE is supposed
5402 to be invisible to users. */
5403
5404 int
5405 ada_is_ignored_field (struct type *type, int field_num)
5406 {
5407 if (field_num < 0 || field_num > TYPE_NFIELDS (type))
5408 return 1;
5409
5410 /* Check the name of that field. */
5411 {
5412 const char *name = TYPE_FIELD_NAME (type, field_num);
5413
5414 /* Anonymous field names should not be printed.
5415 brobecker/2007-02-20: I don't think this can actually happen
5416 but we don't want to print the value of annonymous fields anyway. */
5417 if (name == NULL)
5418 return 1;
5419
5420 /* A field named "_parent" is internally generated by GNAT for
5421 tagged types, and should not be printed either. */
5422 if (name[0] == '_' && strncmp (name, "_parent", 7) != 0)
5423 return 1;
5424 }
5425
5426 /* If this is the dispatch table of a tagged type, then ignore. */
5427 if (ada_is_tagged_type (type, 1)
5428 && ada_is_dispatch_table_ptr_type (TYPE_FIELD_TYPE (type, field_num)))
5429 return 1;
5430
5431 /* Not a special field, so it should not be ignored. */
5432 return 0;
5433 }
5434
5435 /* True iff TYPE has a tag field. If REFOK, then TYPE may also be a
5436 pointer or reference type whose ultimate target has a tag field. */
5437
5438 int
5439 ada_is_tagged_type (struct type *type, int refok)
5440 {
5441 return (ada_lookup_struct_elt_type (type, "_tag", refok, 1, NULL) != NULL);
5442 }
5443
5444 /* True iff TYPE represents the type of X'Tag */
5445
5446 int
5447 ada_is_tag_type (struct type *type)
5448 {
5449 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_PTR)
5450 return 0;
5451 else
5452 {
5453 const char *name = ada_type_name (TYPE_TARGET_TYPE (type));
5454 return (name != NULL
5455 && strcmp (name, "ada__tags__dispatch_table") == 0);
5456 }
5457 }
5458
5459 /* The type of the tag on VAL. */
5460
5461 struct type *
5462 ada_tag_type (struct value *val)
5463 {
5464 return ada_lookup_struct_elt_type (value_type (val), "_tag", 1, 0, NULL);
5465 }
5466
5467 /* The value of the tag on VAL. */
5468
5469 struct value *
5470 ada_value_tag (struct value *val)
5471 {
5472 return ada_value_struct_elt (val, "_tag", 0);
5473 }
5474
5475 /* The value of the tag on the object of type TYPE whose contents are
5476 saved at VALADDR, if it is non-null, or is at memory address
5477 ADDRESS. */
5478
5479 static struct value *
5480 value_tag_from_contents_and_address (struct type *type,
5481 const gdb_byte *valaddr,
5482 CORE_ADDR address)
5483 {
5484 int tag_byte_offset, dummy1, dummy2;
5485 struct type *tag_type;
5486 if (find_struct_field ("_tag", type, 0, &tag_type, &tag_byte_offset,
5487 NULL, NULL, NULL))
5488 {
5489 const gdb_byte *valaddr1 = ((valaddr == NULL)
5490 ? NULL
5491 : valaddr + tag_byte_offset);
5492 CORE_ADDR address1 = (address == 0) ? 0 : address + tag_byte_offset;
5493
5494 return value_from_contents_and_address (tag_type, valaddr1, address1);
5495 }
5496 return NULL;
5497 }
5498
5499 static struct type *
5500 type_from_tag (struct value *tag)
5501 {
5502 const char *type_name = ada_tag_name (tag);
5503 if (type_name != NULL)
5504 return ada_find_any_type (ada_encode (type_name));
5505 return NULL;
5506 }
5507
5508 struct tag_args
5509 {
5510 struct value *tag;
5511 char *name;
5512 };
5513
5514
5515 static int ada_tag_name_1 (void *);
5516 static int ada_tag_name_2 (struct tag_args *);
5517
5518 /* Wrapper function used by ada_tag_name. Given a struct tag_args*
5519 value ARGS, sets ARGS->name to the tag name of ARGS->tag.
5520 The value stored in ARGS->name is valid until the next call to
5521 ada_tag_name_1. */
5522
5523 static int
5524 ada_tag_name_1 (void *args0)
5525 {
5526 struct tag_args *args = (struct tag_args *) args0;
5527 static char name[1024];
5528 char *p;
5529 struct value *val;
5530 args->name = NULL;
5531 val = ada_value_struct_elt (args->tag, "tsd", 1);
5532 if (val == NULL)
5533 return ada_tag_name_2 (args);
5534 val = ada_value_struct_elt (val, "expanded_name", 1);
5535 if (val == NULL)
5536 return 0;
5537 read_memory_string (value_as_address (val), name, sizeof (name) - 1);
5538 for (p = name; *p != '\0'; p += 1)
5539 if (isalpha (*p))
5540 *p = tolower (*p);
5541 args->name = name;
5542 return 0;
5543 }
5544
5545 /* Utility function for ada_tag_name_1 that tries the second
5546 representation for the dispatch table (in which there is no
5547 explicit 'tsd' field in the referent of the tag pointer, and instead
5548 the tsd pointer is stored just before the dispatch table. */
5549
5550 static int
5551 ada_tag_name_2 (struct tag_args *args)
5552 {
5553 struct type *info_type;
5554 static char name[1024];
5555 char *p;
5556 struct value *val, *valp;
5557
5558 args->name = NULL;
5559 info_type = ada_find_any_type ("ada__tags__type_specific_data");
5560 if (info_type == NULL)
5561 return 0;
5562 info_type = lookup_pointer_type (lookup_pointer_type (info_type));
5563 valp = value_cast (info_type, args->tag);
5564 if (valp == NULL)
5565 return 0;
5566 val = value_ind (value_ptradd (valp,
5567 value_from_longest (builtin_type_int8, -1)));
5568 if (val == NULL)
5569 return 0;
5570 val = ada_value_struct_elt (val, "expanded_name", 1);
5571 if (val == NULL)
5572 return 0;
5573 read_memory_string (value_as_address (val), name, sizeof (name) - 1);
5574 for (p = name; *p != '\0'; p += 1)
5575 if (isalpha (*p))
5576 *p = tolower (*p);
5577 args->name = name;
5578 return 0;
5579 }
5580
5581 /* The type name of the dynamic type denoted by the 'tag value TAG, as
5582 * a C string. */
5583
5584 const char *
5585 ada_tag_name (struct value *tag)
5586 {
5587 struct tag_args args;
5588 if (!ada_is_tag_type (value_type (tag)))
5589 return NULL;
5590 args.tag = tag;
5591 args.name = NULL;
5592 catch_errors (ada_tag_name_1, &args, NULL, RETURN_MASK_ALL);
5593 return args.name;
5594 }
5595
5596 /* The parent type of TYPE, or NULL if none. */
5597
5598 struct type *
5599 ada_parent_type (struct type *type)
5600 {
5601 int i;
5602
5603 type = ada_check_typedef (type);
5604
5605 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_STRUCT)
5606 return NULL;
5607
5608 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
5609 if (ada_is_parent_field (type, i))
5610 {
5611 struct type *parent_type = TYPE_FIELD_TYPE (type, i);
5612
5613 /* If the _parent field is a pointer, then dereference it. */
5614 if (TYPE_CODE (parent_type) == TYPE_CODE_PTR)
5615 parent_type = TYPE_TARGET_TYPE (parent_type);
5616 /* If there is a parallel XVS type, get the actual base type. */
5617 parent_type = ada_get_base_type (parent_type);
5618
5619 return ada_check_typedef (parent_type);
5620 }
5621
5622 return NULL;
5623 }
5624
5625 /* True iff field number FIELD_NUM of structure type TYPE contains the
5626 parent-type (inherited) fields of a derived type. Assumes TYPE is
5627 a structure type with at least FIELD_NUM+1 fields. */
5628
5629 int
5630 ada_is_parent_field (struct type *type, int field_num)
5631 {
5632 const char *name = TYPE_FIELD_NAME (ada_check_typedef (type), field_num);
5633 return (name != NULL
5634 && (strncmp (name, "PARENT", 6) == 0
5635 || strncmp (name, "_parent", 7) == 0));
5636 }
5637
5638 /* True iff field number FIELD_NUM of structure type TYPE is a
5639 transparent wrapper field (which should be silently traversed when doing
5640 field selection and flattened when printing). Assumes TYPE is a
5641 structure type with at least FIELD_NUM+1 fields. Such fields are always
5642 structures. */
5643
5644 int
5645 ada_is_wrapper_field (struct type *type, int field_num)
5646 {
5647 const char *name = TYPE_FIELD_NAME (type, field_num);
5648 return (name != NULL
5649 && (strncmp (name, "PARENT", 6) == 0
5650 || strcmp (name, "REP") == 0
5651 || strncmp (name, "_parent", 7) == 0
5652 || name[0] == 'S' || name[0] == 'R' || name[0] == 'O'));
5653 }
5654
5655 /* True iff field number FIELD_NUM of structure or union type TYPE
5656 is a variant wrapper. Assumes TYPE is a structure type with at least
5657 FIELD_NUM+1 fields. */
5658
5659 int
5660 ada_is_variant_part (struct type *type, int field_num)
5661 {
5662 struct type *field_type = TYPE_FIELD_TYPE (type, field_num);
5663 return (TYPE_CODE (field_type) == TYPE_CODE_UNION
5664 || (is_dynamic_field (type, field_num)
5665 && (TYPE_CODE (TYPE_TARGET_TYPE (field_type))
5666 == TYPE_CODE_UNION)));
5667 }
5668
5669 /* Assuming that VAR_TYPE is a variant wrapper (type of the variant part)
5670 whose discriminants are contained in the record type OUTER_TYPE,
5671 returns the type of the controlling discriminant for the variant. */
5672
5673 struct type *
5674 ada_variant_discrim_type (struct type *var_type, struct type *outer_type)
5675 {
5676 char *name = ada_variant_discrim_name (var_type);
5677 struct type *type =
5678 ada_lookup_struct_elt_type (outer_type, name, 1, 1, NULL);
5679 if (type == NULL)
5680 return builtin_type_int32;
5681 else
5682 return type;
5683 }
5684
5685 /* Assuming that TYPE is the type of a variant wrapper, and FIELD_NUM is a
5686 valid field number within it, returns 1 iff field FIELD_NUM of TYPE
5687 represents a 'when others' clause; otherwise 0. */
5688
5689 int
5690 ada_is_others_clause (struct type *type, int field_num)
5691 {
5692 const char *name = TYPE_FIELD_NAME (type, field_num);
5693 return (name != NULL && name[0] == 'O');
5694 }
5695
5696 /* Assuming that TYPE0 is the type of the variant part of a record,
5697 returns the name of the discriminant controlling the variant.
5698 The value is valid until the next call to ada_variant_discrim_name. */
5699
5700 char *
5701 ada_variant_discrim_name (struct type *type0)
5702 {
5703 static char *result = NULL;
5704 static size_t result_len = 0;
5705 struct type *type;
5706 const char *name;
5707 const char *discrim_end;
5708 const char *discrim_start;
5709
5710 if (TYPE_CODE (type0) == TYPE_CODE_PTR)
5711 type = TYPE_TARGET_TYPE (type0);
5712 else
5713 type = type0;
5714
5715 name = ada_type_name (type);
5716
5717 if (name == NULL || name[0] == '\000')
5718 return "";
5719
5720 for (discrim_end = name + strlen (name) - 6; discrim_end != name;
5721 discrim_end -= 1)
5722 {
5723 if (strncmp (discrim_end, "___XVN", 6) == 0)
5724 break;
5725 }
5726 if (discrim_end == name)
5727 return "";
5728
5729 for (discrim_start = discrim_end; discrim_start != name + 3;
5730 discrim_start -= 1)
5731 {
5732 if (discrim_start == name + 1)
5733 return "";
5734 if ((discrim_start > name + 3
5735 && strncmp (discrim_start - 3, "___", 3) == 0)
5736 || discrim_start[-1] == '.')
5737 break;
5738 }
5739
5740 GROW_VECT (result, result_len, discrim_end - discrim_start + 1);
5741 strncpy (result, discrim_start, discrim_end - discrim_start);
5742 result[discrim_end - discrim_start] = '\0';
5743 return result;
5744 }
5745
5746 /* Scan STR for a subtype-encoded number, beginning at position K.
5747 Put the position of the character just past the number scanned in
5748 *NEW_K, if NEW_K!=NULL. Put the scanned number in *R, if R!=NULL.
5749 Return 1 if there was a valid number at the given position, and 0
5750 otherwise. A "subtype-encoded" number consists of the absolute value
5751 in decimal, followed by the letter 'm' to indicate a negative number.
5752 Assumes 0m does not occur. */
5753
5754 int
5755 ada_scan_number (const char str[], int k, LONGEST * R, int *new_k)
5756 {
5757 ULONGEST RU;
5758
5759 if (!isdigit (str[k]))
5760 return 0;
5761
5762 /* Do it the hard way so as not to make any assumption about
5763 the relationship of unsigned long (%lu scan format code) and
5764 LONGEST. */
5765 RU = 0;
5766 while (isdigit (str[k]))
5767 {
5768 RU = RU * 10 + (str[k] - '0');
5769 k += 1;
5770 }
5771
5772 if (str[k] == 'm')
5773 {
5774 if (R != NULL)
5775 *R = (-(LONGEST) (RU - 1)) - 1;
5776 k += 1;
5777 }
5778 else if (R != NULL)
5779 *R = (LONGEST) RU;
5780
5781 /* NOTE on the above: Technically, C does not say what the results of
5782 - (LONGEST) RU or (LONGEST) -RU are for RU == largest positive
5783 number representable as a LONGEST (although either would probably work
5784 in most implementations). When RU>0, the locution in the then branch
5785 above is always equivalent to the negative of RU. */
5786
5787 if (new_k != NULL)
5788 *new_k = k;
5789 return 1;
5790 }
5791
5792 /* Assuming that TYPE is a variant part wrapper type (a VARIANTS field),
5793 and FIELD_NUM is a valid field number within it, returns 1 iff VAL is
5794 in the range encoded by field FIELD_NUM of TYPE; otherwise 0. */
5795
5796 int
5797 ada_in_variant (LONGEST val, struct type *type, int field_num)
5798 {
5799 const char *name = TYPE_FIELD_NAME (type, field_num);
5800 int p;
5801
5802 p = 0;
5803 while (1)
5804 {
5805 switch (name[p])
5806 {
5807 case '\0':
5808 return 0;
5809 case 'S':
5810 {
5811 LONGEST W;
5812 if (!ada_scan_number (name, p + 1, &W, &p))
5813 return 0;
5814 if (val == W)
5815 return 1;
5816 break;
5817 }
5818 case 'R':
5819 {
5820 LONGEST L, U;
5821 if (!ada_scan_number (name, p + 1, &L, &p)
5822 || name[p] != 'T' || !ada_scan_number (name, p + 1, &U, &p))
5823 return 0;
5824 if (val >= L && val <= U)
5825 return 1;
5826 break;
5827 }
5828 case 'O':
5829 return 1;
5830 default:
5831 return 0;
5832 }
5833 }
5834 }
5835
5836 /* FIXME: Lots of redundancy below. Try to consolidate. */
5837
5838 /* Given a value ARG1 (offset by OFFSET bytes) of a struct or union type
5839 ARG_TYPE, extract and return the value of one of its (non-static)
5840 fields. FIELDNO says which field. Differs from value_primitive_field
5841 only in that it can handle packed values of arbitrary type. */
5842
5843 static struct value *
5844 ada_value_primitive_field (struct value *arg1, int offset, int fieldno,
5845 struct type *arg_type)
5846 {
5847 struct type *type;
5848
5849 arg_type = ada_check_typedef (arg_type);
5850 type = TYPE_FIELD_TYPE (arg_type, fieldno);
5851
5852 /* Handle packed fields. */
5853
5854 if (TYPE_FIELD_BITSIZE (arg_type, fieldno) != 0)
5855 {
5856 int bit_pos = TYPE_FIELD_BITPOS (arg_type, fieldno);
5857 int bit_size = TYPE_FIELD_BITSIZE (arg_type, fieldno);
5858
5859 return ada_value_primitive_packed_val (arg1, value_contents (arg1),
5860 offset + bit_pos / 8,
5861 bit_pos % 8, bit_size, type);
5862 }
5863 else
5864 return value_primitive_field (arg1, offset, fieldno, arg_type);
5865 }
5866
5867 /* Find field with name NAME in object of type TYPE. If found,
5868 set the following for each argument that is non-null:
5869 - *FIELD_TYPE_P to the field's type;
5870 - *BYTE_OFFSET_P to OFFSET + the byte offset of the field within
5871 an object of that type;
5872 - *BIT_OFFSET_P to the bit offset modulo byte size of the field;
5873 - *BIT_SIZE_P to its size in bits if the field is packed, and
5874 0 otherwise;
5875 If INDEX_P is non-null, increment *INDEX_P by the number of source-visible
5876 fields up to but not including the desired field, or by the total
5877 number of fields if not found. A NULL value of NAME never
5878 matches; the function just counts visible fields in this case.
5879
5880 Returns 1 if found, 0 otherwise. */
5881
5882 static int
5883 find_struct_field (char *name, struct type *type, int offset,
5884 struct type **field_type_p,
5885 int *byte_offset_p, int *bit_offset_p, int *bit_size_p,
5886 int *index_p)
5887 {
5888 int i;
5889
5890 type = ada_check_typedef (type);
5891
5892 if (field_type_p != NULL)
5893 *field_type_p = NULL;
5894 if (byte_offset_p != NULL)
5895 *byte_offset_p = 0;
5896 if (bit_offset_p != NULL)
5897 *bit_offset_p = 0;
5898 if (bit_size_p != NULL)
5899 *bit_size_p = 0;
5900
5901 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
5902 {
5903 int bit_pos = TYPE_FIELD_BITPOS (type, i);
5904 int fld_offset = offset + bit_pos / 8;
5905 char *t_field_name = TYPE_FIELD_NAME (type, i);
5906
5907 if (t_field_name == NULL)
5908 continue;
5909
5910 else if (name != NULL && field_name_match (t_field_name, name))
5911 {
5912 int bit_size = TYPE_FIELD_BITSIZE (type, i);
5913 if (field_type_p != NULL)
5914 *field_type_p = TYPE_FIELD_TYPE (type, i);
5915 if (byte_offset_p != NULL)
5916 *byte_offset_p = fld_offset;
5917 if (bit_offset_p != NULL)
5918 *bit_offset_p = bit_pos % 8;
5919 if (bit_size_p != NULL)
5920 *bit_size_p = bit_size;
5921 return 1;
5922 }
5923 else if (ada_is_wrapper_field (type, i))
5924 {
5925 if (find_struct_field (name, TYPE_FIELD_TYPE (type, i), fld_offset,
5926 field_type_p, byte_offset_p, bit_offset_p,
5927 bit_size_p, index_p))
5928 return 1;
5929 }
5930 else if (ada_is_variant_part (type, i))
5931 {
5932 /* PNH: Wait. Do we ever execute this section, or is ARG always of
5933 fixed type?? */
5934 int j;
5935 struct type *field_type
5936 = ada_check_typedef (TYPE_FIELD_TYPE (type, i));
5937
5938 for (j = 0; j < TYPE_NFIELDS (field_type); j += 1)
5939 {
5940 if (find_struct_field (name, TYPE_FIELD_TYPE (field_type, j),
5941 fld_offset
5942 + TYPE_FIELD_BITPOS (field_type, j) / 8,
5943 field_type_p, byte_offset_p,
5944 bit_offset_p, bit_size_p, index_p))
5945 return 1;
5946 }
5947 }
5948 else if (index_p != NULL)
5949 *index_p += 1;
5950 }
5951 return 0;
5952 }
5953
5954 /* Number of user-visible fields in record type TYPE. */
5955
5956 static int
5957 num_visible_fields (struct type *type)
5958 {
5959 int n;
5960 n = 0;
5961 find_struct_field (NULL, type, 0, NULL, NULL, NULL, NULL, &n);
5962 return n;
5963 }
5964
5965 /* Look for a field NAME in ARG. Adjust the address of ARG by OFFSET bytes,
5966 and search in it assuming it has (class) type TYPE.
5967 If found, return value, else return NULL.
5968
5969 Searches recursively through wrapper fields (e.g., '_parent'). */
5970
5971 static struct value *
5972 ada_search_struct_field (char *name, struct value *arg, int offset,
5973 struct type *type)
5974 {
5975 int i;
5976 type = ada_check_typedef (type);
5977
5978 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
5979 {
5980 char *t_field_name = TYPE_FIELD_NAME (type, i);
5981
5982 if (t_field_name == NULL)
5983 continue;
5984
5985 else if (field_name_match (t_field_name, name))
5986 return ada_value_primitive_field (arg, offset, i, type);
5987
5988 else if (ada_is_wrapper_field (type, i))
5989 {
5990 struct value *v = /* Do not let indent join lines here. */
5991 ada_search_struct_field (name, arg,
5992 offset + TYPE_FIELD_BITPOS (type, i) / 8,
5993 TYPE_FIELD_TYPE (type, i));
5994 if (v != NULL)
5995 return v;
5996 }
5997
5998 else if (ada_is_variant_part (type, i))
5999 {
6000 /* PNH: Do we ever get here? See find_struct_field. */
6001 int j;
6002 struct type *field_type = ada_check_typedef (TYPE_FIELD_TYPE (type, i));
6003 int var_offset = offset + TYPE_FIELD_BITPOS (type, i) / 8;
6004
6005 for (j = 0; j < TYPE_NFIELDS (field_type); j += 1)
6006 {
6007 struct value *v = ada_search_struct_field /* Force line break. */
6008 (name, arg,
6009 var_offset + TYPE_FIELD_BITPOS (field_type, j) / 8,
6010 TYPE_FIELD_TYPE (field_type, j));
6011 if (v != NULL)
6012 return v;
6013 }
6014 }
6015 }
6016 return NULL;
6017 }
6018
6019 static struct value *ada_index_struct_field_1 (int *, struct value *,
6020 int, struct type *);
6021
6022
6023 /* Return field #INDEX in ARG, where the index is that returned by
6024 * find_struct_field through its INDEX_P argument. Adjust the address
6025 * of ARG by OFFSET bytes, and search in it assuming it has (class) type TYPE.
6026 * If found, return value, else return NULL. */
6027
6028 static struct value *
6029 ada_index_struct_field (int index, struct value *arg, int offset,
6030 struct type *type)
6031 {
6032 return ada_index_struct_field_1 (&index, arg, offset, type);
6033 }
6034
6035
6036 /* Auxiliary function for ada_index_struct_field. Like
6037 * ada_index_struct_field, but takes index from *INDEX_P and modifies
6038 * *INDEX_P. */
6039
6040 static struct value *
6041 ada_index_struct_field_1 (int *index_p, struct value *arg, int offset,
6042 struct type *type)
6043 {
6044 int i;
6045 type = ada_check_typedef (type);
6046
6047 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
6048 {
6049 if (TYPE_FIELD_NAME (type, i) == NULL)
6050 continue;
6051 else if (ada_is_wrapper_field (type, i))
6052 {
6053 struct value *v = /* Do not let indent join lines here. */
6054 ada_index_struct_field_1 (index_p, arg,
6055 offset + TYPE_FIELD_BITPOS (type, i) / 8,
6056 TYPE_FIELD_TYPE (type, i));
6057 if (v != NULL)
6058 return v;
6059 }
6060
6061 else if (ada_is_variant_part (type, i))
6062 {
6063 /* PNH: Do we ever get here? See ada_search_struct_field,
6064 find_struct_field. */
6065 error (_("Cannot assign this kind of variant record"));
6066 }
6067 else if (*index_p == 0)
6068 return ada_value_primitive_field (arg, offset, i, type);
6069 else
6070 *index_p -= 1;
6071 }
6072 return NULL;
6073 }
6074
6075 /* Given ARG, a value of type (pointer or reference to a)*
6076 structure/union, extract the component named NAME from the ultimate
6077 target structure/union and return it as a value with its
6078 appropriate type.
6079
6080 The routine searches for NAME among all members of the structure itself
6081 and (recursively) among all members of any wrapper members
6082 (e.g., '_parent').
6083
6084 If NO_ERR, then simply return NULL in case of error, rather than
6085 calling error. */
6086
6087 struct value *
6088 ada_value_struct_elt (struct value *arg, char *name, int no_err)
6089 {
6090 struct type *t, *t1;
6091 struct value *v;
6092
6093 v = NULL;
6094 t1 = t = ada_check_typedef (value_type (arg));
6095 if (TYPE_CODE (t) == TYPE_CODE_REF)
6096 {
6097 t1 = TYPE_TARGET_TYPE (t);
6098 if (t1 == NULL)
6099 goto BadValue;
6100 t1 = ada_check_typedef (t1);
6101 if (TYPE_CODE (t1) == TYPE_CODE_PTR)
6102 {
6103 arg = coerce_ref (arg);
6104 t = t1;
6105 }
6106 }
6107
6108 while (TYPE_CODE (t) == TYPE_CODE_PTR)
6109 {
6110 t1 = TYPE_TARGET_TYPE (t);
6111 if (t1 == NULL)
6112 goto BadValue;
6113 t1 = ada_check_typedef (t1);
6114 if (TYPE_CODE (t1) == TYPE_CODE_PTR)
6115 {
6116 arg = value_ind (arg);
6117 t = t1;
6118 }
6119 else
6120 break;
6121 }
6122
6123 if (TYPE_CODE (t1) != TYPE_CODE_STRUCT && TYPE_CODE (t1) != TYPE_CODE_UNION)
6124 goto BadValue;
6125
6126 if (t1 == t)
6127 v = ada_search_struct_field (name, arg, 0, t);
6128 else
6129 {
6130 int bit_offset, bit_size, byte_offset;
6131 struct type *field_type;
6132 CORE_ADDR address;
6133
6134 if (TYPE_CODE (t) == TYPE_CODE_PTR)
6135 address = value_as_address (arg);
6136 else
6137 address = unpack_pointer (t, value_contents (arg));
6138
6139 t1 = ada_to_fixed_type (ada_get_base_type (t1), NULL, address, NULL, 1);
6140 if (find_struct_field (name, t1, 0,
6141 &field_type, &byte_offset, &bit_offset,
6142 &bit_size, NULL))
6143 {
6144 if (bit_size != 0)
6145 {
6146 if (TYPE_CODE (t) == TYPE_CODE_REF)
6147 arg = ada_coerce_ref (arg);
6148 else
6149 arg = ada_value_ind (arg);
6150 v = ada_value_primitive_packed_val (arg, NULL, byte_offset,
6151 bit_offset, bit_size,
6152 field_type);
6153 }
6154 else
6155 v = value_at_lazy (field_type, address + byte_offset);
6156 }
6157 }
6158
6159 if (v != NULL || no_err)
6160 return v;
6161 else
6162 error (_("There is no member named %s."), name);
6163
6164 BadValue:
6165 if (no_err)
6166 return NULL;
6167 else
6168 error (_("Attempt to extract a component of a value that is not a record."));
6169 }
6170
6171 /* Given a type TYPE, look up the type of the component of type named NAME.
6172 If DISPP is non-null, add its byte displacement from the beginning of a
6173 structure (pointed to by a value) of type TYPE to *DISPP (does not
6174 work for packed fields).
6175
6176 Matches any field whose name has NAME as a prefix, possibly
6177 followed by "___".
6178
6179 TYPE can be either a struct or union. If REFOK, TYPE may also
6180 be a (pointer or reference)+ to a struct or union, and the
6181 ultimate target type will be searched.
6182
6183 Looks recursively into variant clauses and parent types.
6184
6185 If NOERR is nonzero, return NULL if NAME is not suitably defined or
6186 TYPE is not a type of the right kind. */
6187
6188 static struct type *
6189 ada_lookup_struct_elt_type (struct type *type, char *name, int refok,
6190 int noerr, int *dispp)
6191 {
6192 int i;
6193
6194 if (name == NULL)
6195 goto BadName;
6196
6197 if (refok && type != NULL)
6198 while (1)
6199 {
6200 type = ada_check_typedef (type);
6201 if (TYPE_CODE (type) != TYPE_CODE_PTR
6202 && TYPE_CODE (type) != TYPE_CODE_REF)
6203 break;
6204 type = TYPE_TARGET_TYPE (type);
6205 }
6206
6207 if (type == NULL
6208 || (TYPE_CODE (type) != TYPE_CODE_STRUCT
6209 && TYPE_CODE (type) != TYPE_CODE_UNION))
6210 {
6211 if (noerr)
6212 return NULL;
6213 else
6214 {
6215 target_terminal_ours ();
6216 gdb_flush (gdb_stdout);
6217 if (type == NULL)
6218 error (_("Type (null) is not a structure or union type"));
6219 else
6220 {
6221 /* XXX: type_sprint */
6222 fprintf_unfiltered (gdb_stderr, _("Type "));
6223 type_print (type, "", gdb_stderr, -1);
6224 error (_(" is not a structure or union type"));
6225 }
6226 }
6227 }
6228
6229 type = to_static_fixed_type (type);
6230
6231 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
6232 {
6233 char *t_field_name = TYPE_FIELD_NAME (type, i);
6234 struct type *t;
6235 int disp;
6236
6237 if (t_field_name == NULL)
6238 continue;
6239
6240 else if (field_name_match (t_field_name, name))
6241 {
6242 if (dispp != NULL)
6243 *dispp += TYPE_FIELD_BITPOS (type, i) / 8;
6244 return ada_check_typedef (TYPE_FIELD_TYPE (type, i));
6245 }
6246
6247 else if (ada_is_wrapper_field (type, i))
6248 {
6249 disp = 0;
6250 t = ada_lookup_struct_elt_type (TYPE_FIELD_TYPE (type, i), name,
6251 0, 1, &disp);
6252 if (t != NULL)
6253 {
6254 if (dispp != NULL)
6255 *dispp += disp + TYPE_FIELD_BITPOS (type, i) / 8;
6256 return t;
6257 }
6258 }
6259
6260 else if (ada_is_variant_part (type, i))
6261 {
6262 int j;
6263 struct type *field_type = ada_check_typedef (TYPE_FIELD_TYPE (type, i));
6264
6265 for (j = TYPE_NFIELDS (field_type) - 1; j >= 0; j -= 1)
6266 {
6267 /* FIXME pnh 2008/01/26: We check for a field that is
6268 NOT wrapped in a struct, since the compiler sometimes
6269 generates these for unchecked variant types. Revisit
6270 if the compiler changes this practice. */
6271 char *v_field_name = TYPE_FIELD_NAME (field_type, j);
6272 disp = 0;
6273 if (v_field_name != NULL
6274 && field_name_match (v_field_name, name))
6275 t = ada_check_typedef (TYPE_FIELD_TYPE (field_type, j));
6276 else
6277 t = ada_lookup_struct_elt_type (TYPE_FIELD_TYPE (field_type, j),
6278 name, 0, 1, &disp);
6279
6280 if (t != NULL)
6281 {
6282 if (dispp != NULL)
6283 *dispp += disp + TYPE_FIELD_BITPOS (type, i) / 8;
6284 return t;
6285 }
6286 }
6287 }
6288
6289 }
6290
6291 BadName:
6292 if (!noerr)
6293 {
6294 target_terminal_ours ();
6295 gdb_flush (gdb_stdout);
6296 if (name == NULL)
6297 {
6298 /* XXX: type_sprint */
6299 fprintf_unfiltered (gdb_stderr, _("Type "));
6300 type_print (type, "", gdb_stderr, -1);
6301 error (_(" has no component named <null>"));
6302 }
6303 else
6304 {
6305 /* XXX: type_sprint */
6306 fprintf_unfiltered (gdb_stderr, _("Type "));
6307 type_print (type, "", gdb_stderr, -1);
6308 error (_(" has no component named %s"), name);
6309 }
6310 }
6311
6312 return NULL;
6313 }
6314
6315 /* Assuming that VAR_TYPE is the type of a variant part of a record (a union),
6316 within a value of type OUTER_TYPE, return true iff VAR_TYPE
6317 represents an unchecked union (that is, the variant part of a
6318 record that is named in an Unchecked_Union pragma). */
6319
6320 static int
6321 is_unchecked_variant (struct type *var_type, struct type *outer_type)
6322 {
6323 char *discrim_name = ada_variant_discrim_name (var_type);
6324 return (ada_lookup_struct_elt_type (outer_type, discrim_name, 0, 1, NULL)
6325 == NULL);
6326 }
6327
6328
6329 /* Assuming that VAR_TYPE is the type of a variant part of a record (a union),
6330 within a value of type OUTER_TYPE that is stored in GDB at
6331 OUTER_VALADDR, determine which variant clause (field number in VAR_TYPE,
6332 numbering from 0) is applicable. Returns -1 if none are. */
6333
6334 int
6335 ada_which_variant_applies (struct type *var_type, struct type *outer_type,
6336 const gdb_byte *outer_valaddr)
6337 {
6338 int others_clause;
6339 int i;
6340 char *discrim_name = ada_variant_discrim_name (var_type);
6341 struct value *outer;
6342 struct value *discrim;
6343 LONGEST discrim_val;
6344
6345 outer = value_from_contents_and_address (outer_type, outer_valaddr, 0);
6346 discrim = ada_value_struct_elt (outer, discrim_name, 1);
6347 if (discrim == NULL)
6348 return -1;
6349 discrim_val = value_as_long (discrim);
6350
6351 others_clause = -1;
6352 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1)
6353 {
6354 if (ada_is_others_clause (var_type, i))
6355 others_clause = i;
6356 else if (ada_in_variant (discrim_val, var_type, i))
6357 return i;
6358 }
6359
6360 return others_clause;
6361 }
6362 \f
6363
6364
6365 /* Dynamic-Sized Records */
6366
6367 /* Strategy: The type ostensibly attached to a value with dynamic size
6368 (i.e., a size that is not statically recorded in the debugging
6369 data) does not accurately reflect the size or layout of the value.
6370 Our strategy is to convert these values to values with accurate,
6371 conventional types that are constructed on the fly. */
6372
6373 /* There is a subtle and tricky problem here. In general, we cannot
6374 determine the size of dynamic records without its data. However,
6375 the 'struct value' data structure, which GDB uses to represent
6376 quantities in the inferior process (the target), requires the size
6377 of the type at the time of its allocation in order to reserve space
6378 for GDB's internal copy of the data. That's why the
6379 'to_fixed_xxx_type' routines take (target) addresses as parameters,
6380 rather than struct value*s.
6381
6382 However, GDB's internal history variables ($1, $2, etc.) are
6383 struct value*s containing internal copies of the data that are not, in
6384 general, the same as the data at their corresponding addresses in
6385 the target. Fortunately, the types we give to these values are all
6386 conventional, fixed-size types (as per the strategy described
6387 above), so that we don't usually have to perform the
6388 'to_fixed_xxx_type' conversions to look at their values.
6389 Unfortunately, there is one exception: if one of the internal
6390 history variables is an array whose elements are unconstrained
6391 records, then we will need to create distinct fixed types for each
6392 element selected. */
6393
6394 /* The upshot of all of this is that many routines take a (type, host
6395 address, target address) triple as arguments to represent a value.
6396 The host address, if non-null, is supposed to contain an internal
6397 copy of the relevant data; otherwise, the program is to consult the
6398 target at the target address. */
6399
6400 /* Assuming that VAL0 represents a pointer value, the result of
6401 dereferencing it. Differs from value_ind in its treatment of
6402 dynamic-sized types. */
6403
6404 struct value *
6405 ada_value_ind (struct value *val0)
6406 {
6407 struct value *val = unwrap_value (value_ind (val0));
6408 return ada_to_fixed_value (val);
6409 }
6410
6411 /* The value resulting from dereferencing any "reference to"
6412 qualifiers on VAL0. */
6413
6414 static struct value *
6415 ada_coerce_ref (struct value *val0)
6416 {
6417 if (TYPE_CODE (value_type (val0)) == TYPE_CODE_REF)
6418 {
6419 struct value *val = val0;
6420 val = coerce_ref (val);
6421 val = unwrap_value (val);
6422 return ada_to_fixed_value (val);
6423 }
6424 else
6425 return val0;
6426 }
6427
6428 /* Return OFF rounded upward if necessary to a multiple of
6429 ALIGNMENT (a power of 2). */
6430
6431 static unsigned int
6432 align_value (unsigned int off, unsigned int alignment)
6433 {
6434 return (off + alignment - 1) & ~(alignment - 1);
6435 }
6436
6437 /* Return the bit alignment required for field #F of template type TYPE. */
6438
6439 static unsigned int
6440 field_alignment (struct type *type, int f)
6441 {
6442 const char *name = TYPE_FIELD_NAME (type, f);
6443 int len;
6444 int align_offset;
6445
6446 /* The field name should never be null, unless the debugging information
6447 is somehow malformed. In this case, we assume the field does not
6448 require any alignment. */
6449 if (name == NULL)
6450 return 1;
6451
6452 len = strlen (name);
6453
6454 if (!isdigit (name[len - 1]))
6455 return 1;
6456
6457 if (isdigit (name[len - 2]))
6458 align_offset = len - 2;
6459 else
6460 align_offset = len - 1;
6461
6462 if (align_offset < 7 || strncmp ("___XV", name + align_offset - 6, 5) != 0)
6463 return TARGET_CHAR_BIT;
6464
6465 return atoi (name + align_offset) * TARGET_CHAR_BIT;
6466 }
6467
6468 /* Find a symbol named NAME. Ignores ambiguity. */
6469
6470 struct symbol *
6471 ada_find_any_symbol (const char *name)
6472 {
6473 struct symbol *sym;
6474
6475 sym = standard_lookup (name, get_selected_block (NULL), VAR_DOMAIN);
6476 if (sym != NULL && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
6477 return sym;
6478
6479 sym = standard_lookup (name, NULL, STRUCT_DOMAIN);
6480 return sym;
6481 }
6482
6483 /* Find a type named NAME. Ignores ambiguity. */
6484
6485 struct type *
6486 ada_find_any_type (const char *name)
6487 {
6488 struct symbol *sym = ada_find_any_symbol (name);
6489 struct type *type = NULL;
6490
6491 if (sym != NULL)
6492 type = SYMBOL_TYPE (sym);
6493
6494 if (type == NULL)
6495 type = language_lookup_primitive_type_by_name
6496 (language_def (language_ada), current_gdbarch, name);
6497
6498 return type;
6499 }
6500
6501 /* Given NAME and an associated BLOCK, search all symbols for
6502 NAME suffixed with "___XR", which is the ``renaming'' symbol
6503 associated to NAME. Return this symbol if found, return
6504 NULL otherwise. */
6505
6506 struct symbol *
6507 ada_find_renaming_symbol (const char *name, struct block *block)
6508 {
6509 struct symbol *sym;
6510
6511 sym = find_old_style_renaming_symbol (name, block);
6512
6513 if (sym != NULL)
6514 return sym;
6515
6516 /* Not right yet. FIXME pnh 7/20/2007. */
6517 sym = ada_find_any_symbol (name);
6518 if (sym != NULL && strstr (SYMBOL_LINKAGE_NAME (sym), "___XR") != NULL)
6519 return sym;
6520 else
6521 return NULL;
6522 }
6523
6524 static struct symbol *
6525 find_old_style_renaming_symbol (const char *name, struct block *block)
6526 {
6527 const struct symbol *function_sym = block_linkage_function (block);
6528 char *rename;
6529
6530 if (function_sym != NULL)
6531 {
6532 /* If the symbol is defined inside a function, NAME is not fully
6533 qualified. This means we need to prepend the function name
6534 as well as adding the ``___XR'' suffix to build the name of
6535 the associated renaming symbol. */
6536 char *function_name = SYMBOL_LINKAGE_NAME (function_sym);
6537 /* Function names sometimes contain suffixes used
6538 for instance to qualify nested subprograms. When building
6539 the XR type name, we need to make sure that this suffix is
6540 not included. So do not include any suffix in the function
6541 name length below. */
6542 const int function_name_len = ada_name_prefix_len (function_name);
6543 const int rename_len = function_name_len + 2 /* "__" */
6544 + strlen (name) + 6 /* "___XR\0" */ ;
6545
6546 /* Strip the suffix if necessary. */
6547 function_name[function_name_len] = '\0';
6548
6549 /* Library-level functions are a special case, as GNAT adds
6550 a ``_ada_'' prefix to the function name to avoid namespace
6551 pollution. However, the renaming symbols themselves do not
6552 have this prefix, so we need to skip this prefix if present. */
6553 if (function_name_len > 5 /* "_ada_" */
6554 && strstr (function_name, "_ada_") == function_name)
6555 function_name = function_name + 5;
6556
6557 rename = (char *) alloca (rename_len * sizeof (char));
6558 xsnprintf (rename, rename_len * sizeof (char), "%s__%s___XR",
6559 function_name, name);
6560 }
6561 else
6562 {
6563 const int rename_len = strlen (name) + 6;
6564 rename = (char *) alloca (rename_len * sizeof (char));
6565 xsnprintf (rename, rename_len * sizeof (char), "%s___XR", name);
6566 }
6567
6568 return ada_find_any_symbol (rename);
6569 }
6570
6571 /* Because of GNAT encoding conventions, several GDB symbols may match a
6572 given type name. If the type denoted by TYPE0 is to be preferred to
6573 that of TYPE1 for purposes of type printing, return non-zero;
6574 otherwise return 0. */
6575
6576 int
6577 ada_prefer_type (struct type *type0, struct type *type1)
6578 {
6579 if (type1 == NULL)
6580 return 1;
6581 else if (type0 == NULL)
6582 return 0;
6583 else if (TYPE_CODE (type1) == TYPE_CODE_VOID)
6584 return 1;
6585 else if (TYPE_CODE (type0) == TYPE_CODE_VOID)
6586 return 0;
6587 else if (TYPE_NAME (type1) == NULL && TYPE_NAME (type0) != NULL)
6588 return 1;
6589 else if (ada_is_packed_array_type (type0))
6590 return 1;
6591 else if (ada_is_array_descriptor_type (type0)
6592 && !ada_is_array_descriptor_type (type1))
6593 return 1;
6594 else
6595 {
6596 const char *type0_name = type_name_no_tag (type0);
6597 const char *type1_name = type_name_no_tag (type1);
6598
6599 if (type0_name != NULL && strstr (type0_name, "___XR") != NULL
6600 && (type1_name == NULL || strstr (type1_name, "___XR") == NULL))
6601 return 1;
6602 }
6603 return 0;
6604 }
6605
6606 /* The name of TYPE, which is either its TYPE_NAME, or, if that is
6607 null, its TYPE_TAG_NAME. Null if TYPE is null. */
6608
6609 char *
6610 ada_type_name (struct type *type)
6611 {
6612 if (type == NULL)
6613 return NULL;
6614 else if (TYPE_NAME (type) != NULL)
6615 return TYPE_NAME (type);
6616 else
6617 return TYPE_TAG_NAME (type);
6618 }
6619
6620 /* Find a parallel type to TYPE whose name is formed by appending
6621 SUFFIX to the name of TYPE. */
6622
6623 struct type *
6624 ada_find_parallel_type (struct type *type, const char *suffix)
6625 {
6626 static char *name;
6627 static size_t name_len = 0;
6628 int len;
6629 char *typename = ada_type_name (type);
6630
6631 if (typename == NULL)
6632 return NULL;
6633
6634 len = strlen (typename);
6635
6636 GROW_VECT (name, name_len, len + strlen (suffix) + 1);
6637
6638 strcpy (name, typename);
6639 strcpy (name + len, suffix);
6640
6641 return ada_find_any_type (name);
6642 }
6643
6644
6645 /* If TYPE is a variable-size record type, return the corresponding template
6646 type describing its fields. Otherwise, return NULL. */
6647
6648 static struct type *
6649 dynamic_template_type (struct type *type)
6650 {
6651 type = ada_check_typedef (type);
6652
6653 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_STRUCT
6654 || ada_type_name (type) == NULL)
6655 return NULL;
6656 else
6657 {
6658 int len = strlen (ada_type_name (type));
6659 if (len > 6 && strcmp (ada_type_name (type) + len - 6, "___XVE") == 0)
6660 return type;
6661 else
6662 return ada_find_parallel_type (type, "___XVE");
6663 }
6664 }
6665
6666 /* Assuming that TEMPL_TYPE is a union or struct type, returns
6667 non-zero iff field FIELD_NUM of TEMPL_TYPE has dynamic size. */
6668
6669 static int
6670 is_dynamic_field (struct type *templ_type, int field_num)
6671 {
6672 const char *name = TYPE_FIELD_NAME (templ_type, field_num);
6673 return name != NULL
6674 && TYPE_CODE (TYPE_FIELD_TYPE (templ_type, field_num)) == TYPE_CODE_PTR
6675 && strstr (name, "___XVL") != NULL;
6676 }
6677
6678 /* The index of the variant field of TYPE, or -1 if TYPE does not
6679 represent a variant record type. */
6680
6681 static int
6682 variant_field_index (struct type *type)
6683 {
6684 int f;
6685
6686 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_STRUCT)
6687 return -1;
6688
6689 for (f = 0; f < TYPE_NFIELDS (type); f += 1)
6690 {
6691 if (ada_is_variant_part (type, f))
6692 return f;
6693 }
6694 return -1;
6695 }
6696
6697 /* A record type with no fields. */
6698
6699 static struct type *
6700 empty_record (struct objfile *objfile)
6701 {
6702 struct type *type = alloc_type (objfile);
6703 TYPE_CODE (type) = TYPE_CODE_STRUCT;
6704 TYPE_NFIELDS (type) = 0;
6705 TYPE_FIELDS (type) = NULL;
6706 INIT_CPLUS_SPECIFIC (type);
6707 TYPE_NAME (type) = "<empty>";
6708 TYPE_TAG_NAME (type) = NULL;
6709 TYPE_LENGTH (type) = 0;
6710 return type;
6711 }
6712
6713 /* An ordinary record type (with fixed-length fields) that describes
6714 the value of type TYPE at VALADDR or ADDRESS (see comments at
6715 the beginning of this section) VAL according to GNAT conventions.
6716 DVAL0 should describe the (portion of a) record that contains any
6717 necessary discriminants. It should be NULL if value_type (VAL) is
6718 an outer-level type (i.e., as opposed to a branch of a variant.) A
6719 variant field (unless unchecked) is replaced by a particular branch
6720 of the variant.
6721
6722 If not KEEP_DYNAMIC_FIELDS, then all fields whose position or
6723 length are not statically known are discarded. As a consequence,
6724 VALADDR, ADDRESS and DVAL0 are ignored.
6725
6726 NOTE: Limitations: For now, we assume that dynamic fields and
6727 variants occupy whole numbers of bytes. However, they need not be
6728 byte-aligned. */
6729
6730 struct type *
6731 ada_template_to_fixed_record_type_1 (struct type *type,
6732 const gdb_byte *valaddr,
6733 CORE_ADDR address, struct value *dval0,
6734 int keep_dynamic_fields)
6735 {
6736 struct value *mark = value_mark ();
6737 struct value *dval;
6738 struct type *rtype;
6739 int nfields, bit_len;
6740 int variant_field;
6741 long off;
6742 int fld_bit_len, bit_incr;
6743 int f;
6744
6745 /* Compute the number of fields in this record type that are going
6746 to be processed: unless keep_dynamic_fields, this includes only
6747 fields whose position and length are static will be processed. */
6748 if (keep_dynamic_fields)
6749 nfields = TYPE_NFIELDS (type);
6750 else
6751 {
6752 nfields = 0;
6753 while (nfields < TYPE_NFIELDS (type)
6754 && !ada_is_variant_part (type, nfields)
6755 && !is_dynamic_field (type, nfields))
6756 nfields++;
6757 }
6758
6759 rtype = alloc_type (TYPE_OBJFILE (type));
6760 TYPE_CODE (rtype) = TYPE_CODE_STRUCT;
6761 INIT_CPLUS_SPECIFIC (rtype);
6762 TYPE_NFIELDS (rtype) = nfields;
6763 TYPE_FIELDS (rtype) = (struct field *)
6764 TYPE_ALLOC (rtype, nfields * sizeof (struct field));
6765 memset (TYPE_FIELDS (rtype), 0, sizeof (struct field) * nfields);
6766 TYPE_NAME (rtype) = ada_type_name (type);
6767 TYPE_TAG_NAME (rtype) = NULL;
6768 TYPE_FIXED_INSTANCE (rtype) = 1;
6769
6770 off = 0;
6771 bit_len = 0;
6772 variant_field = -1;
6773
6774 for (f = 0; f < nfields; f += 1)
6775 {
6776 off = align_value (off, field_alignment (type, f))
6777 + TYPE_FIELD_BITPOS (type, f);
6778 TYPE_FIELD_BITPOS (rtype, f) = off;
6779 TYPE_FIELD_BITSIZE (rtype, f) = 0;
6780
6781 if (ada_is_variant_part (type, f))
6782 {
6783 variant_field = f;
6784 fld_bit_len = bit_incr = 0;
6785 }
6786 else if (is_dynamic_field (type, f))
6787 {
6788 if (dval0 == NULL)
6789 {
6790 /* rtype's length is computed based on the run-time
6791 value of discriminants. If the discriminants are not
6792 initialized, the type size may be completely bogus and
6793 GDB may fail to allocate a value for it. So check the
6794 size first before creating the value. */
6795 check_size (rtype);
6796 dval = value_from_contents_and_address (rtype, valaddr, address);
6797 }
6798 else
6799 dval = dval0;
6800
6801 /* Get the fixed type of the field. Note that, in this case, we
6802 do not want to get the real type out of the tag: if the current
6803 field is the parent part of a tagged record, we will get the
6804 tag of the object. Clearly wrong: the real type of the parent
6805 is not the real type of the child. We would end up in an infinite
6806 loop. */
6807 TYPE_FIELD_TYPE (rtype, f) =
6808 ada_to_fixed_type
6809 (ada_get_base_type
6810 (TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type, f))),
6811 cond_offset_host (valaddr, off / TARGET_CHAR_BIT),
6812 cond_offset_target (address, off / TARGET_CHAR_BIT), dval, 0);
6813 TYPE_FIELD_NAME (rtype, f) = TYPE_FIELD_NAME (type, f);
6814 bit_incr = fld_bit_len =
6815 TYPE_LENGTH (TYPE_FIELD_TYPE (rtype, f)) * TARGET_CHAR_BIT;
6816 }
6817 else
6818 {
6819 TYPE_FIELD_TYPE (rtype, f) = TYPE_FIELD_TYPE (type, f);
6820 TYPE_FIELD_NAME (rtype, f) = TYPE_FIELD_NAME (type, f);
6821 if (TYPE_FIELD_BITSIZE (type, f) > 0)
6822 bit_incr = fld_bit_len =
6823 TYPE_FIELD_BITSIZE (rtype, f) = TYPE_FIELD_BITSIZE (type, f);
6824 else
6825 bit_incr = fld_bit_len =
6826 TYPE_LENGTH (TYPE_FIELD_TYPE (type, f)) * TARGET_CHAR_BIT;
6827 }
6828 if (off + fld_bit_len > bit_len)
6829 bit_len = off + fld_bit_len;
6830 off += bit_incr;
6831 TYPE_LENGTH (rtype) =
6832 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT;
6833 }
6834
6835 /* We handle the variant part, if any, at the end because of certain
6836 odd cases in which it is re-ordered so as NOT to be the last field of
6837 the record. This can happen in the presence of representation
6838 clauses. */
6839 if (variant_field >= 0)
6840 {
6841 struct type *branch_type;
6842
6843 off = TYPE_FIELD_BITPOS (rtype, variant_field);
6844
6845 if (dval0 == NULL)
6846 dval = value_from_contents_and_address (rtype, valaddr, address);
6847 else
6848 dval = dval0;
6849
6850 branch_type =
6851 to_fixed_variant_branch_type
6852 (TYPE_FIELD_TYPE (type, variant_field),
6853 cond_offset_host (valaddr, off / TARGET_CHAR_BIT),
6854 cond_offset_target (address, off / TARGET_CHAR_BIT), dval);
6855 if (branch_type == NULL)
6856 {
6857 for (f = variant_field + 1; f < TYPE_NFIELDS (rtype); f += 1)
6858 TYPE_FIELDS (rtype)[f - 1] = TYPE_FIELDS (rtype)[f];
6859 TYPE_NFIELDS (rtype) -= 1;
6860 }
6861 else
6862 {
6863 TYPE_FIELD_TYPE (rtype, variant_field) = branch_type;
6864 TYPE_FIELD_NAME (rtype, variant_field) = "S";
6865 fld_bit_len =
6866 TYPE_LENGTH (TYPE_FIELD_TYPE (rtype, variant_field)) *
6867 TARGET_CHAR_BIT;
6868 if (off + fld_bit_len > bit_len)
6869 bit_len = off + fld_bit_len;
6870 TYPE_LENGTH (rtype) =
6871 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT;
6872 }
6873 }
6874
6875 /* According to exp_dbug.ads, the size of TYPE for variable-size records
6876 should contain the alignment of that record, which should be a strictly
6877 positive value. If null or negative, then something is wrong, most
6878 probably in the debug info. In that case, we don't round up the size
6879 of the resulting type. If this record is not part of another structure,
6880 the current RTYPE length might be good enough for our purposes. */
6881 if (TYPE_LENGTH (type) <= 0)
6882 {
6883 if (TYPE_NAME (rtype))
6884 warning (_("Invalid type size for `%s' detected: %d."),
6885 TYPE_NAME (rtype), TYPE_LENGTH (type));
6886 else
6887 warning (_("Invalid type size for <unnamed> detected: %d."),
6888 TYPE_LENGTH (type));
6889 }
6890 else
6891 {
6892 TYPE_LENGTH (rtype) = align_value (TYPE_LENGTH (rtype),
6893 TYPE_LENGTH (type));
6894 }
6895
6896 value_free_to_mark (mark);
6897 if (TYPE_LENGTH (rtype) > varsize_limit)
6898 error (_("record type with dynamic size is larger than varsize-limit"));
6899 return rtype;
6900 }
6901
6902 /* As for ada_template_to_fixed_record_type_1 with KEEP_DYNAMIC_FIELDS
6903 of 1. */
6904
6905 static struct type *
6906 template_to_fixed_record_type (struct type *type, const gdb_byte *valaddr,
6907 CORE_ADDR address, struct value *dval0)
6908 {
6909 return ada_template_to_fixed_record_type_1 (type, valaddr,
6910 address, dval0, 1);
6911 }
6912
6913 /* An ordinary record type in which ___XVL-convention fields and
6914 ___XVU- and ___XVN-convention field types in TYPE0 are replaced with
6915 static approximations, containing all possible fields. Uses
6916 no runtime values. Useless for use in values, but that's OK,
6917 since the results are used only for type determinations. Works on both
6918 structs and unions. Representation note: to save space, we memorize
6919 the result of this function in the TYPE_TARGET_TYPE of the
6920 template type. */
6921
6922 static struct type *
6923 template_to_static_fixed_type (struct type *type0)
6924 {
6925 struct type *type;
6926 int nfields;
6927 int f;
6928
6929 if (TYPE_TARGET_TYPE (type0) != NULL)
6930 return TYPE_TARGET_TYPE (type0);
6931
6932 nfields = TYPE_NFIELDS (type0);
6933 type = type0;
6934
6935 for (f = 0; f < nfields; f += 1)
6936 {
6937 struct type *field_type = ada_check_typedef (TYPE_FIELD_TYPE (type0, f));
6938 struct type *new_type;
6939
6940 if (is_dynamic_field (type0, f))
6941 new_type = to_static_fixed_type (TYPE_TARGET_TYPE (field_type));
6942 else
6943 new_type = static_unwrap_type (field_type);
6944 if (type == type0 && new_type != field_type)
6945 {
6946 TYPE_TARGET_TYPE (type0) = type = alloc_type (TYPE_OBJFILE (type0));
6947 TYPE_CODE (type) = TYPE_CODE (type0);
6948 INIT_CPLUS_SPECIFIC (type);
6949 TYPE_NFIELDS (type) = nfields;
6950 TYPE_FIELDS (type) = (struct field *)
6951 TYPE_ALLOC (type, nfields * sizeof (struct field));
6952 memcpy (TYPE_FIELDS (type), TYPE_FIELDS (type0),
6953 sizeof (struct field) * nfields);
6954 TYPE_NAME (type) = ada_type_name (type0);
6955 TYPE_TAG_NAME (type) = NULL;
6956 TYPE_FIXED_INSTANCE (type) = 1;
6957 TYPE_LENGTH (type) = 0;
6958 }
6959 TYPE_FIELD_TYPE (type, f) = new_type;
6960 TYPE_FIELD_NAME (type, f) = TYPE_FIELD_NAME (type0, f);
6961 }
6962 return type;
6963 }
6964
6965 /* Given an object of type TYPE whose contents are at VALADDR and
6966 whose address in memory is ADDRESS, returns a revision of TYPE,
6967 which should be a non-dynamic-sized record, in which the variant
6968 part, if any, is replaced with the appropriate branch. Looks
6969 for discriminant values in DVAL0, which can be NULL if the record
6970 contains the necessary discriminant values. */
6971
6972 static struct type *
6973 to_record_with_fixed_variant_part (struct type *type, const gdb_byte *valaddr,
6974 CORE_ADDR address, struct value *dval0)
6975 {
6976 struct value *mark = value_mark ();
6977 struct value *dval;
6978 struct type *rtype;
6979 struct type *branch_type;
6980 int nfields = TYPE_NFIELDS (type);
6981 int variant_field = variant_field_index (type);
6982
6983 if (variant_field == -1)
6984 return type;
6985
6986 if (dval0 == NULL)
6987 dval = value_from_contents_and_address (type, valaddr, address);
6988 else
6989 dval = dval0;
6990
6991 rtype = alloc_type (TYPE_OBJFILE (type));
6992 TYPE_CODE (rtype) = TYPE_CODE_STRUCT;
6993 INIT_CPLUS_SPECIFIC (rtype);
6994 TYPE_NFIELDS (rtype) = nfields;
6995 TYPE_FIELDS (rtype) =
6996 (struct field *) TYPE_ALLOC (rtype, nfields * sizeof (struct field));
6997 memcpy (TYPE_FIELDS (rtype), TYPE_FIELDS (type),
6998 sizeof (struct field) * nfields);
6999 TYPE_NAME (rtype) = ada_type_name (type);
7000 TYPE_TAG_NAME (rtype) = NULL;
7001 TYPE_FIXED_INSTANCE (rtype) = 1;
7002 TYPE_LENGTH (rtype) = TYPE_LENGTH (type);
7003
7004 branch_type = to_fixed_variant_branch_type
7005 (TYPE_FIELD_TYPE (type, variant_field),
7006 cond_offset_host (valaddr,
7007 TYPE_FIELD_BITPOS (type, variant_field)
7008 / TARGET_CHAR_BIT),
7009 cond_offset_target (address,
7010 TYPE_FIELD_BITPOS (type, variant_field)
7011 / TARGET_CHAR_BIT), dval);
7012 if (branch_type == NULL)
7013 {
7014 int f;
7015 for (f = variant_field + 1; f < nfields; f += 1)
7016 TYPE_FIELDS (rtype)[f - 1] = TYPE_FIELDS (rtype)[f];
7017 TYPE_NFIELDS (rtype) -= 1;
7018 }
7019 else
7020 {
7021 TYPE_FIELD_TYPE (rtype, variant_field) = branch_type;
7022 TYPE_FIELD_NAME (rtype, variant_field) = "S";
7023 TYPE_FIELD_BITSIZE (rtype, variant_field) = 0;
7024 TYPE_LENGTH (rtype) += TYPE_LENGTH (branch_type);
7025 }
7026 TYPE_LENGTH (rtype) -= TYPE_LENGTH (TYPE_FIELD_TYPE (type, variant_field));
7027
7028 value_free_to_mark (mark);
7029 return rtype;
7030 }
7031
7032 /* An ordinary record type (with fixed-length fields) that describes
7033 the value at (TYPE0, VALADDR, ADDRESS) [see explanation at
7034 beginning of this section]. Any necessary discriminants' values
7035 should be in DVAL, a record value; it may be NULL if the object
7036 at ADDR itself contains any necessary discriminant values.
7037 Additionally, VALADDR and ADDRESS may also be NULL if no discriminant
7038 values from the record are needed. Except in the case that DVAL,
7039 VALADDR, and ADDRESS are all 0 or NULL, a variant field (unless
7040 unchecked) is replaced by a particular branch of the variant.
7041
7042 NOTE: the case in which DVAL and VALADDR are NULL and ADDRESS is 0
7043 is questionable and may be removed. It can arise during the
7044 processing of an unconstrained-array-of-record type where all the
7045 variant branches have exactly the same size. This is because in
7046 such cases, the compiler does not bother to use the XVS convention
7047 when encoding the record. I am currently dubious of this
7048 shortcut and suspect the compiler should be altered. FIXME. */
7049
7050 static struct type *
7051 to_fixed_record_type (struct type *type0, const gdb_byte *valaddr,
7052 CORE_ADDR address, struct value *dval)
7053 {
7054 struct type *templ_type;
7055
7056 if (TYPE_FIXED_INSTANCE (type0))
7057 return type0;
7058
7059 templ_type = dynamic_template_type (type0);
7060
7061 if (templ_type != NULL)
7062 return template_to_fixed_record_type (templ_type, valaddr, address, dval);
7063 else if (variant_field_index (type0) >= 0)
7064 {
7065 if (dval == NULL && valaddr == NULL && address == 0)
7066 return type0;
7067 return to_record_with_fixed_variant_part (type0, valaddr, address,
7068 dval);
7069 }
7070 else
7071 {
7072 TYPE_FIXED_INSTANCE (type0) = 1;
7073 return type0;
7074 }
7075
7076 }
7077
7078 /* An ordinary record type (with fixed-length fields) that describes
7079 the value at (VAR_TYPE0, VALADDR, ADDRESS), where VAR_TYPE0 is a
7080 union type. Any necessary discriminants' values should be in DVAL,
7081 a record value. That is, this routine selects the appropriate
7082 branch of the union at ADDR according to the discriminant value
7083 indicated in the union's type name. Returns VAR_TYPE0 itself if
7084 it represents a variant subject to a pragma Unchecked_Union. */
7085
7086 static struct type *
7087 to_fixed_variant_branch_type (struct type *var_type0, const gdb_byte *valaddr,
7088 CORE_ADDR address, struct value *dval)
7089 {
7090 int which;
7091 struct type *templ_type;
7092 struct type *var_type;
7093
7094 if (TYPE_CODE (var_type0) == TYPE_CODE_PTR)
7095 var_type = TYPE_TARGET_TYPE (var_type0);
7096 else
7097 var_type = var_type0;
7098
7099 templ_type = ada_find_parallel_type (var_type, "___XVU");
7100
7101 if (templ_type != NULL)
7102 var_type = templ_type;
7103
7104 if (is_unchecked_variant (var_type, value_type (dval)))
7105 return var_type0;
7106 which =
7107 ada_which_variant_applies (var_type,
7108 value_type (dval), value_contents (dval));
7109
7110 if (which < 0)
7111 return empty_record (TYPE_OBJFILE (var_type));
7112 else if (is_dynamic_field (var_type, which))
7113 return to_fixed_record_type
7114 (TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (var_type, which)),
7115 valaddr, address, dval);
7116 else if (variant_field_index (TYPE_FIELD_TYPE (var_type, which)) >= 0)
7117 return
7118 to_fixed_record_type
7119 (TYPE_FIELD_TYPE (var_type, which), valaddr, address, dval);
7120 else
7121 return TYPE_FIELD_TYPE (var_type, which);
7122 }
7123
7124 /* Assuming that TYPE0 is an array type describing the type of a value
7125 at ADDR, and that DVAL describes a record containing any
7126 discriminants used in TYPE0, returns a type for the value that
7127 contains no dynamic components (that is, no components whose sizes
7128 are determined by run-time quantities). Unless IGNORE_TOO_BIG is
7129 true, gives an error message if the resulting type's size is over
7130 varsize_limit. */
7131
7132 static struct type *
7133 to_fixed_array_type (struct type *type0, struct value *dval,
7134 int ignore_too_big)
7135 {
7136 struct type *index_type_desc;
7137 struct type *result;
7138
7139 if (ada_is_packed_array_type (type0) /* revisit? */
7140 || TYPE_FIXED_INSTANCE (type0))
7141 return type0;
7142
7143 index_type_desc = ada_find_parallel_type (type0, "___XA");
7144 if (index_type_desc == NULL)
7145 {
7146 struct type *elt_type0 = ada_check_typedef (TYPE_TARGET_TYPE (type0));
7147 /* NOTE: elt_type---the fixed version of elt_type0---should never
7148 depend on the contents of the array in properly constructed
7149 debugging data. */
7150 /* Create a fixed version of the array element type.
7151 We're not providing the address of an element here,
7152 and thus the actual object value cannot be inspected to do
7153 the conversion. This should not be a problem, since arrays of
7154 unconstrained objects are not allowed. In particular, all
7155 the elements of an array of a tagged type should all be of
7156 the same type specified in the debugging info. No need to
7157 consult the object tag. */
7158 struct type *elt_type = ada_to_fixed_type (elt_type0, 0, 0, dval, 1);
7159
7160 if (elt_type0 == elt_type)
7161 result = type0;
7162 else
7163 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)),
7164 elt_type, TYPE_INDEX_TYPE (type0));
7165 }
7166 else
7167 {
7168 int i;
7169 struct type *elt_type0;
7170
7171 elt_type0 = type0;
7172 for (i = TYPE_NFIELDS (index_type_desc); i > 0; i -= 1)
7173 elt_type0 = TYPE_TARGET_TYPE (elt_type0);
7174
7175 /* NOTE: result---the fixed version of elt_type0---should never
7176 depend on the contents of the array in properly constructed
7177 debugging data. */
7178 /* Create a fixed version of the array element type.
7179 We're not providing the address of an element here,
7180 and thus the actual object value cannot be inspected to do
7181 the conversion. This should not be a problem, since arrays of
7182 unconstrained objects are not allowed. In particular, all
7183 the elements of an array of a tagged type should all be of
7184 the same type specified in the debugging info. No need to
7185 consult the object tag. */
7186 result =
7187 ada_to_fixed_type (ada_check_typedef (elt_type0), 0, 0, dval, 1);
7188 for (i = TYPE_NFIELDS (index_type_desc) - 1; i >= 0; i -= 1)
7189 {
7190 struct type *range_type =
7191 to_fixed_range_type (TYPE_FIELD_NAME (index_type_desc, i),
7192 dval, TYPE_OBJFILE (type0));
7193 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)),
7194 result, range_type);
7195 }
7196 if (!ignore_too_big && TYPE_LENGTH (result) > varsize_limit)
7197 error (_("array type with dynamic size is larger than varsize-limit"));
7198 }
7199
7200 TYPE_FIXED_INSTANCE (result) = 1;
7201 return result;
7202 }
7203
7204
7205 /* A standard type (containing no dynamically sized components)
7206 corresponding to TYPE for the value (TYPE, VALADDR, ADDRESS)
7207 DVAL describes a record containing any discriminants used in TYPE0,
7208 and may be NULL if there are none, or if the object of type TYPE at
7209 ADDRESS or in VALADDR contains these discriminants.
7210
7211 If CHECK_TAG is not null, in the case of tagged types, this function
7212 attempts to locate the object's tag and use it to compute the actual
7213 type. However, when ADDRESS is null, we cannot use it to determine the
7214 location of the tag, and therefore compute the tagged type's actual type.
7215 So we return the tagged type without consulting the tag. */
7216
7217 static struct type *
7218 ada_to_fixed_type_1 (struct type *type, const gdb_byte *valaddr,
7219 CORE_ADDR address, struct value *dval, int check_tag)
7220 {
7221 type = ada_check_typedef (type);
7222 switch (TYPE_CODE (type))
7223 {
7224 default:
7225 return type;
7226 case TYPE_CODE_STRUCT:
7227 {
7228 struct type *static_type = to_static_fixed_type (type);
7229 struct type *fixed_record_type =
7230 to_fixed_record_type (type, valaddr, address, NULL);
7231 /* If STATIC_TYPE is a tagged type and we know the object's address,
7232 then we can determine its tag, and compute the object's actual
7233 type from there. Note that we have to use the fixed record
7234 type (the parent part of the record may have dynamic fields
7235 and the way the location of _tag is expressed may depend on
7236 them). */
7237
7238 if (check_tag && address != 0 && ada_is_tagged_type (static_type, 0))
7239 {
7240 struct type *real_type =
7241 type_from_tag (value_tag_from_contents_and_address
7242 (fixed_record_type,
7243 valaddr,
7244 address));
7245 if (real_type != NULL)
7246 return to_fixed_record_type (real_type, valaddr, address, NULL);
7247 }
7248
7249 /* Check to see if there is a parallel ___XVZ variable.
7250 If there is, then it provides the actual size of our type. */
7251 else if (ada_type_name (fixed_record_type) != NULL)
7252 {
7253 char *name = ada_type_name (fixed_record_type);
7254 char *xvz_name = alloca (strlen (name) + 7 /* "___XVZ\0" */);
7255 int xvz_found = 0;
7256 LONGEST size;
7257
7258 xsnprintf (xvz_name, strlen (name) + 7, "%s___XVZ", name);
7259 size = get_int_var_value (xvz_name, &xvz_found);
7260 if (xvz_found && TYPE_LENGTH (fixed_record_type) != size)
7261 {
7262 fixed_record_type = copy_type (fixed_record_type);
7263 TYPE_LENGTH (fixed_record_type) = size;
7264
7265 /* The FIXED_RECORD_TYPE may have be a stub. We have
7266 observed this when the debugging info is STABS, and
7267 apparently it is something that is hard to fix.
7268
7269 In practice, we don't need the actual type definition
7270 at all, because the presence of the XVZ variable allows us
7271 to assume that there must be a XVS type as well, which we
7272 should be able to use later, when we need the actual type
7273 definition.
7274
7275 In the meantime, pretend that the "fixed" type we are
7276 returning is NOT a stub, because this can cause trouble
7277 when using this type to create new types targeting it.
7278 Indeed, the associated creation routines often check
7279 whether the target type is a stub and will try to replace
7280 it, thus using a type with the wrong size. This, in turn,
7281 might cause the new type to have the wrong size too.
7282 Consider the case of an array, for instance, where the size
7283 of the array is computed from the number of elements in
7284 our array multiplied by the size of its element. */
7285 TYPE_STUB (fixed_record_type) = 0;
7286 }
7287 }
7288 return fixed_record_type;
7289 }
7290 case TYPE_CODE_ARRAY:
7291 return to_fixed_array_type (type, dval, 1);
7292 case TYPE_CODE_UNION:
7293 if (dval == NULL)
7294 return type;
7295 else
7296 return to_fixed_variant_branch_type (type, valaddr, address, dval);
7297 }
7298 }
7299
7300 /* The same as ada_to_fixed_type_1, except that it preserves the type
7301 if it is a TYPE_CODE_TYPEDEF of a type that is already fixed.
7302 ada_to_fixed_type_1 would return the type referenced by TYPE. */
7303
7304 struct type *
7305 ada_to_fixed_type (struct type *type, const gdb_byte *valaddr,
7306 CORE_ADDR address, struct value *dval, int check_tag)
7307
7308 {
7309 struct type *fixed_type =
7310 ada_to_fixed_type_1 (type, valaddr, address, dval, check_tag);
7311
7312 if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF
7313 && TYPE_TARGET_TYPE (type) == fixed_type)
7314 return type;
7315
7316 return fixed_type;
7317 }
7318
7319 /* A standard (static-sized) type corresponding as well as possible to
7320 TYPE0, but based on no runtime data. */
7321
7322 static struct type *
7323 to_static_fixed_type (struct type *type0)
7324 {
7325 struct type *type;
7326
7327 if (type0 == NULL)
7328 return NULL;
7329
7330 if (TYPE_FIXED_INSTANCE (type0))
7331 return type0;
7332
7333 type0 = ada_check_typedef (type0);
7334
7335 switch (TYPE_CODE (type0))
7336 {
7337 default:
7338 return type0;
7339 case TYPE_CODE_STRUCT:
7340 type = dynamic_template_type (type0);
7341 if (type != NULL)
7342 return template_to_static_fixed_type (type);
7343 else
7344 return template_to_static_fixed_type (type0);
7345 case TYPE_CODE_UNION:
7346 type = ada_find_parallel_type (type0, "___XVU");
7347 if (type != NULL)
7348 return template_to_static_fixed_type (type);
7349 else
7350 return template_to_static_fixed_type (type0);
7351 }
7352 }
7353
7354 /* A static approximation of TYPE with all type wrappers removed. */
7355
7356 static struct type *
7357 static_unwrap_type (struct type *type)
7358 {
7359 if (ada_is_aligner_type (type))
7360 {
7361 struct type *type1 = TYPE_FIELD_TYPE (ada_check_typedef (type), 0);
7362 if (ada_type_name (type1) == NULL)
7363 TYPE_NAME (type1) = ada_type_name (type);
7364
7365 return static_unwrap_type (type1);
7366 }
7367 else
7368 {
7369 struct type *raw_real_type = ada_get_base_type (type);
7370 if (raw_real_type == type)
7371 return type;
7372 else
7373 return to_static_fixed_type (raw_real_type);
7374 }
7375 }
7376
7377 /* In some cases, incomplete and private types require
7378 cross-references that are not resolved as records (for example,
7379 type Foo;
7380 type FooP is access Foo;
7381 V: FooP;
7382 type Foo is array ...;
7383 ). In these cases, since there is no mechanism for producing
7384 cross-references to such types, we instead substitute for FooP a
7385 stub enumeration type that is nowhere resolved, and whose tag is
7386 the name of the actual type. Call these types "non-record stubs". */
7387
7388 /* A type equivalent to TYPE that is not a non-record stub, if one
7389 exists, otherwise TYPE. */
7390
7391 struct type *
7392 ada_check_typedef (struct type *type)
7393 {
7394 if (type == NULL)
7395 return NULL;
7396
7397 CHECK_TYPEDEF (type);
7398 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_ENUM
7399 || !TYPE_STUB (type)
7400 || TYPE_TAG_NAME (type) == NULL)
7401 return type;
7402 else
7403 {
7404 char *name = TYPE_TAG_NAME (type);
7405 struct type *type1 = ada_find_any_type (name);
7406 return (type1 == NULL) ? type : type1;
7407 }
7408 }
7409
7410 /* A value representing the data at VALADDR/ADDRESS as described by
7411 type TYPE0, but with a standard (static-sized) type that correctly
7412 describes it. If VAL0 is not NULL and TYPE0 already is a standard
7413 type, then return VAL0 [this feature is simply to avoid redundant
7414 creation of struct values]. */
7415
7416 static struct value *
7417 ada_to_fixed_value_create (struct type *type0, CORE_ADDR address,
7418 struct value *val0)
7419 {
7420 struct type *type = ada_to_fixed_type (type0, 0, address, NULL, 1);
7421 if (type == type0 && val0 != NULL)
7422 return val0;
7423 else
7424 return value_from_contents_and_address (type, 0, address);
7425 }
7426
7427 /* A value representing VAL, but with a standard (static-sized) type
7428 that correctly describes it. Does not necessarily create a new
7429 value. */
7430
7431 static struct value *
7432 ada_to_fixed_value (struct value *val)
7433 {
7434 return ada_to_fixed_value_create (value_type (val),
7435 VALUE_ADDRESS (val) + value_offset (val),
7436 val);
7437 }
7438
7439 /* A value representing VAL, but with a standard (static-sized) type
7440 chosen to approximate the real type of VAL as well as possible, but
7441 without consulting any runtime values. For Ada dynamic-sized
7442 types, therefore, the type of the result is likely to be inaccurate. */
7443
7444 static struct value *
7445 ada_to_static_fixed_value (struct value *val)
7446 {
7447 struct type *type =
7448 to_static_fixed_type (static_unwrap_type (value_type (val)));
7449 if (type == value_type (val))
7450 return val;
7451 else
7452 return coerce_unspec_val_to_type (val, type);
7453 }
7454 \f
7455
7456 /* Attributes */
7457
7458 /* Table mapping attribute numbers to names.
7459 NOTE: Keep up to date with enum ada_attribute definition in ada-lang.h. */
7460
7461 static const char *attribute_names[] = {
7462 "<?>",
7463
7464 "first",
7465 "last",
7466 "length",
7467 "image",
7468 "max",
7469 "min",
7470 "modulus",
7471 "pos",
7472 "size",
7473 "tag",
7474 "val",
7475 0
7476 };
7477
7478 const char *
7479 ada_attribute_name (enum exp_opcode n)
7480 {
7481 if (n >= OP_ATR_FIRST && n <= (int) OP_ATR_VAL)
7482 return attribute_names[n - OP_ATR_FIRST + 1];
7483 else
7484 return attribute_names[0];
7485 }
7486
7487 /* Evaluate the 'POS attribute applied to ARG. */
7488
7489 static LONGEST
7490 pos_atr (struct value *arg)
7491 {
7492 struct value *val = coerce_ref (arg);
7493 struct type *type = value_type (val);
7494
7495 if (!discrete_type_p (type))
7496 error (_("'POS only defined on discrete types"));
7497
7498 if (TYPE_CODE (type) == TYPE_CODE_ENUM)
7499 {
7500 int i;
7501 LONGEST v = value_as_long (val);
7502
7503 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
7504 {
7505 if (v == TYPE_FIELD_BITPOS (type, i))
7506 return i;
7507 }
7508 error (_("enumeration value is invalid: can't find 'POS"));
7509 }
7510 else
7511 return value_as_long (val);
7512 }
7513
7514 static struct value *
7515 value_pos_atr (struct type *type, struct value *arg)
7516 {
7517 return value_from_longest (type, pos_atr (arg));
7518 }
7519
7520 /* Evaluate the TYPE'VAL attribute applied to ARG. */
7521
7522 static struct value *
7523 value_val_atr (struct type *type, struct value *arg)
7524 {
7525 if (!discrete_type_p (type))
7526 error (_("'VAL only defined on discrete types"));
7527 if (!integer_type_p (value_type (arg)))
7528 error (_("'VAL requires integral argument"));
7529
7530 if (TYPE_CODE (type) == TYPE_CODE_ENUM)
7531 {
7532 long pos = value_as_long (arg);
7533 if (pos < 0 || pos >= TYPE_NFIELDS (type))
7534 error (_("argument to 'VAL out of range"));
7535 return value_from_longest (type, TYPE_FIELD_BITPOS (type, pos));
7536 }
7537 else
7538 return value_from_longest (type, value_as_long (arg));
7539 }
7540 \f
7541
7542 /* Evaluation */
7543
7544 /* True if TYPE appears to be an Ada character type.
7545 [At the moment, this is true only for Character and Wide_Character;
7546 It is a heuristic test that could stand improvement]. */
7547
7548 int
7549 ada_is_character_type (struct type *type)
7550 {
7551 const char *name;
7552
7553 /* If the type code says it's a character, then assume it really is,
7554 and don't check any further. */
7555 if (TYPE_CODE (type) == TYPE_CODE_CHAR)
7556 return 1;
7557
7558 /* Otherwise, assume it's a character type iff it is a discrete type
7559 with a known character type name. */
7560 name = ada_type_name (type);
7561 return (name != NULL
7562 && (TYPE_CODE (type) == TYPE_CODE_INT
7563 || TYPE_CODE (type) == TYPE_CODE_RANGE)
7564 && (strcmp (name, "character") == 0
7565 || strcmp (name, "wide_character") == 0
7566 || strcmp (name, "wide_wide_character") == 0
7567 || strcmp (name, "unsigned char") == 0));
7568 }
7569
7570 /* True if TYPE appears to be an Ada string type. */
7571
7572 int
7573 ada_is_string_type (struct type *type)
7574 {
7575 type = ada_check_typedef (type);
7576 if (type != NULL
7577 && TYPE_CODE (type) != TYPE_CODE_PTR
7578 && (ada_is_simple_array_type (type)
7579 || ada_is_array_descriptor_type (type))
7580 && ada_array_arity (type) == 1)
7581 {
7582 struct type *elttype = ada_array_element_type (type, 1);
7583
7584 return ada_is_character_type (elttype);
7585 }
7586 else
7587 return 0;
7588 }
7589
7590
7591 /* True if TYPE is a struct type introduced by the compiler to force the
7592 alignment of a value. Such types have a single field with a
7593 distinctive name. */
7594
7595 int
7596 ada_is_aligner_type (struct type *type)
7597 {
7598 type = ada_check_typedef (type);
7599
7600 /* If we can find a parallel XVS type, then the XVS type should
7601 be used instead of this type. And hence, this is not an aligner
7602 type. */
7603 if (ada_find_parallel_type (type, "___XVS") != NULL)
7604 return 0;
7605
7606 return (TYPE_CODE (type) == TYPE_CODE_STRUCT
7607 && TYPE_NFIELDS (type) == 1
7608 && strcmp (TYPE_FIELD_NAME (type, 0), "F") == 0);
7609 }
7610
7611 /* If there is an ___XVS-convention type parallel to SUBTYPE, return
7612 the parallel type. */
7613
7614 struct type *
7615 ada_get_base_type (struct type *raw_type)
7616 {
7617 struct type *real_type_namer;
7618 struct type *raw_real_type;
7619
7620 if (raw_type == NULL || TYPE_CODE (raw_type) != TYPE_CODE_STRUCT)
7621 return raw_type;
7622
7623 real_type_namer = ada_find_parallel_type (raw_type, "___XVS");
7624 if (real_type_namer == NULL
7625 || TYPE_CODE (real_type_namer) != TYPE_CODE_STRUCT
7626 || TYPE_NFIELDS (real_type_namer) != 1)
7627 return raw_type;
7628
7629 raw_real_type = ada_find_any_type (TYPE_FIELD_NAME (real_type_namer, 0));
7630 if (raw_real_type == NULL)
7631 return raw_type;
7632 else
7633 return raw_real_type;
7634 }
7635
7636 /* The type of value designated by TYPE, with all aligners removed. */
7637
7638 struct type *
7639 ada_aligned_type (struct type *type)
7640 {
7641 if (ada_is_aligner_type (type))
7642 return ada_aligned_type (TYPE_FIELD_TYPE (type, 0));
7643 else
7644 return ada_get_base_type (type);
7645 }
7646
7647
7648 /* The address of the aligned value in an object at address VALADDR
7649 having type TYPE. Assumes ada_is_aligner_type (TYPE). */
7650
7651 const gdb_byte *
7652 ada_aligned_value_addr (struct type *type, const gdb_byte *valaddr)
7653 {
7654 if (ada_is_aligner_type (type))
7655 return ada_aligned_value_addr (TYPE_FIELD_TYPE (type, 0),
7656 valaddr +
7657 TYPE_FIELD_BITPOS (type,
7658 0) / TARGET_CHAR_BIT);
7659 else
7660 return valaddr;
7661 }
7662
7663
7664
7665 /* The printed representation of an enumeration literal with encoded
7666 name NAME. The value is good to the next call of ada_enum_name. */
7667 const char *
7668 ada_enum_name (const char *name)
7669 {
7670 static char *result;
7671 static size_t result_len = 0;
7672 char *tmp;
7673
7674 /* First, unqualify the enumeration name:
7675 1. Search for the last '.' character. If we find one, then skip
7676 all the preceeding characters, the unqualified name starts
7677 right after that dot.
7678 2. Otherwise, we may be debugging on a target where the compiler
7679 translates dots into "__". Search forward for double underscores,
7680 but stop searching when we hit an overloading suffix, which is
7681 of the form "__" followed by digits. */
7682
7683 tmp = strrchr (name, '.');
7684 if (tmp != NULL)
7685 name = tmp + 1;
7686 else
7687 {
7688 while ((tmp = strstr (name, "__")) != NULL)
7689 {
7690 if (isdigit (tmp[2]))
7691 break;
7692 else
7693 name = tmp + 2;
7694 }
7695 }
7696
7697 if (name[0] == 'Q')
7698 {
7699 int v;
7700 if (name[1] == 'U' || name[1] == 'W')
7701 {
7702 if (sscanf (name + 2, "%x", &v) != 1)
7703 return name;
7704 }
7705 else
7706 return name;
7707
7708 GROW_VECT (result, result_len, 16);
7709 if (isascii (v) && isprint (v))
7710 xsnprintf (result, result_len, "'%c'", v);
7711 else if (name[1] == 'U')
7712 xsnprintf (result, result_len, "[\"%02x\"]", v);
7713 else
7714 xsnprintf (result, result_len, "[\"%04x\"]", v);
7715
7716 return result;
7717 }
7718 else
7719 {
7720 tmp = strstr (name, "__");
7721 if (tmp == NULL)
7722 tmp = strstr (name, "$");
7723 if (tmp != NULL)
7724 {
7725 GROW_VECT (result, result_len, tmp - name + 1);
7726 strncpy (result, name, tmp - name);
7727 result[tmp - name] = '\0';
7728 return result;
7729 }
7730
7731 return name;
7732 }
7733 }
7734
7735 static struct value *
7736 evaluate_subexp (struct type *expect_type, struct expression *exp, int *pos,
7737 enum noside noside)
7738 {
7739 return (*exp->language_defn->la_exp_desc->evaluate_exp)
7740 (expect_type, exp, pos, noside);
7741 }
7742
7743 /* Evaluate the subexpression of EXP starting at *POS as for
7744 evaluate_type, updating *POS to point just past the evaluated
7745 expression. */
7746
7747 static struct value *
7748 evaluate_subexp_type (struct expression *exp, int *pos)
7749 {
7750 return (*exp->language_defn->la_exp_desc->evaluate_exp)
7751 (NULL_TYPE, exp, pos, EVAL_AVOID_SIDE_EFFECTS);
7752 }
7753
7754 /* If VAL is wrapped in an aligner or subtype wrapper, return the
7755 value it wraps. */
7756
7757 static struct value *
7758 unwrap_value (struct value *val)
7759 {
7760 struct type *type = ada_check_typedef (value_type (val));
7761 if (ada_is_aligner_type (type))
7762 {
7763 struct value *v = ada_value_struct_elt (val, "F", 0);
7764 struct type *val_type = ada_check_typedef (value_type (v));
7765 if (ada_type_name (val_type) == NULL)
7766 TYPE_NAME (val_type) = ada_type_name (type);
7767
7768 return unwrap_value (v);
7769 }
7770 else
7771 {
7772 struct type *raw_real_type =
7773 ada_check_typedef (ada_get_base_type (type));
7774
7775 if (type == raw_real_type)
7776 return val;
7777
7778 return
7779 coerce_unspec_val_to_type
7780 (val, ada_to_fixed_type (raw_real_type, 0,
7781 VALUE_ADDRESS (val) + value_offset (val),
7782 NULL, 1));
7783 }
7784 }
7785
7786 static struct value *
7787 cast_to_fixed (struct type *type, struct value *arg)
7788 {
7789 LONGEST val;
7790
7791 if (type == value_type (arg))
7792 return arg;
7793 else if (ada_is_fixed_point_type (value_type (arg)))
7794 val = ada_float_to_fixed (type,
7795 ada_fixed_to_float (value_type (arg),
7796 value_as_long (arg)));
7797 else
7798 {
7799 DOUBLEST argd = value_as_double (arg);
7800 val = ada_float_to_fixed (type, argd);
7801 }
7802
7803 return value_from_longest (type, val);
7804 }
7805
7806 static struct value *
7807 cast_from_fixed (struct type *type, struct value *arg)
7808 {
7809 DOUBLEST val = ada_fixed_to_float (value_type (arg),
7810 value_as_long (arg));
7811 return value_from_double (type, val);
7812 }
7813
7814 /* Coerce VAL as necessary for assignment to an lval of type TYPE, and
7815 return the converted value. */
7816
7817 static struct value *
7818 coerce_for_assign (struct type *type, struct value *val)
7819 {
7820 struct type *type2 = value_type (val);
7821 if (type == type2)
7822 return val;
7823
7824 type2 = ada_check_typedef (type2);
7825 type = ada_check_typedef (type);
7826
7827 if (TYPE_CODE (type2) == TYPE_CODE_PTR
7828 && TYPE_CODE (type) == TYPE_CODE_ARRAY)
7829 {
7830 val = ada_value_ind (val);
7831 type2 = value_type (val);
7832 }
7833
7834 if (TYPE_CODE (type2) == TYPE_CODE_ARRAY
7835 && TYPE_CODE (type) == TYPE_CODE_ARRAY)
7836 {
7837 if (TYPE_LENGTH (type2) != TYPE_LENGTH (type)
7838 || TYPE_LENGTH (TYPE_TARGET_TYPE (type2))
7839 != TYPE_LENGTH (TYPE_TARGET_TYPE (type2)))
7840 error (_("Incompatible types in assignment"));
7841 deprecated_set_value_type (val, type);
7842 }
7843 return val;
7844 }
7845
7846 static struct value *
7847 ada_value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
7848 {
7849 struct value *val;
7850 struct type *type1, *type2;
7851 LONGEST v, v1, v2;
7852
7853 arg1 = coerce_ref (arg1);
7854 arg2 = coerce_ref (arg2);
7855 type1 = base_type (ada_check_typedef (value_type (arg1)));
7856 type2 = base_type (ada_check_typedef (value_type (arg2)));
7857
7858 if (TYPE_CODE (type1) != TYPE_CODE_INT
7859 || TYPE_CODE (type2) != TYPE_CODE_INT)
7860 return value_binop (arg1, arg2, op);
7861
7862 switch (op)
7863 {
7864 case BINOP_MOD:
7865 case BINOP_DIV:
7866 case BINOP_REM:
7867 break;
7868 default:
7869 return value_binop (arg1, arg2, op);
7870 }
7871
7872 v2 = value_as_long (arg2);
7873 if (v2 == 0)
7874 error (_("second operand of %s must not be zero."), op_string (op));
7875
7876 if (TYPE_UNSIGNED (type1) || op == BINOP_MOD)
7877 return value_binop (arg1, arg2, op);
7878
7879 v1 = value_as_long (arg1);
7880 switch (op)
7881 {
7882 case BINOP_DIV:
7883 v = v1 / v2;
7884 if (!TRUNCATION_TOWARDS_ZERO && v1 * (v1 % v2) < 0)
7885 v += v > 0 ? -1 : 1;
7886 break;
7887 case BINOP_REM:
7888 v = v1 % v2;
7889 if (v * v1 < 0)
7890 v -= v2;
7891 break;
7892 default:
7893 /* Should not reach this point. */
7894 v = 0;
7895 }
7896
7897 val = allocate_value (type1);
7898 store_unsigned_integer (value_contents_raw (val),
7899 TYPE_LENGTH (value_type (val)), v);
7900 return val;
7901 }
7902
7903 static int
7904 ada_value_equal (struct value *arg1, struct value *arg2)
7905 {
7906 if (ada_is_direct_array_type (value_type (arg1))
7907 || ada_is_direct_array_type (value_type (arg2)))
7908 {
7909 /* Automatically dereference any array reference before
7910 we attempt to perform the comparison. */
7911 arg1 = ada_coerce_ref (arg1);
7912 arg2 = ada_coerce_ref (arg2);
7913
7914 arg1 = ada_coerce_to_simple_array (arg1);
7915 arg2 = ada_coerce_to_simple_array (arg2);
7916 if (TYPE_CODE (value_type (arg1)) != TYPE_CODE_ARRAY
7917 || TYPE_CODE (value_type (arg2)) != TYPE_CODE_ARRAY)
7918 error (_("Attempt to compare array with non-array"));
7919 /* FIXME: The following works only for types whose
7920 representations use all bits (no padding or undefined bits)
7921 and do not have user-defined equality. */
7922 return
7923 TYPE_LENGTH (value_type (arg1)) == TYPE_LENGTH (value_type (arg2))
7924 && memcmp (value_contents (arg1), value_contents (arg2),
7925 TYPE_LENGTH (value_type (arg1))) == 0;
7926 }
7927 return value_equal (arg1, arg2);
7928 }
7929
7930 /* Total number of component associations in the aggregate starting at
7931 index PC in EXP. Assumes that index PC is the start of an
7932 OP_AGGREGATE. */
7933
7934 static int
7935 num_component_specs (struct expression *exp, int pc)
7936 {
7937 int n, m, i;
7938 m = exp->elts[pc + 1].longconst;
7939 pc += 3;
7940 n = 0;
7941 for (i = 0; i < m; i += 1)
7942 {
7943 switch (exp->elts[pc].opcode)
7944 {
7945 default:
7946 n += 1;
7947 break;
7948 case OP_CHOICES:
7949 n += exp->elts[pc + 1].longconst;
7950 break;
7951 }
7952 ada_evaluate_subexp (NULL, exp, &pc, EVAL_SKIP);
7953 }
7954 return n;
7955 }
7956
7957 /* Assign the result of evaluating EXP starting at *POS to the INDEXth
7958 component of LHS (a simple array or a record), updating *POS past
7959 the expression, assuming that LHS is contained in CONTAINER. Does
7960 not modify the inferior's memory, nor does it modify LHS (unless
7961 LHS == CONTAINER). */
7962
7963 static void
7964 assign_component (struct value *container, struct value *lhs, LONGEST index,
7965 struct expression *exp, int *pos)
7966 {
7967 struct value *mark = value_mark ();
7968 struct value *elt;
7969 if (TYPE_CODE (value_type (lhs)) == TYPE_CODE_ARRAY)
7970 {
7971 struct value *index_val = value_from_longest (builtin_type_int32, index);
7972 elt = unwrap_value (ada_value_subscript (lhs, 1, &index_val));
7973 }
7974 else
7975 {
7976 elt = ada_index_struct_field (index, lhs, 0, value_type (lhs));
7977 elt = ada_to_fixed_value (unwrap_value (elt));
7978 }
7979
7980 if (exp->elts[*pos].opcode == OP_AGGREGATE)
7981 assign_aggregate (container, elt, exp, pos, EVAL_NORMAL);
7982 else
7983 value_assign_to_component (container, elt,
7984 ada_evaluate_subexp (NULL, exp, pos,
7985 EVAL_NORMAL));
7986
7987 value_free_to_mark (mark);
7988 }
7989
7990 /* Assuming that LHS represents an lvalue having a record or array
7991 type, and EXP->ELTS[*POS] is an OP_AGGREGATE, evaluate an assignment
7992 of that aggregate's value to LHS, advancing *POS past the
7993 aggregate. NOSIDE is as for evaluate_subexp. CONTAINER is an
7994 lvalue containing LHS (possibly LHS itself). Does not modify
7995 the inferior's memory, nor does it modify the contents of
7996 LHS (unless == CONTAINER). Returns the modified CONTAINER. */
7997
7998 static struct value *
7999 assign_aggregate (struct value *container,
8000 struct value *lhs, struct expression *exp,
8001 int *pos, enum noside noside)
8002 {
8003 struct type *lhs_type;
8004 int n = exp->elts[*pos+1].longconst;
8005 LONGEST low_index, high_index;
8006 int num_specs;
8007 LONGEST *indices;
8008 int max_indices, num_indices;
8009 int is_array_aggregate;
8010 int i;
8011 struct value *mark = value_mark ();
8012
8013 *pos += 3;
8014 if (noside != EVAL_NORMAL)
8015 {
8016 int i;
8017 for (i = 0; i < n; i += 1)
8018 ada_evaluate_subexp (NULL, exp, pos, noside);
8019 return container;
8020 }
8021
8022 container = ada_coerce_ref (container);
8023 if (ada_is_direct_array_type (value_type (container)))
8024 container = ada_coerce_to_simple_array (container);
8025 lhs = ada_coerce_ref (lhs);
8026 if (!deprecated_value_modifiable (lhs))
8027 error (_("Left operand of assignment is not a modifiable lvalue."));
8028
8029 lhs_type = value_type (lhs);
8030 if (ada_is_direct_array_type (lhs_type))
8031 {
8032 lhs = ada_coerce_to_simple_array (lhs);
8033 lhs_type = value_type (lhs);
8034 low_index = TYPE_ARRAY_LOWER_BOUND_VALUE (lhs_type);
8035 high_index = TYPE_ARRAY_UPPER_BOUND_VALUE (lhs_type);
8036 is_array_aggregate = 1;
8037 }
8038 else if (TYPE_CODE (lhs_type) == TYPE_CODE_STRUCT)
8039 {
8040 low_index = 0;
8041 high_index = num_visible_fields (lhs_type) - 1;
8042 is_array_aggregate = 0;
8043 }
8044 else
8045 error (_("Left-hand side must be array or record."));
8046
8047 num_specs = num_component_specs (exp, *pos - 3);
8048 max_indices = 4 * num_specs + 4;
8049 indices = alloca (max_indices * sizeof (indices[0]));
8050 indices[0] = indices[1] = low_index - 1;
8051 indices[2] = indices[3] = high_index + 1;
8052 num_indices = 4;
8053
8054 for (i = 0; i < n; i += 1)
8055 {
8056 switch (exp->elts[*pos].opcode)
8057 {
8058 case OP_CHOICES:
8059 aggregate_assign_from_choices (container, lhs, exp, pos, indices,
8060 &num_indices, max_indices,
8061 low_index, high_index);
8062 break;
8063 case OP_POSITIONAL:
8064 aggregate_assign_positional (container, lhs, exp, pos, indices,
8065 &num_indices, max_indices,
8066 low_index, high_index);
8067 break;
8068 case OP_OTHERS:
8069 if (i != n-1)
8070 error (_("Misplaced 'others' clause"));
8071 aggregate_assign_others (container, lhs, exp, pos, indices,
8072 num_indices, low_index, high_index);
8073 break;
8074 default:
8075 error (_("Internal error: bad aggregate clause"));
8076 }
8077 }
8078
8079 return container;
8080 }
8081
8082 /* Assign into the component of LHS indexed by the OP_POSITIONAL
8083 construct at *POS, updating *POS past the construct, given that
8084 the positions are relative to lower bound LOW, where HIGH is the
8085 upper bound. Record the position in INDICES[0 .. MAX_INDICES-1]
8086 updating *NUM_INDICES as needed. CONTAINER is as for
8087 assign_aggregate. */
8088 static void
8089 aggregate_assign_positional (struct value *container,
8090 struct value *lhs, struct expression *exp,
8091 int *pos, LONGEST *indices, int *num_indices,
8092 int max_indices, LONGEST low, LONGEST high)
8093 {
8094 LONGEST ind = longest_to_int (exp->elts[*pos + 1].longconst) + low;
8095
8096 if (ind - 1 == high)
8097 warning (_("Extra components in aggregate ignored."));
8098 if (ind <= high)
8099 {
8100 add_component_interval (ind, ind, indices, num_indices, max_indices);
8101 *pos += 3;
8102 assign_component (container, lhs, ind, exp, pos);
8103 }
8104 else
8105 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
8106 }
8107
8108 /* Assign into the components of LHS indexed by the OP_CHOICES
8109 construct at *POS, updating *POS past the construct, given that
8110 the allowable indices are LOW..HIGH. Record the indices assigned
8111 to in INDICES[0 .. MAX_INDICES-1], updating *NUM_INDICES as
8112 needed. CONTAINER is as for assign_aggregate. */
8113 static void
8114 aggregate_assign_from_choices (struct value *container,
8115 struct value *lhs, struct expression *exp,
8116 int *pos, LONGEST *indices, int *num_indices,
8117 int max_indices, LONGEST low, LONGEST high)
8118 {
8119 int j;
8120 int n_choices = longest_to_int (exp->elts[*pos+1].longconst);
8121 int choice_pos, expr_pc;
8122 int is_array = ada_is_direct_array_type (value_type (lhs));
8123
8124 choice_pos = *pos += 3;
8125
8126 for (j = 0; j < n_choices; j += 1)
8127 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
8128 expr_pc = *pos;
8129 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
8130
8131 for (j = 0; j < n_choices; j += 1)
8132 {
8133 LONGEST lower, upper;
8134 enum exp_opcode op = exp->elts[choice_pos].opcode;
8135 if (op == OP_DISCRETE_RANGE)
8136 {
8137 choice_pos += 1;
8138 lower = value_as_long (ada_evaluate_subexp (NULL, exp, pos,
8139 EVAL_NORMAL));
8140 upper = value_as_long (ada_evaluate_subexp (NULL, exp, pos,
8141 EVAL_NORMAL));
8142 }
8143 else if (is_array)
8144 {
8145 lower = value_as_long (ada_evaluate_subexp (NULL, exp, &choice_pos,
8146 EVAL_NORMAL));
8147 upper = lower;
8148 }
8149 else
8150 {
8151 int ind;
8152 char *name;
8153 switch (op)
8154 {
8155 case OP_NAME:
8156 name = &exp->elts[choice_pos + 2].string;
8157 break;
8158 case OP_VAR_VALUE:
8159 name = SYMBOL_NATURAL_NAME (exp->elts[choice_pos + 2].symbol);
8160 break;
8161 default:
8162 error (_("Invalid record component association."));
8163 }
8164 ada_evaluate_subexp (NULL, exp, &choice_pos, EVAL_SKIP);
8165 ind = 0;
8166 if (! find_struct_field (name, value_type (lhs), 0,
8167 NULL, NULL, NULL, NULL, &ind))
8168 error (_("Unknown component name: %s."), name);
8169 lower = upper = ind;
8170 }
8171
8172 if (lower <= upper && (lower < low || upper > high))
8173 error (_("Index in component association out of bounds."));
8174
8175 add_component_interval (lower, upper, indices, num_indices,
8176 max_indices);
8177 while (lower <= upper)
8178 {
8179 int pos1;
8180 pos1 = expr_pc;
8181 assign_component (container, lhs, lower, exp, &pos1);
8182 lower += 1;
8183 }
8184 }
8185 }
8186
8187 /* Assign the value of the expression in the OP_OTHERS construct in
8188 EXP at *POS into the components of LHS indexed from LOW .. HIGH that
8189 have not been previously assigned. The index intervals already assigned
8190 are in INDICES[0 .. NUM_INDICES-1]. Updates *POS to after the
8191 OP_OTHERS clause. CONTAINER is as for assign_aggregate*/
8192 static void
8193 aggregate_assign_others (struct value *container,
8194 struct value *lhs, struct expression *exp,
8195 int *pos, LONGEST *indices, int num_indices,
8196 LONGEST low, LONGEST high)
8197 {
8198 int i;
8199 int expr_pc = *pos+1;
8200
8201 for (i = 0; i < num_indices - 2; i += 2)
8202 {
8203 LONGEST ind;
8204 for (ind = indices[i + 1] + 1; ind < indices[i + 2]; ind += 1)
8205 {
8206 int pos;
8207 pos = expr_pc;
8208 assign_component (container, lhs, ind, exp, &pos);
8209 }
8210 }
8211 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
8212 }
8213
8214 /* Add the interval [LOW .. HIGH] to the sorted set of intervals
8215 [ INDICES[0] .. INDICES[1] ],..., [ INDICES[*SIZE-2] .. INDICES[*SIZE-1] ],
8216 modifying *SIZE as needed. It is an error if *SIZE exceeds
8217 MAX_SIZE. The resulting intervals do not overlap. */
8218 static void
8219 add_component_interval (LONGEST low, LONGEST high,
8220 LONGEST* indices, int *size, int max_size)
8221 {
8222 int i, j;
8223 for (i = 0; i < *size; i += 2) {
8224 if (high >= indices[i] && low <= indices[i + 1])
8225 {
8226 int kh;
8227 for (kh = i + 2; kh < *size; kh += 2)
8228 if (high < indices[kh])
8229 break;
8230 if (low < indices[i])
8231 indices[i] = low;
8232 indices[i + 1] = indices[kh - 1];
8233 if (high > indices[i + 1])
8234 indices[i + 1] = high;
8235 memcpy (indices + i + 2, indices + kh, *size - kh);
8236 *size -= kh - i - 2;
8237 return;
8238 }
8239 else if (high < indices[i])
8240 break;
8241 }
8242
8243 if (*size == max_size)
8244 error (_("Internal error: miscounted aggregate components."));
8245 *size += 2;
8246 for (j = *size-1; j >= i+2; j -= 1)
8247 indices[j] = indices[j - 2];
8248 indices[i] = low;
8249 indices[i + 1] = high;
8250 }
8251
8252 /* Perform and Ada cast of ARG2 to type TYPE if the type of ARG2
8253 is different. */
8254
8255 static struct value *
8256 ada_value_cast (struct type *type, struct value *arg2, enum noside noside)
8257 {
8258 if (type == ada_check_typedef (value_type (arg2)))
8259 return arg2;
8260
8261 if (ada_is_fixed_point_type (type))
8262 return (cast_to_fixed (type, arg2));
8263
8264 if (ada_is_fixed_point_type (value_type (arg2)))
8265 return cast_from_fixed (type, arg2);
8266
8267 return value_cast (type, arg2);
8268 }
8269
8270 static struct value *
8271 ada_evaluate_subexp (struct type *expect_type, struct expression *exp,
8272 int *pos, enum noside noside)
8273 {
8274 enum exp_opcode op;
8275 int tem, tem2, tem3;
8276 int pc;
8277 struct value *arg1 = NULL, *arg2 = NULL, *arg3;
8278 struct type *type;
8279 int nargs, oplen;
8280 struct value **argvec;
8281
8282 pc = *pos;
8283 *pos += 1;
8284 op = exp->elts[pc].opcode;
8285
8286 switch (op)
8287 {
8288 default:
8289 *pos -= 1;
8290 arg1 = evaluate_subexp_standard (expect_type, exp, pos, noside);
8291 arg1 = unwrap_value (arg1);
8292
8293 /* If evaluating an OP_DOUBLE and an EXPECT_TYPE was provided,
8294 then we need to perform the conversion manually, because
8295 evaluate_subexp_standard doesn't do it. This conversion is
8296 necessary in Ada because the different kinds of float/fixed
8297 types in Ada have different representations.
8298
8299 Similarly, we need to perform the conversion from OP_LONG
8300 ourselves. */
8301 if ((op == OP_DOUBLE || op == OP_LONG) && expect_type != NULL)
8302 arg1 = ada_value_cast (expect_type, arg1, noside);
8303
8304 return arg1;
8305
8306 case OP_STRING:
8307 {
8308 struct value *result;
8309 *pos -= 1;
8310 result = evaluate_subexp_standard (expect_type, exp, pos, noside);
8311 /* The result type will have code OP_STRING, bashed there from
8312 OP_ARRAY. Bash it back. */
8313 if (TYPE_CODE (value_type (result)) == TYPE_CODE_STRING)
8314 TYPE_CODE (value_type (result)) = TYPE_CODE_ARRAY;
8315 return result;
8316 }
8317
8318 case UNOP_CAST:
8319 (*pos) += 2;
8320 type = exp->elts[pc + 1].type;
8321 arg1 = evaluate_subexp (type, exp, pos, noside);
8322 if (noside == EVAL_SKIP)
8323 goto nosideret;
8324 arg1 = ada_value_cast (type, arg1, noside);
8325 return arg1;
8326
8327 case UNOP_QUAL:
8328 (*pos) += 2;
8329 type = exp->elts[pc + 1].type;
8330 return ada_evaluate_subexp (type, exp, pos, noside);
8331
8332 case BINOP_ASSIGN:
8333 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8334 if (exp->elts[*pos].opcode == OP_AGGREGATE)
8335 {
8336 arg1 = assign_aggregate (arg1, arg1, exp, pos, noside);
8337 if (noside == EVAL_SKIP || noside == EVAL_AVOID_SIDE_EFFECTS)
8338 return arg1;
8339 return ada_value_assign (arg1, arg1);
8340 }
8341 /* Force the evaluation of the rhs ARG2 to the type of the lhs ARG1,
8342 except if the lhs of our assignment is a convenience variable.
8343 In the case of assigning to a convenience variable, the lhs
8344 should be exactly the result of the evaluation of the rhs. */
8345 type = value_type (arg1);
8346 if (VALUE_LVAL (arg1) == lval_internalvar)
8347 type = NULL;
8348 arg2 = evaluate_subexp (type, exp, pos, noside);
8349 if (noside == EVAL_SKIP || noside == EVAL_AVOID_SIDE_EFFECTS)
8350 return arg1;
8351 if (ada_is_fixed_point_type (value_type (arg1)))
8352 arg2 = cast_to_fixed (value_type (arg1), arg2);
8353 else if (ada_is_fixed_point_type (value_type (arg2)))
8354 error
8355 (_("Fixed-point values must be assigned to fixed-point variables"));
8356 else
8357 arg2 = coerce_for_assign (value_type (arg1), arg2);
8358 return ada_value_assign (arg1, arg2);
8359
8360 case BINOP_ADD:
8361 arg1 = evaluate_subexp_with_coercion (exp, pos, noside);
8362 arg2 = evaluate_subexp_with_coercion (exp, pos, noside);
8363 if (noside == EVAL_SKIP)
8364 goto nosideret;
8365 if (TYPE_CODE (value_type (arg1)) == TYPE_CODE_PTR)
8366 return (value_from_longest
8367 (value_type (arg1),
8368 value_as_long (arg1) + value_as_long (arg2)));
8369 if ((ada_is_fixed_point_type (value_type (arg1))
8370 || ada_is_fixed_point_type (value_type (arg2)))
8371 && value_type (arg1) != value_type (arg2))
8372 error (_("Operands of fixed-point addition must have the same type"));
8373 /* Do the addition, and cast the result to the type of the first
8374 argument. We cannot cast the result to a reference type, so if
8375 ARG1 is a reference type, find its underlying type. */
8376 type = value_type (arg1);
8377 while (TYPE_CODE (type) == TYPE_CODE_REF)
8378 type = TYPE_TARGET_TYPE (type);
8379 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8380 return value_cast (type, value_binop (arg1, arg2, BINOP_ADD));
8381
8382 case BINOP_SUB:
8383 arg1 = evaluate_subexp_with_coercion (exp, pos, noside);
8384 arg2 = evaluate_subexp_with_coercion (exp, pos, noside);
8385 if (noside == EVAL_SKIP)
8386 goto nosideret;
8387 if (TYPE_CODE (value_type (arg1)) == TYPE_CODE_PTR)
8388 return (value_from_longest
8389 (value_type (arg1),
8390 value_as_long (arg1) - value_as_long (arg2)));
8391 if ((ada_is_fixed_point_type (value_type (arg1))
8392 || ada_is_fixed_point_type (value_type (arg2)))
8393 && value_type (arg1) != value_type (arg2))
8394 error (_("Operands of fixed-point subtraction must have the same type"));
8395 /* Do the substraction, and cast the result to the type of the first
8396 argument. We cannot cast the result to a reference type, so if
8397 ARG1 is a reference type, find its underlying type. */
8398 type = value_type (arg1);
8399 while (TYPE_CODE (type) == TYPE_CODE_REF)
8400 type = TYPE_TARGET_TYPE (type);
8401 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8402 return value_cast (type, value_binop (arg1, arg2, BINOP_SUB));
8403
8404 case BINOP_MUL:
8405 case BINOP_DIV:
8406 case BINOP_REM:
8407 case BINOP_MOD:
8408 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8409 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8410 if (noside == EVAL_SKIP)
8411 goto nosideret;
8412 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
8413 {
8414 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8415 return value_zero (value_type (arg1), not_lval);
8416 }
8417 else
8418 {
8419 type = builtin_type (exp->gdbarch)->builtin_double;
8420 if (ada_is_fixed_point_type (value_type (arg1)))
8421 arg1 = cast_from_fixed (type, arg1);
8422 if (ada_is_fixed_point_type (value_type (arg2)))
8423 arg2 = cast_from_fixed (type, arg2);
8424 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8425 return ada_value_binop (arg1, arg2, op);
8426 }
8427
8428 case BINOP_EQUAL:
8429 case BINOP_NOTEQUAL:
8430 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8431 arg2 = evaluate_subexp (value_type (arg1), exp, pos, noside);
8432 if (noside == EVAL_SKIP)
8433 goto nosideret;
8434 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8435 tem = 0;
8436 else
8437 {
8438 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8439 tem = ada_value_equal (arg1, arg2);
8440 }
8441 if (op == BINOP_NOTEQUAL)
8442 tem = !tem;
8443 type = language_bool_type (exp->language_defn, exp->gdbarch);
8444 return value_from_longest (type, (LONGEST) tem);
8445
8446 case UNOP_NEG:
8447 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8448 if (noside == EVAL_SKIP)
8449 goto nosideret;
8450 else if (ada_is_fixed_point_type (value_type (arg1)))
8451 return value_cast (value_type (arg1), value_neg (arg1));
8452 else
8453 {
8454 unop_promote (exp->language_defn, exp->gdbarch, &arg1);
8455 return value_neg (arg1);
8456 }
8457
8458 case BINOP_LOGICAL_AND:
8459 case BINOP_LOGICAL_OR:
8460 case UNOP_LOGICAL_NOT:
8461 {
8462 struct value *val;
8463
8464 *pos -= 1;
8465 val = evaluate_subexp_standard (expect_type, exp, pos, noside);
8466 type = language_bool_type (exp->language_defn, exp->gdbarch);
8467 return value_cast (type, val);
8468 }
8469
8470 case BINOP_BITWISE_AND:
8471 case BINOP_BITWISE_IOR:
8472 case BINOP_BITWISE_XOR:
8473 {
8474 struct value *val;
8475
8476 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, EVAL_AVOID_SIDE_EFFECTS);
8477 *pos = pc;
8478 val = evaluate_subexp_standard (expect_type, exp, pos, noside);
8479
8480 return value_cast (value_type (arg1), val);
8481 }
8482
8483 case OP_VAR_VALUE:
8484 *pos -= 1;
8485
8486 if (noside == EVAL_SKIP)
8487 {
8488 *pos += 4;
8489 goto nosideret;
8490 }
8491 else if (SYMBOL_DOMAIN (exp->elts[pc + 2].symbol) == UNDEF_DOMAIN)
8492 /* Only encountered when an unresolved symbol occurs in a
8493 context other than a function call, in which case, it is
8494 invalid. */
8495 error (_("Unexpected unresolved symbol, %s, during evaluation"),
8496 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
8497 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
8498 {
8499 type = static_unwrap_type (SYMBOL_TYPE (exp->elts[pc + 2].symbol));
8500 if (ada_is_tagged_type (type, 0))
8501 {
8502 /* Tagged types are a little special in the fact that the real
8503 type is dynamic and can only be determined by inspecting the
8504 object's tag. This means that we need to get the object's
8505 value first (EVAL_NORMAL) and then extract the actual object
8506 type from its tag.
8507
8508 Note that we cannot skip the final step where we extract
8509 the object type from its tag, because the EVAL_NORMAL phase
8510 results in dynamic components being resolved into fixed ones.
8511 This can cause problems when trying to print the type
8512 description of tagged types whose parent has a dynamic size:
8513 We use the type name of the "_parent" component in order
8514 to print the name of the ancestor type in the type description.
8515 If that component had a dynamic size, the resolution into
8516 a fixed type would result in the loss of that type name,
8517 thus preventing us from printing the name of the ancestor
8518 type in the type description. */
8519 struct type *actual_type;
8520
8521 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, EVAL_NORMAL);
8522 actual_type = type_from_tag (ada_value_tag (arg1));
8523 if (actual_type == NULL)
8524 /* If, for some reason, we were unable to determine
8525 the actual type from the tag, then use the static
8526 approximation that we just computed as a fallback.
8527 This can happen if the debugging information is
8528 incomplete, for instance. */
8529 actual_type = type;
8530
8531 return value_zero (actual_type, not_lval);
8532 }
8533
8534 *pos += 4;
8535 return value_zero
8536 (to_static_fixed_type
8537 (static_unwrap_type (SYMBOL_TYPE (exp->elts[pc + 2].symbol))),
8538 not_lval);
8539 }
8540 else
8541 {
8542 arg1 =
8543 unwrap_value (evaluate_subexp_standard
8544 (expect_type, exp, pos, noside));
8545 return ada_to_fixed_value (arg1);
8546 }
8547
8548 case OP_FUNCALL:
8549 (*pos) += 2;
8550
8551 /* Allocate arg vector, including space for the function to be
8552 called in argvec[0] and a terminating NULL. */
8553 nargs = longest_to_int (exp->elts[pc + 1].longconst);
8554 argvec =
8555 (struct value **) alloca (sizeof (struct value *) * (nargs + 2));
8556
8557 if (exp->elts[*pos].opcode == OP_VAR_VALUE
8558 && SYMBOL_DOMAIN (exp->elts[pc + 5].symbol) == UNDEF_DOMAIN)
8559 error (_("Unexpected unresolved symbol, %s, during evaluation"),
8560 SYMBOL_PRINT_NAME (exp->elts[pc + 5].symbol));
8561 else
8562 {
8563 for (tem = 0; tem <= nargs; tem += 1)
8564 argvec[tem] = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8565 argvec[tem] = 0;
8566
8567 if (noside == EVAL_SKIP)
8568 goto nosideret;
8569 }
8570
8571 if (ada_is_packed_array_type (desc_base_type (value_type (argvec[0]))))
8572 argvec[0] = ada_coerce_to_simple_array (argvec[0]);
8573 else if (TYPE_CODE (value_type (argvec[0])) == TYPE_CODE_REF
8574 || (TYPE_CODE (value_type (argvec[0])) == TYPE_CODE_ARRAY
8575 && VALUE_LVAL (argvec[0]) == lval_memory))
8576 argvec[0] = value_addr (argvec[0]);
8577
8578 type = ada_check_typedef (value_type (argvec[0]));
8579 if (TYPE_CODE (type) == TYPE_CODE_PTR)
8580 {
8581 switch (TYPE_CODE (ada_check_typedef (TYPE_TARGET_TYPE (type))))
8582 {
8583 case TYPE_CODE_FUNC:
8584 type = ada_check_typedef (TYPE_TARGET_TYPE (type));
8585 break;
8586 case TYPE_CODE_ARRAY:
8587 break;
8588 case TYPE_CODE_STRUCT:
8589 if (noside != EVAL_AVOID_SIDE_EFFECTS)
8590 argvec[0] = ada_value_ind (argvec[0]);
8591 type = ada_check_typedef (TYPE_TARGET_TYPE (type));
8592 break;
8593 default:
8594 error (_("cannot subscript or call something of type `%s'"),
8595 ada_type_name (value_type (argvec[0])));
8596 break;
8597 }
8598 }
8599
8600 switch (TYPE_CODE (type))
8601 {
8602 case TYPE_CODE_FUNC:
8603 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8604 return allocate_value (TYPE_TARGET_TYPE (type));
8605 return call_function_by_hand (argvec[0], nargs, argvec + 1);
8606 case TYPE_CODE_STRUCT:
8607 {
8608 int arity;
8609
8610 arity = ada_array_arity (type);
8611 type = ada_array_element_type (type, nargs);
8612 if (type == NULL)
8613 error (_("cannot subscript or call a record"));
8614 if (arity != nargs)
8615 error (_("wrong number of subscripts; expecting %d"), arity);
8616 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8617 return value_zero (ada_aligned_type (type), lval_memory);
8618 return
8619 unwrap_value (ada_value_subscript
8620 (argvec[0], nargs, argvec + 1));
8621 }
8622 case TYPE_CODE_ARRAY:
8623 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8624 {
8625 type = ada_array_element_type (type, nargs);
8626 if (type == NULL)
8627 error (_("element type of array unknown"));
8628 else
8629 return value_zero (ada_aligned_type (type), lval_memory);
8630 }
8631 return
8632 unwrap_value (ada_value_subscript
8633 (ada_coerce_to_simple_array (argvec[0]),
8634 nargs, argvec + 1));
8635 case TYPE_CODE_PTR: /* Pointer to array */
8636 type = to_fixed_array_type (TYPE_TARGET_TYPE (type), NULL, 1);
8637 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8638 {
8639 type = ada_array_element_type (type, nargs);
8640 if (type == NULL)
8641 error (_("element type of array unknown"));
8642 else
8643 return value_zero (ada_aligned_type (type), lval_memory);
8644 }
8645 return
8646 unwrap_value (ada_value_ptr_subscript (argvec[0], type,
8647 nargs, argvec + 1));
8648
8649 default:
8650 error (_("Attempt to index or call something other than an "
8651 "array or function"));
8652 }
8653
8654 case TERNOP_SLICE:
8655 {
8656 struct value *array = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8657 struct value *low_bound_val =
8658 evaluate_subexp (NULL_TYPE, exp, pos, noside);
8659 struct value *high_bound_val =
8660 evaluate_subexp (NULL_TYPE, exp, pos, noside);
8661 LONGEST low_bound;
8662 LONGEST high_bound;
8663 low_bound_val = coerce_ref (low_bound_val);
8664 high_bound_val = coerce_ref (high_bound_val);
8665 low_bound = pos_atr (low_bound_val);
8666 high_bound = pos_atr (high_bound_val);
8667
8668 if (noside == EVAL_SKIP)
8669 goto nosideret;
8670
8671 /* If this is a reference to an aligner type, then remove all
8672 the aligners. */
8673 if (TYPE_CODE (value_type (array)) == TYPE_CODE_REF
8674 && ada_is_aligner_type (TYPE_TARGET_TYPE (value_type (array))))
8675 TYPE_TARGET_TYPE (value_type (array)) =
8676 ada_aligned_type (TYPE_TARGET_TYPE (value_type (array)));
8677
8678 if (ada_is_packed_array_type (value_type (array)))
8679 error (_("cannot slice a packed array"));
8680
8681 /* If this is a reference to an array or an array lvalue,
8682 convert to a pointer. */
8683 if (TYPE_CODE (value_type (array)) == TYPE_CODE_REF
8684 || (TYPE_CODE (value_type (array)) == TYPE_CODE_ARRAY
8685 && VALUE_LVAL (array) == lval_memory))
8686 array = value_addr (array);
8687
8688 if (noside == EVAL_AVOID_SIDE_EFFECTS
8689 && ada_is_array_descriptor_type (ada_check_typedef
8690 (value_type (array))))
8691 return empty_array (ada_type_of_array (array, 0), low_bound);
8692
8693 array = ada_coerce_to_simple_array_ptr (array);
8694
8695 /* If we have more than one level of pointer indirection,
8696 dereference the value until we get only one level. */
8697 while (TYPE_CODE (value_type (array)) == TYPE_CODE_PTR
8698 && (TYPE_CODE (TYPE_TARGET_TYPE (value_type (array)))
8699 == TYPE_CODE_PTR))
8700 array = value_ind (array);
8701
8702 /* Make sure we really do have an array type before going further,
8703 to avoid a SEGV when trying to get the index type or the target
8704 type later down the road if the debug info generated by
8705 the compiler is incorrect or incomplete. */
8706 if (!ada_is_simple_array_type (value_type (array)))
8707 error (_("cannot take slice of non-array"));
8708
8709 if (TYPE_CODE (value_type (array)) == TYPE_CODE_PTR)
8710 {
8711 if (high_bound < low_bound || noside == EVAL_AVOID_SIDE_EFFECTS)
8712 return empty_array (TYPE_TARGET_TYPE (value_type (array)),
8713 low_bound);
8714 else
8715 {
8716 struct type *arr_type0 =
8717 to_fixed_array_type (TYPE_TARGET_TYPE (value_type (array)),
8718 NULL, 1);
8719 return ada_value_slice_from_ptr (array, arr_type0,
8720 longest_to_int (low_bound),
8721 longest_to_int (high_bound));
8722 }
8723 }
8724 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
8725 return array;
8726 else if (high_bound < low_bound)
8727 return empty_array (value_type (array), low_bound);
8728 else
8729 return ada_value_slice (array, longest_to_int (low_bound),
8730 longest_to_int (high_bound));
8731 }
8732
8733 case UNOP_IN_RANGE:
8734 (*pos) += 2;
8735 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8736 type = check_typedef (exp->elts[pc + 1].type);
8737
8738 if (noside == EVAL_SKIP)
8739 goto nosideret;
8740
8741 switch (TYPE_CODE (type))
8742 {
8743 default:
8744 lim_warning (_("Membership test incompletely implemented; "
8745 "always returns true"));
8746 type = language_bool_type (exp->language_defn, exp->gdbarch);
8747 return value_from_longest (type, (LONGEST) 1);
8748
8749 case TYPE_CODE_RANGE:
8750 arg2 = value_from_longest (type, TYPE_LOW_BOUND (type));
8751 arg3 = value_from_longest (type, TYPE_HIGH_BOUND (type));
8752 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8753 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg3);
8754 type = language_bool_type (exp->language_defn, exp->gdbarch);
8755 return
8756 value_from_longest (type,
8757 (value_less (arg1, arg3)
8758 || value_equal (arg1, arg3))
8759 && (value_less (arg2, arg1)
8760 || value_equal (arg2, arg1)));
8761 }
8762
8763 case BINOP_IN_BOUNDS:
8764 (*pos) += 2;
8765 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8766 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8767
8768 if (noside == EVAL_SKIP)
8769 goto nosideret;
8770
8771 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8772 {
8773 type = language_bool_type (exp->language_defn, exp->gdbarch);
8774 return value_zero (type, not_lval);
8775 }
8776
8777 tem = longest_to_int (exp->elts[pc + 1].longconst);
8778
8779 if (tem < 1 || tem > ada_array_arity (value_type (arg2)))
8780 error (_("invalid dimension number to 'range"));
8781
8782 arg3 = ada_array_bound (arg2, tem, 1);
8783 arg2 = ada_array_bound (arg2, tem, 0);
8784
8785 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8786 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg3);
8787 type = language_bool_type (exp->language_defn, exp->gdbarch);
8788 return
8789 value_from_longest (type,
8790 (value_less (arg1, arg3)
8791 || value_equal (arg1, arg3))
8792 && (value_less (arg2, arg1)
8793 || value_equal (arg2, arg1)));
8794
8795 case TERNOP_IN_RANGE:
8796 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8797 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8798 arg3 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8799
8800 if (noside == EVAL_SKIP)
8801 goto nosideret;
8802
8803 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8804 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg3);
8805 type = language_bool_type (exp->language_defn, exp->gdbarch);
8806 return
8807 value_from_longest (type,
8808 (value_less (arg1, arg3)
8809 || value_equal (arg1, arg3))
8810 && (value_less (arg2, arg1)
8811 || value_equal (arg2, arg1)));
8812
8813 case OP_ATR_FIRST:
8814 case OP_ATR_LAST:
8815 case OP_ATR_LENGTH:
8816 {
8817 struct type *type_arg;
8818 if (exp->elts[*pos].opcode == OP_TYPE)
8819 {
8820 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
8821 arg1 = NULL;
8822 type_arg = check_typedef (exp->elts[pc + 2].type);
8823 }
8824 else
8825 {
8826 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8827 type_arg = NULL;
8828 }
8829
8830 if (exp->elts[*pos].opcode != OP_LONG)
8831 error (_("Invalid operand to '%s"), ada_attribute_name (op));
8832 tem = longest_to_int (exp->elts[*pos + 2].longconst);
8833 *pos += 4;
8834
8835 if (noside == EVAL_SKIP)
8836 goto nosideret;
8837
8838 if (type_arg == NULL)
8839 {
8840 arg1 = ada_coerce_ref (arg1);
8841
8842 if (ada_is_packed_array_type (value_type (arg1)))
8843 arg1 = ada_coerce_to_simple_array (arg1);
8844
8845 if (tem < 1 || tem > ada_array_arity (value_type (arg1)))
8846 error (_("invalid dimension number to '%s"),
8847 ada_attribute_name (op));
8848
8849 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8850 {
8851 type = ada_index_type (value_type (arg1), tem);
8852 if (type == NULL)
8853 error
8854 (_("attempt to take bound of something that is not an array"));
8855 return allocate_value (type);
8856 }
8857
8858 switch (op)
8859 {
8860 default: /* Should never happen. */
8861 error (_("unexpected attribute encountered"));
8862 case OP_ATR_FIRST:
8863 return ada_array_bound (arg1, tem, 0);
8864 case OP_ATR_LAST:
8865 return ada_array_bound (arg1, tem, 1);
8866 case OP_ATR_LENGTH:
8867 return ada_array_length (arg1, tem);
8868 }
8869 }
8870 else if (discrete_type_p (type_arg))
8871 {
8872 struct type *range_type;
8873 char *name = ada_type_name (type_arg);
8874 range_type = NULL;
8875 if (name != NULL && TYPE_CODE (type_arg) != TYPE_CODE_ENUM)
8876 range_type =
8877 to_fixed_range_type (name, NULL, TYPE_OBJFILE (type_arg));
8878 if (range_type == NULL)
8879 range_type = type_arg;
8880 switch (op)
8881 {
8882 default:
8883 error (_("unexpected attribute encountered"));
8884 case OP_ATR_FIRST:
8885 return value_from_longest
8886 (range_type, discrete_type_low_bound (range_type));
8887 case OP_ATR_LAST:
8888 return value_from_longest
8889 (range_type, discrete_type_high_bound (range_type));
8890 case OP_ATR_LENGTH:
8891 error (_("the 'length attribute applies only to array types"));
8892 }
8893 }
8894 else if (TYPE_CODE (type_arg) == TYPE_CODE_FLT)
8895 error (_("unimplemented type attribute"));
8896 else
8897 {
8898 LONGEST low, high;
8899
8900 if (ada_is_packed_array_type (type_arg))
8901 type_arg = decode_packed_array_type (type_arg);
8902
8903 if (tem < 1 || tem > ada_array_arity (type_arg))
8904 error (_("invalid dimension number to '%s"),
8905 ada_attribute_name (op));
8906
8907 type = ada_index_type (type_arg, tem);
8908 if (type == NULL)
8909 error
8910 (_("attempt to take bound of something that is not an array"));
8911 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8912 return allocate_value (type);
8913
8914 switch (op)
8915 {
8916 default:
8917 error (_("unexpected attribute encountered"));
8918 case OP_ATR_FIRST:
8919 low = ada_array_bound_from_type (type_arg, tem, 0, &type);
8920 return value_from_longest (type, low);
8921 case OP_ATR_LAST:
8922 high = ada_array_bound_from_type (type_arg, tem, 1, &type);
8923 return value_from_longest (type, high);
8924 case OP_ATR_LENGTH:
8925 low = ada_array_bound_from_type (type_arg, tem, 0, &type);
8926 high = ada_array_bound_from_type (type_arg, tem, 1, NULL);
8927 return value_from_longest (type, high - low + 1);
8928 }
8929 }
8930 }
8931
8932 case OP_ATR_TAG:
8933 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8934 if (noside == EVAL_SKIP)
8935 goto nosideret;
8936
8937 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8938 return value_zero (ada_tag_type (arg1), not_lval);
8939
8940 return ada_value_tag (arg1);
8941
8942 case OP_ATR_MIN:
8943 case OP_ATR_MAX:
8944 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
8945 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8946 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8947 if (noside == EVAL_SKIP)
8948 goto nosideret;
8949 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
8950 return value_zero (value_type (arg1), not_lval);
8951 else
8952 {
8953 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
8954 return value_binop (arg1, arg2,
8955 op == OP_ATR_MIN ? BINOP_MIN : BINOP_MAX);
8956 }
8957
8958 case OP_ATR_MODULUS:
8959 {
8960 struct type *type_arg = check_typedef (exp->elts[pc + 2].type);
8961 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
8962
8963 if (noside == EVAL_SKIP)
8964 goto nosideret;
8965
8966 if (!ada_is_modular_type (type_arg))
8967 error (_("'modulus must be applied to modular type"));
8968
8969 return value_from_longest (TYPE_TARGET_TYPE (type_arg),
8970 ada_modulus (type_arg));
8971 }
8972
8973
8974 case OP_ATR_POS:
8975 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
8976 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8977 if (noside == EVAL_SKIP)
8978 goto nosideret;
8979 type = builtin_type (exp->gdbarch)->builtin_int;
8980 if (noside == EVAL_AVOID_SIDE_EFFECTS)
8981 return value_zero (type, not_lval);
8982 else
8983 return value_pos_atr (type, arg1);
8984
8985 case OP_ATR_SIZE:
8986 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
8987 type = value_type (arg1);
8988
8989 /* If the argument is a reference, then dereference its type, since
8990 the user is really asking for the size of the actual object,
8991 not the size of the pointer. */
8992 if (TYPE_CODE (type) == TYPE_CODE_REF)
8993 type = TYPE_TARGET_TYPE (type);
8994
8995 if (noside == EVAL_SKIP)
8996 goto nosideret;
8997 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
8998 return value_zero (builtin_type_int32, not_lval);
8999 else
9000 return value_from_longest (builtin_type_int32,
9001 TARGET_CHAR_BIT * TYPE_LENGTH (type));
9002
9003 case OP_ATR_VAL:
9004 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
9005 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
9006 type = exp->elts[pc + 2].type;
9007 if (noside == EVAL_SKIP)
9008 goto nosideret;
9009 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
9010 return value_zero (type, not_lval);
9011 else
9012 return value_val_atr (type, arg1);
9013
9014 case BINOP_EXP:
9015 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
9016 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
9017 if (noside == EVAL_SKIP)
9018 goto nosideret;
9019 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
9020 return value_zero (value_type (arg1), not_lval);
9021 else
9022 {
9023 /* For integer exponentiation operations,
9024 only promote the first argument. */
9025 if (is_integral_type (value_type (arg2)))
9026 unop_promote (exp->language_defn, exp->gdbarch, &arg1);
9027 else
9028 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
9029
9030 return value_binop (arg1, arg2, op);
9031 }
9032
9033 case UNOP_PLUS:
9034 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
9035 if (noside == EVAL_SKIP)
9036 goto nosideret;
9037 else
9038 return arg1;
9039
9040 case UNOP_ABS:
9041 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
9042 if (noside == EVAL_SKIP)
9043 goto nosideret;
9044 unop_promote (exp->language_defn, exp->gdbarch, &arg1);
9045 if (value_less (arg1, value_zero (value_type (arg1), not_lval)))
9046 return value_neg (arg1);
9047 else
9048 return arg1;
9049
9050 case UNOP_IND:
9051 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
9052 if (noside == EVAL_SKIP)
9053 goto nosideret;
9054 type = ada_check_typedef (value_type (arg1));
9055 if (noside == EVAL_AVOID_SIDE_EFFECTS)
9056 {
9057 if (ada_is_array_descriptor_type (type))
9058 /* GDB allows dereferencing GNAT array descriptors. */
9059 {
9060 struct type *arrType = ada_type_of_array (arg1, 0);
9061 if (arrType == NULL)
9062 error (_("Attempt to dereference null array pointer."));
9063 return value_at_lazy (arrType, 0);
9064 }
9065 else if (TYPE_CODE (type) == TYPE_CODE_PTR
9066 || TYPE_CODE (type) == TYPE_CODE_REF
9067 /* In C you can dereference an array to get the 1st elt. */
9068 || TYPE_CODE (type) == TYPE_CODE_ARRAY)
9069 {
9070 type = to_static_fixed_type
9071 (ada_aligned_type
9072 (ada_check_typedef (TYPE_TARGET_TYPE (type))));
9073 check_size (type);
9074 return value_zero (type, lval_memory);
9075 }
9076 else if (TYPE_CODE (type) == TYPE_CODE_INT)
9077 {
9078 /* GDB allows dereferencing an int. */
9079 if (expect_type == NULL)
9080 return value_zero (builtin_type (exp->gdbarch)->builtin_int,
9081 lval_memory);
9082 else
9083 {
9084 expect_type =
9085 to_static_fixed_type (ada_aligned_type (expect_type));
9086 return value_zero (expect_type, lval_memory);
9087 }
9088 }
9089 else
9090 error (_("Attempt to take contents of a non-pointer value."));
9091 }
9092 arg1 = ada_coerce_ref (arg1); /* FIXME: What is this for?? */
9093 type = ada_check_typedef (value_type (arg1));
9094
9095 if (TYPE_CODE (type) == TYPE_CODE_INT)
9096 /* GDB allows dereferencing an int. If we were given
9097 the expect_type, then use that as the target type.
9098 Otherwise, assume that the target type is an int. */
9099 {
9100 if (expect_type != NULL)
9101 return ada_value_ind (value_cast (lookup_pointer_type (expect_type),
9102 arg1));
9103 else
9104 return value_at_lazy (builtin_type (exp->gdbarch)->builtin_int,
9105 (CORE_ADDR) value_as_address (arg1));
9106 }
9107
9108 if (ada_is_array_descriptor_type (type))
9109 /* GDB allows dereferencing GNAT array descriptors. */
9110 return ada_coerce_to_simple_array (arg1);
9111 else
9112 return ada_value_ind (arg1);
9113
9114 case STRUCTOP_STRUCT:
9115 tem = longest_to_int (exp->elts[pc + 1].longconst);
9116 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1);
9117 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
9118 if (noside == EVAL_SKIP)
9119 goto nosideret;
9120 if (noside == EVAL_AVOID_SIDE_EFFECTS)
9121 {
9122 struct type *type1 = value_type (arg1);
9123 if (ada_is_tagged_type (type1, 1))
9124 {
9125 type = ada_lookup_struct_elt_type (type1,
9126 &exp->elts[pc + 2].string,
9127 1, 1, NULL);
9128 if (type == NULL)
9129 /* In this case, we assume that the field COULD exist
9130 in some extension of the type. Return an object of
9131 "type" void, which will match any formal
9132 (see ada_type_match). */
9133 return value_zero (builtin_type_void, lval_memory);
9134 }
9135 else
9136 type =
9137 ada_lookup_struct_elt_type (type1, &exp->elts[pc + 2].string, 1,
9138 0, NULL);
9139
9140 return value_zero (ada_aligned_type (type), lval_memory);
9141 }
9142 else
9143 return
9144 ada_to_fixed_value (unwrap_value
9145 (ada_value_struct_elt
9146 (arg1, &exp->elts[pc + 2].string, 0)));
9147 case OP_TYPE:
9148 /* The value is not supposed to be used. This is here to make it
9149 easier to accommodate expressions that contain types. */
9150 (*pos) += 2;
9151 if (noside == EVAL_SKIP)
9152 goto nosideret;
9153 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
9154 return allocate_value (exp->elts[pc + 1].type);
9155 else
9156 error (_("Attempt to use a type name as an expression"));
9157
9158 case OP_AGGREGATE:
9159 case OP_CHOICES:
9160 case OP_OTHERS:
9161 case OP_DISCRETE_RANGE:
9162 case OP_POSITIONAL:
9163 case OP_NAME:
9164 if (noside == EVAL_NORMAL)
9165 switch (op)
9166 {
9167 case OP_NAME:
9168 error (_("Undefined name, ambiguous name, or renaming used in "
9169 "component association: %s."), &exp->elts[pc+2].string);
9170 case OP_AGGREGATE:
9171 error (_("Aggregates only allowed on the right of an assignment"));
9172 default:
9173 internal_error (__FILE__, __LINE__, _("aggregate apparently mangled"));
9174 }
9175
9176 ada_forward_operator_length (exp, pc, &oplen, &nargs);
9177 *pos += oplen - 1;
9178 for (tem = 0; tem < nargs; tem += 1)
9179 ada_evaluate_subexp (NULL, exp, pos, noside);
9180 goto nosideret;
9181 }
9182
9183 nosideret:
9184 return value_from_longest (builtin_type_int8, (LONGEST) 1);
9185 }
9186 \f
9187
9188 /* Fixed point */
9189
9190 /* If TYPE encodes an Ada fixed-point type, return the suffix of the
9191 type name that encodes the 'small and 'delta information.
9192 Otherwise, return NULL. */
9193
9194 static const char *
9195 fixed_type_info (struct type *type)
9196 {
9197 const char *name = ada_type_name (type);
9198 enum type_code code = (type == NULL) ? TYPE_CODE_UNDEF : TYPE_CODE (type);
9199
9200 if ((code == TYPE_CODE_INT || code == TYPE_CODE_RANGE) && name != NULL)
9201 {
9202 const char *tail = strstr (name, "___XF_");
9203 if (tail == NULL)
9204 return NULL;
9205 else
9206 return tail + 5;
9207 }
9208 else if (code == TYPE_CODE_RANGE && TYPE_TARGET_TYPE (type) != type)
9209 return fixed_type_info (TYPE_TARGET_TYPE (type));
9210 else
9211 return NULL;
9212 }
9213
9214 /* Returns non-zero iff TYPE represents an Ada fixed-point type. */
9215
9216 int
9217 ada_is_fixed_point_type (struct type *type)
9218 {
9219 return fixed_type_info (type) != NULL;
9220 }
9221
9222 /* Return non-zero iff TYPE represents a System.Address type. */
9223
9224 int
9225 ada_is_system_address_type (struct type *type)
9226 {
9227 return (TYPE_NAME (type)
9228 && strcmp (TYPE_NAME (type), "system__address") == 0);
9229 }
9230
9231 /* Assuming that TYPE is the representation of an Ada fixed-point
9232 type, return its delta, or -1 if the type is malformed and the
9233 delta cannot be determined. */
9234
9235 DOUBLEST
9236 ada_delta (struct type *type)
9237 {
9238 const char *encoding = fixed_type_info (type);
9239 DOUBLEST num, den;
9240
9241 /* Strictly speaking, num and den are encoded as integer. However,
9242 they may not fit into a long, and they will have to be converted
9243 to DOUBLEST anyway. So scan them as DOUBLEST. */
9244 if (sscanf (encoding, "_%" DOUBLEST_SCAN_FORMAT "_%" DOUBLEST_SCAN_FORMAT,
9245 &num, &den) < 2)
9246 return -1.0;
9247 else
9248 return num / den;
9249 }
9250
9251 /* Assuming that ada_is_fixed_point_type (TYPE), return the scaling
9252 factor ('SMALL value) associated with the type. */
9253
9254 static DOUBLEST
9255 scaling_factor (struct type *type)
9256 {
9257 const char *encoding = fixed_type_info (type);
9258 DOUBLEST num0, den0, num1, den1;
9259 int n;
9260
9261 /* Strictly speaking, num's and den's are encoded as integer. However,
9262 they may not fit into a long, and they will have to be converted
9263 to DOUBLEST anyway. So scan them as DOUBLEST. */
9264 n = sscanf (encoding,
9265 "_%" DOUBLEST_SCAN_FORMAT "_%" DOUBLEST_SCAN_FORMAT
9266 "_%" DOUBLEST_SCAN_FORMAT "_%" DOUBLEST_SCAN_FORMAT,
9267 &num0, &den0, &num1, &den1);
9268
9269 if (n < 2)
9270 return 1.0;
9271 else if (n == 4)
9272 return num1 / den1;
9273 else
9274 return num0 / den0;
9275 }
9276
9277
9278 /* Assuming that X is the representation of a value of fixed-point
9279 type TYPE, return its floating-point equivalent. */
9280
9281 DOUBLEST
9282 ada_fixed_to_float (struct type *type, LONGEST x)
9283 {
9284 return (DOUBLEST) x *scaling_factor (type);
9285 }
9286
9287 /* The representation of a fixed-point value of type TYPE
9288 corresponding to the value X. */
9289
9290 LONGEST
9291 ada_float_to_fixed (struct type *type, DOUBLEST x)
9292 {
9293 return (LONGEST) (x / scaling_factor (type) + 0.5);
9294 }
9295
9296
9297 /* VAX floating formats */
9298
9299 /* Non-zero iff TYPE represents one of the special VAX floating-point
9300 types. */
9301
9302 int
9303 ada_is_vax_floating_type (struct type *type)
9304 {
9305 int name_len =
9306 (ada_type_name (type) == NULL) ? 0 : strlen (ada_type_name (type));
9307 return
9308 name_len > 6
9309 && (TYPE_CODE (type) == TYPE_CODE_INT
9310 || TYPE_CODE (type) == TYPE_CODE_RANGE)
9311 && strncmp (ada_type_name (type) + name_len - 6, "___XF", 5) == 0;
9312 }
9313
9314 /* The type of special VAX floating-point type this is, assuming
9315 ada_is_vax_floating_point. */
9316
9317 int
9318 ada_vax_float_type_suffix (struct type *type)
9319 {
9320 return ada_type_name (type)[strlen (ada_type_name (type)) - 1];
9321 }
9322
9323 /* A value representing the special debugging function that outputs
9324 VAX floating-point values of the type represented by TYPE. Assumes
9325 ada_is_vax_floating_type (TYPE). */
9326
9327 struct value *
9328 ada_vax_float_print_function (struct type *type)
9329 {
9330 switch (ada_vax_float_type_suffix (type))
9331 {
9332 case 'F':
9333 return get_var_value ("DEBUG_STRING_F", 0);
9334 case 'D':
9335 return get_var_value ("DEBUG_STRING_D", 0);
9336 case 'G':
9337 return get_var_value ("DEBUG_STRING_G", 0);
9338 default:
9339 error (_("invalid VAX floating-point type"));
9340 }
9341 }
9342 \f
9343
9344 /* Range types */
9345
9346 /* Scan STR beginning at position K for a discriminant name, and
9347 return the value of that discriminant field of DVAL in *PX. If
9348 PNEW_K is not null, put the position of the character beyond the
9349 name scanned in *PNEW_K. Return 1 if successful; return 0 and do
9350 not alter *PX and *PNEW_K if unsuccessful. */
9351
9352 static int
9353 scan_discrim_bound (char *str, int k, struct value *dval, LONGEST * px,
9354 int *pnew_k)
9355 {
9356 static char *bound_buffer = NULL;
9357 static size_t bound_buffer_len = 0;
9358 char *bound;
9359 char *pend;
9360 struct value *bound_val;
9361
9362 if (dval == NULL || str == NULL || str[k] == '\0')
9363 return 0;
9364
9365 pend = strstr (str + k, "__");
9366 if (pend == NULL)
9367 {
9368 bound = str + k;
9369 k += strlen (bound);
9370 }
9371 else
9372 {
9373 GROW_VECT (bound_buffer, bound_buffer_len, pend - (str + k) + 1);
9374 bound = bound_buffer;
9375 strncpy (bound_buffer, str + k, pend - (str + k));
9376 bound[pend - (str + k)] = '\0';
9377 k = pend - str;
9378 }
9379
9380 bound_val = ada_search_struct_field (bound, dval, 0, value_type (dval));
9381 if (bound_val == NULL)
9382 return 0;
9383
9384 *px = value_as_long (bound_val);
9385 if (pnew_k != NULL)
9386 *pnew_k = k;
9387 return 1;
9388 }
9389
9390 /* Value of variable named NAME in the current environment. If
9391 no such variable found, then if ERR_MSG is null, returns 0, and
9392 otherwise causes an error with message ERR_MSG. */
9393
9394 static struct value *
9395 get_var_value (char *name, char *err_msg)
9396 {
9397 struct ada_symbol_info *syms;
9398 int nsyms;
9399
9400 nsyms = ada_lookup_symbol_list (name, get_selected_block (0), VAR_DOMAIN,
9401 &syms);
9402
9403 if (nsyms != 1)
9404 {
9405 if (err_msg == NULL)
9406 return 0;
9407 else
9408 error (("%s"), err_msg);
9409 }
9410
9411 return value_of_variable (syms[0].sym, syms[0].block);
9412 }
9413
9414 /* Value of integer variable named NAME in the current environment. If
9415 no such variable found, returns 0, and sets *FLAG to 0. If
9416 successful, sets *FLAG to 1. */
9417
9418 LONGEST
9419 get_int_var_value (char *name, int *flag)
9420 {
9421 struct value *var_val = get_var_value (name, 0);
9422
9423 if (var_val == 0)
9424 {
9425 if (flag != NULL)
9426 *flag = 0;
9427 return 0;
9428 }
9429 else
9430 {
9431 if (flag != NULL)
9432 *flag = 1;
9433 return value_as_long (var_val);
9434 }
9435 }
9436
9437
9438 /* Return a range type whose base type is that of the range type named
9439 NAME in the current environment, and whose bounds are calculated
9440 from NAME according to the GNAT range encoding conventions.
9441 Extract discriminant values, if needed, from DVAL. If a new type
9442 must be created, allocate in OBJFILE's space. The bounds
9443 information, in general, is encoded in NAME, the base type given in
9444 the named range type. */
9445
9446 static struct type *
9447 to_fixed_range_type (char *name, struct value *dval, struct objfile *objfile)
9448 {
9449 struct type *raw_type = ada_find_any_type (name);
9450 struct type *base_type;
9451 char *subtype_info;
9452
9453 if (raw_type == NULL)
9454 base_type = builtin_type_int32;
9455 else if (TYPE_CODE (raw_type) == TYPE_CODE_RANGE)
9456 base_type = TYPE_TARGET_TYPE (raw_type);
9457 else
9458 base_type = raw_type;
9459
9460 subtype_info = strstr (name, "___XD");
9461 if (subtype_info == NULL)
9462 {
9463 LONGEST L = discrete_type_low_bound (raw_type);
9464 LONGEST U = discrete_type_high_bound (raw_type);
9465 if (L < INT_MIN || U > INT_MAX)
9466 return raw_type;
9467 else
9468 return create_range_type (alloc_type (objfile), raw_type,
9469 discrete_type_low_bound (raw_type),
9470 discrete_type_high_bound (raw_type));
9471 }
9472 else
9473 {
9474 static char *name_buf = NULL;
9475 static size_t name_len = 0;
9476 int prefix_len = subtype_info - name;
9477 LONGEST L, U;
9478 struct type *type;
9479 char *bounds_str;
9480 int n;
9481
9482 GROW_VECT (name_buf, name_len, prefix_len + 5);
9483 strncpy (name_buf, name, prefix_len);
9484 name_buf[prefix_len] = '\0';
9485
9486 subtype_info += 5;
9487 bounds_str = strchr (subtype_info, '_');
9488 n = 1;
9489
9490 if (*subtype_info == 'L')
9491 {
9492 if (!ada_scan_number (bounds_str, n, &L, &n)
9493 && !scan_discrim_bound (bounds_str, n, dval, &L, &n))
9494 return raw_type;
9495 if (bounds_str[n] == '_')
9496 n += 2;
9497 else if (bounds_str[n] == '.') /* FIXME? SGI Workshop kludge. */
9498 n += 1;
9499 subtype_info += 1;
9500 }
9501 else
9502 {
9503 int ok;
9504 strcpy (name_buf + prefix_len, "___L");
9505 L = get_int_var_value (name_buf, &ok);
9506 if (!ok)
9507 {
9508 lim_warning (_("Unknown lower bound, using 1."));
9509 L = 1;
9510 }
9511 }
9512
9513 if (*subtype_info == 'U')
9514 {
9515 if (!ada_scan_number (bounds_str, n, &U, &n)
9516 && !scan_discrim_bound (bounds_str, n, dval, &U, &n))
9517 return raw_type;
9518 }
9519 else
9520 {
9521 int ok;
9522 strcpy (name_buf + prefix_len, "___U");
9523 U = get_int_var_value (name_buf, &ok);
9524 if (!ok)
9525 {
9526 lim_warning (_("Unknown upper bound, using %ld."), (long) L);
9527 U = L;
9528 }
9529 }
9530
9531 if (objfile == NULL)
9532 objfile = TYPE_OBJFILE (base_type);
9533 type = create_range_type (alloc_type (objfile), base_type, L, U);
9534 TYPE_NAME (type) = name;
9535 return type;
9536 }
9537 }
9538
9539 /* True iff NAME is the name of a range type. */
9540
9541 int
9542 ada_is_range_type_name (const char *name)
9543 {
9544 return (name != NULL && strstr (name, "___XD"));
9545 }
9546 \f
9547
9548 /* Modular types */
9549
9550 /* True iff TYPE is an Ada modular type. */
9551
9552 int
9553 ada_is_modular_type (struct type *type)
9554 {
9555 struct type *subranged_type = base_type (type);
9556
9557 return (subranged_type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE
9558 && TYPE_CODE (subranged_type) == TYPE_CODE_INT
9559 && TYPE_UNSIGNED (subranged_type));
9560 }
9561
9562 /* Try to determine the lower and upper bounds of the given modular type
9563 using the type name only. Return non-zero and set L and U as the lower
9564 and upper bounds (respectively) if successful. */
9565
9566 int
9567 ada_modulus_from_name (struct type *type, ULONGEST *modulus)
9568 {
9569 char *name = ada_type_name (type);
9570 char *suffix;
9571 int k;
9572 LONGEST U;
9573
9574 if (name == NULL)
9575 return 0;
9576
9577 /* Discrete type bounds are encoded using an __XD suffix. In our case,
9578 we are looking for static bounds, which means an __XDLU suffix.
9579 Moreover, we know that the lower bound of modular types is always
9580 zero, so the actual suffix should start with "__XDLU_0__", and
9581 then be followed by the upper bound value. */
9582 suffix = strstr (name, "__XDLU_0__");
9583 if (suffix == NULL)
9584 return 0;
9585 k = 10;
9586 if (!ada_scan_number (suffix, k, &U, NULL))
9587 return 0;
9588
9589 *modulus = (ULONGEST) U + 1;
9590 return 1;
9591 }
9592
9593 /* Assuming ada_is_modular_type (TYPE), the modulus of TYPE. */
9594
9595 ULONGEST
9596 ada_modulus (struct type *type)
9597 {
9598 ULONGEST modulus;
9599
9600 /* Normally, the modulus of a modular type is equal to the value of
9601 its upper bound + 1. However, the upper bound is currently stored
9602 as an int, which is not always big enough to hold the actual bound
9603 value. To workaround this, try to take advantage of the encoding
9604 that GNAT uses with with discrete types. To avoid some unnecessary
9605 parsing, we do this only when the size of TYPE is greater than
9606 the size of the field holding the bound. */
9607 if (TYPE_LENGTH (type) > sizeof (TYPE_HIGH_BOUND (type))
9608 && ada_modulus_from_name (type, &modulus))
9609 return modulus;
9610
9611 return (ULONGEST) (unsigned int) TYPE_HIGH_BOUND (type) + 1;
9612 }
9613 \f
9614
9615 /* Ada exception catchpoint support:
9616 ---------------------------------
9617
9618 We support 3 kinds of exception catchpoints:
9619 . catchpoints on Ada exceptions
9620 . catchpoints on unhandled Ada exceptions
9621 . catchpoints on failed assertions
9622
9623 Exceptions raised during failed assertions, or unhandled exceptions
9624 could perfectly be caught with the general catchpoint on Ada exceptions.
9625 However, we can easily differentiate these two special cases, and having
9626 the option to distinguish these two cases from the rest can be useful
9627 to zero-in on certain situations.
9628
9629 Exception catchpoints are a specialized form of breakpoint,
9630 since they rely on inserting breakpoints inside known routines
9631 of the GNAT runtime. The implementation therefore uses a standard
9632 breakpoint structure of the BP_BREAKPOINT type, but with its own set
9633 of breakpoint_ops.
9634
9635 Support in the runtime for exception catchpoints have been changed
9636 a few times already, and these changes affect the implementation
9637 of these catchpoints. In order to be able to support several
9638 variants of the runtime, we use a sniffer that will determine
9639 the runtime variant used by the program being debugged.
9640
9641 At this time, we do not support the use of conditions on Ada exception
9642 catchpoints. The COND and COND_STRING fields are therefore set
9643 to NULL (most of the time, see below).
9644
9645 Conditions where EXP_STRING, COND, and COND_STRING are used:
9646
9647 When a user specifies the name of a specific exception in the case
9648 of catchpoints on Ada exceptions, we store the name of that exception
9649 in the EXP_STRING. We then translate this request into an actual
9650 condition stored in COND_STRING, and then parse it into an expression
9651 stored in COND. */
9652
9653 /* The different types of catchpoints that we introduced for catching
9654 Ada exceptions. */
9655
9656 enum exception_catchpoint_kind
9657 {
9658 ex_catch_exception,
9659 ex_catch_exception_unhandled,
9660 ex_catch_assert
9661 };
9662
9663 /* Ada's standard exceptions. */
9664
9665 static char *standard_exc[] = {
9666 "constraint_error",
9667 "program_error",
9668 "storage_error",
9669 "tasking_error"
9670 };
9671
9672 typedef CORE_ADDR (ada_unhandled_exception_name_addr_ftype) (void);
9673
9674 /* A structure that describes how to support exception catchpoints
9675 for a given executable. */
9676
9677 struct exception_support_info
9678 {
9679 /* The name of the symbol to break on in order to insert
9680 a catchpoint on exceptions. */
9681 const char *catch_exception_sym;
9682
9683 /* The name of the symbol to break on in order to insert
9684 a catchpoint on unhandled exceptions. */
9685 const char *catch_exception_unhandled_sym;
9686
9687 /* The name of the symbol to break on in order to insert
9688 a catchpoint on failed assertions. */
9689 const char *catch_assert_sym;
9690
9691 /* Assuming that the inferior just triggered an unhandled exception
9692 catchpoint, this function is responsible for returning the address
9693 in inferior memory where the name of that exception is stored.
9694 Return zero if the address could not be computed. */
9695 ada_unhandled_exception_name_addr_ftype *unhandled_exception_name_addr;
9696 };
9697
9698 static CORE_ADDR ada_unhandled_exception_name_addr (void);
9699 static CORE_ADDR ada_unhandled_exception_name_addr_from_raise (void);
9700
9701 /* The following exception support info structure describes how to
9702 implement exception catchpoints with the latest version of the
9703 Ada runtime (as of 2007-03-06). */
9704
9705 static const struct exception_support_info default_exception_support_info =
9706 {
9707 "__gnat_debug_raise_exception", /* catch_exception_sym */
9708 "__gnat_unhandled_exception", /* catch_exception_unhandled_sym */
9709 "__gnat_debug_raise_assert_failure", /* catch_assert_sym */
9710 ada_unhandled_exception_name_addr
9711 };
9712
9713 /* The following exception support info structure describes how to
9714 implement exception catchpoints with a slightly older version
9715 of the Ada runtime. */
9716
9717 static const struct exception_support_info exception_support_info_fallback =
9718 {
9719 "__gnat_raise_nodefer_with_msg", /* catch_exception_sym */
9720 "__gnat_unhandled_exception", /* catch_exception_unhandled_sym */
9721 "system__assertions__raise_assert_failure", /* catch_assert_sym */
9722 ada_unhandled_exception_name_addr_from_raise
9723 };
9724
9725 /* For each executable, we sniff which exception info structure to use
9726 and cache it in the following global variable. */
9727
9728 static const struct exception_support_info *exception_info = NULL;
9729
9730 /* Inspect the Ada runtime and determine which exception info structure
9731 should be used to provide support for exception catchpoints.
9732
9733 This function will always set exception_info, or raise an error. */
9734
9735 static void
9736 ada_exception_support_info_sniffer (void)
9737 {
9738 struct symbol *sym;
9739
9740 /* If the exception info is already known, then no need to recompute it. */
9741 if (exception_info != NULL)
9742 return;
9743
9744 /* Check the latest (default) exception support info. */
9745 sym = standard_lookup (default_exception_support_info.catch_exception_sym,
9746 NULL, VAR_DOMAIN);
9747 if (sym != NULL)
9748 {
9749 exception_info = &default_exception_support_info;
9750 return;
9751 }
9752
9753 /* Try our fallback exception suport info. */
9754 sym = standard_lookup (exception_support_info_fallback.catch_exception_sym,
9755 NULL, VAR_DOMAIN);
9756 if (sym != NULL)
9757 {
9758 exception_info = &exception_support_info_fallback;
9759 return;
9760 }
9761
9762 /* Sometimes, it is normal for us to not be able to find the routine
9763 we are looking for. This happens when the program is linked with
9764 the shared version of the GNAT runtime, and the program has not been
9765 started yet. Inform the user of these two possible causes if
9766 applicable. */
9767
9768 if (ada_update_initial_language (language_unknown, NULL) != language_ada)
9769 error (_("Unable to insert catchpoint. Is this an Ada main program?"));
9770
9771 /* If the symbol does not exist, then check that the program is
9772 already started, to make sure that shared libraries have been
9773 loaded. If it is not started, this may mean that the symbol is
9774 in a shared library. */
9775
9776 if (ptid_get_pid (inferior_ptid) == 0)
9777 error (_("Unable to insert catchpoint. Try to start the program first."));
9778
9779 /* At this point, we know that we are debugging an Ada program and
9780 that the inferior has been started, but we still are not able to
9781 find the run-time symbols. That can mean that we are in
9782 configurable run time mode, or that a-except as been optimized
9783 out by the linker... In any case, at this point it is not worth
9784 supporting this feature. */
9785
9786 error (_("Cannot insert catchpoints in this configuration."));
9787 }
9788
9789 /* An observer of "executable_changed" events.
9790 Its role is to clear certain cached values that need to be recomputed
9791 each time a new executable is loaded by GDB. */
9792
9793 static void
9794 ada_executable_changed_observer (void)
9795 {
9796 /* If the executable changed, then it is possible that the Ada runtime
9797 is different. So we need to invalidate the exception support info
9798 cache. */
9799 exception_info = NULL;
9800 }
9801
9802 /* Return the name of the function at PC, NULL if could not find it.
9803 This function only checks the debugging information, not the symbol
9804 table. */
9805
9806 static char *
9807 function_name_from_pc (CORE_ADDR pc)
9808 {
9809 char *func_name;
9810
9811 if (!find_pc_partial_function (pc, &func_name, NULL, NULL))
9812 return NULL;
9813
9814 return func_name;
9815 }
9816
9817 /* True iff FRAME is very likely to be that of a function that is
9818 part of the runtime system. This is all very heuristic, but is
9819 intended to be used as advice as to what frames are uninteresting
9820 to most users. */
9821
9822 static int
9823 is_known_support_routine (struct frame_info *frame)
9824 {
9825 struct symtab_and_line sal;
9826 char *func_name;
9827 int i;
9828
9829 /* If this code does not have any debugging information (no symtab),
9830 This cannot be any user code. */
9831
9832 find_frame_sal (frame, &sal);
9833 if (sal.symtab == NULL)
9834 return 1;
9835
9836 /* If there is a symtab, but the associated source file cannot be
9837 located, then assume this is not user code: Selecting a frame
9838 for which we cannot display the code would not be very helpful
9839 for the user. This should also take care of case such as VxWorks
9840 where the kernel has some debugging info provided for a few units. */
9841
9842 if (symtab_to_fullname (sal.symtab) == NULL)
9843 return 1;
9844
9845 /* Check the unit filename againt the Ada runtime file naming.
9846 We also check the name of the objfile against the name of some
9847 known system libraries that sometimes come with debugging info
9848 too. */
9849
9850 for (i = 0; known_runtime_file_name_patterns[i] != NULL; i += 1)
9851 {
9852 re_comp (known_runtime_file_name_patterns[i]);
9853 if (re_exec (sal.symtab->filename))
9854 return 1;
9855 if (sal.symtab->objfile != NULL
9856 && re_exec (sal.symtab->objfile->name))
9857 return 1;
9858 }
9859
9860 /* Check whether the function is a GNAT-generated entity. */
9861
9862 func_name = function_name_from_pc (get_frame_address_in_block (frame));
9863 if (func_name == NULL)
9864 return 1;
9865
9866 for (i = 0; known_auxiliary_function_name_patterns[i] != NULL; i += 1)
9867 {
9868 re_comp (known_auxiliary_function_name_patterns[i]);
9869 if (re_exec (func_name))
9870 return 1;
9871 }
9872
9873 return 0;
9874 }
9875
9876 /* Find the first frame that contains debugging information and that is not
9877 part of the Ada run-time, starting from FI and moving upward. */
9878
9879 void
9880 ada_find_printable_frame (struct frame_info *fi)
9881 {
9882 for (; fi != NULL; fi = get_prev_frame (fi))
9883 {
9884 if (!is_known_support_routine (fi))
9885 {
9886 select_frame (fi);
9887 break;
9888 }
9889 }
9890
9891 }
9892
9893 /* Assuming that the inferior just triggered an unhandled exception
9894 catchpoint, return the address in inferior memory where the name
9895 of the exception is stored.
9896
9897 Return zero if the address could not be computed. */
9898
9899 static CORE_ADDR
9900 ada_unhandled_exception_name_addr (void)
9901 {
9902 return parse_and_eval_address ("e.full_name");
9903 }
9904
9905 /* Same as ada_unhandled_exception_name_addr, except that this function
9906 should be used when the inferior uses an older version of the runtime,
9907 where the exception name needs to be extracted from a specific frame
9908 several frames up in the callstack. */
9909
9910 static CORE_ADDR
9911 ada_unhandled_exception_name_addr_from_raise (void)
9912 {
9913 int frame_level;
9914 struct frame_info *fi;
9915
9916 /* To determine the name of this exception, we need to select
9917 the frame corresponding to RAISE_SYM_NAME. This frame is
9918 at least 3 levels up, so we simply skip the first 3 frames
9919 without checking the name of their associated function. */
9920 fi = get_current_frame ();
9921 for (frame_level = 0; frame_level < 3; frame_level += 1)
9922 if (fi != NULL)
9923 fi = get_prev_frame (fi);
9924
9925 while (fi != NULL)
9926 {
9927 const char *func_name =
9928 function_name_from_pc (get_frame_address_in_block (fi));
9929 if (func_name != NULL
9930 && strcmp (func_name, exception_info->catch_exception_sym) == 0)
9931 break; /* We found the frame we were looking for... */
9932 fi = get_prev_frame (fi);
9933 }
9934
9935 if (fi == NULL)
9936 return 0;
9937
9938 select_frame (fi);
9939 return parse_and_eval_address ("id.full_name");
9940 }
9941
9942 /* Assuming the inferior just triggered an Ada exception catchpoint
9943 (of any type), return the address in inferior memory where the name
9944 of the exception is stored, if applicable.
9945
9946 Return zero if the address could not be computed, or if not relevant. */
9947
9948 static CORE_ADDR
9949 ada_exception_name_addr_1 (enum exception_catchpoint_kind ex,
9950 struct breakpoint *b)
9951 {
9952 switch (ex)
9953 {
9954 case ex_catch_exception:
9955 return (parse_and_eval_address ("e.full_name"));
9956 break;
9957
9958 case ex_catch_exception_unhandled:
9959 return exception_info->unhandled_exception_name_addr ();
9960 break;
9961
9962 case ex_catch_assert:
9963 return 0; /* Exception name is not relevant in this case. */
9964 break;
9965
9966 default:
9967 internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
9968 break;
9969 }
9970
9971 return 0; /* Should never be reached. */
9972 }
9973
9974 /* Same as ada_exception_name_addr_1, except that it intercepts and contains
9975 any error that ada_exception_name_addr_1 might cause to be thrown.
9976 When an error is intercepted, a warning with the error message is printed,
9977 and zero is returned. */
9978
9979 static CORE_ADDR
9980 ada_exception_name_addr (enum exception_catchpoint_kind ex,
9981 struct breakpoint *b)
9982 {
9983 struct gdb_exception e;
9984 CORE_ADDR result = 0;
9985
9986 TRY_CATCH (e, RETURN_MASK_ERROR)
9987 {
9988 result = ada_exception_name_addr_1 (ex, b);
9989 }
9990
9991 if (e.reason < 0)
9992 {
9993 warning (_("failed to get exception name: %s"), e.message);
9994 return 0;
9995 }
9996
9997 return result;
9998 }
9999
10000 /* Implement the PRINT_IT method in the breakpoint_ops structure
10001 for all exception catchpoint kinds. */
10002
10003 static enum print_stop_action
10004 print_it_exception (enum exception_catchpoint_kind ex, struct breakpoint *b)
10005 {
10006 const CORE_ADDR addr = ada_exception_name_addr (ex, b);
10007 char exception_name[256];
10008
10009 if (addr != 0)
10010 {
10011 read_memory (addr, exception_name, sizeof (exception_name) - 1);
10012 exception_name [sizeof (exception_name) - 1] = '\0';
10013 }
10014
10015 ada_find_printable_frame (get_current_frame ());
10016
10017 annotate_catchpoint (b->number);
10018 switch (ex)
10019 {
10020 case ex_catch_exception:
10021 if (addr != 0)
10022 printf_filtered (_("\nCatchpoint %d, %s at "),
10023 b->number, exception_name);
10024 else
10025 printf_filtered (_("\nCatchpoint %d, exception at "), b->number);
10026 break;
10027 case ex_catch_exception_unhandled:
10028 if (addr != 0)
10029 printf_filtered (_("\nCatchpoint %d, unhandled %s at "),
10030 b->number, exception_name);
10031 else
10032 printf_filtered (_("\nCatchpoint %d, unhandled exception at "),
10033 b->number);
10034 break;
10035 case ex_catch_assert:
10036 printf_filtered (_("\nCatchpoint %d, failed assertion at "),
10037 b->number);
10038 break;
10039 }
10040
10041 return PRINT_SRC_AND_LOC;
10042 }
10043
10044 /* Implement the PRINT_ONE method in the breakpoint_ops structure
10045 for all exception catchpoint kinds. */
10046
10047 static void
10048 print_one_exception (enum exception_catchpoint_kind ex,
10049 struct breakpoint *b, CORE_ADDR *last_addr)
10050 {
10051 struct value_print_options opts;
10052
10053 get_user_print_options (&opts);
10054 if (opts.addressprint)
10055 {
10056 annotate_field (4);
10057 ui_out_field_core_addr (uiout, "addr", b->loc->address);
10058 }
10059
10060 annotate_field (5);
10061 *last_addr = b->loc->address;
10062 switch (ex)
10063 {
10064 case ex_catch_exception:
10065 if (b->exp_string != NULL)
10066 {
10067 char *msg = xstrprintf (_("`%s' Ada exception"), b->exp_string);
10068
10069 ui_out_field_string (uiout, "what", msg);
10070 xfree (msg);
10071 }
10072 else
10073 ui_out_field_string (uiout, "what", "all Ada exceptions");
10074
10075 break;
10076
10077 case ex_catch_exception_unhandled:
10078 ui_out_field_string (uiout, "what", "unhandled Ada exceptions");
10079 break;
10080
10081 case ex_catch_assert:
10082 ui_out_field_string (uiout, "what", "failed Ada assertions");
10083 break;
10084
10085 default:
10086 internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
10087 break;
10088 }
10089 }
10090
10091 /* Implement the PRINT_MENTION method in the breakpoint_ops structure
10092 for all exception catchpoint kinds. */
10093
10094 static void
10095 print_mention_exception (enum exception_catchpoint_kind ex,
10096 struct breakpoint *b)
10097 {
10098 switch (ex)
10099 {
10100 case ex_catch_exception:
10101 if (b->exp_string != NULL)
10102 printf_filtered (_("Catchpoint %d: `%s' Ada exception"),
10103 b->number, b->exp_string);
10104 else
10105 printf_filtered (_("Catchpoint %d: all Ada exceptions"), b->number);
10106
10107 break;
10108
10109 case ex_catch_exception_unhandled:
10110 printf_filtered (_("Catchpoint %d: unhandled Ada exceptions"),
10111 b->number);
10112 break;
10113
10114 case ex_catch_assert:
10115 printf_filtered (_("Catchpoint %d: failed Ada assertions"), b->number);
10116 break;
10117
10118 default:
10119 internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
10120 break;
10121 }
10122 }
10123
10124 /* Virtual table for "catch exception" breakpoints. */
10125
10126 static enum print_stop_action
10127 print_it_catch_exception (struct breakpoint *b)
10128 {
10129 return print_it_exception (ex_catch_exception, b);
10130 }
10131
10132 static void
10133 print_one_catch_exception (struct breakpoint *b, CORE_ADDR *last_addr)
10134 {
10135 print_one_exception (ex_catch_exception, b, last_addr);
10136 }
10137
10138 static void
10139 print_mention_catch_exception (struct breakpoint *b)
10140 {
10141 print_mention_exception (ex_catch_exception, b);
10142 }
10143
10144 static struct breakpoint_ops catch_exception_breakpoint_ops =
10145 {
10146 NULL, /* insert */
10147 NULL, /* remove */
10148 NULL, /* breakpoint_hit */
10149 print_it_catch_exception,
10150 print_one_catch_exception,
10151 print_mention_catch_exception
10152 };
10153
10154 /* Virtual table for "catch exception unhandled" breakpoints. */
10155
10156 static enum print_stop_action
10157 print_it_catch_exception_unhandled (struct breakpoint *b)
10158 {
10159 return print_it_exception (ex_catch_exception_unhandled, b);
10160 }
10161
10162 static void
10163 print_one_catch_exception_unhandled (struct breakpoint *b, CORE_ADDR *last_addr)
10164 {
10165 print_one_exception (ex_catch_exception_unhandled, b, last_addr);
10166 }
10167
10168 static void
10169 print_mention_catch_exception_unhandled (struct breakpoint *b)
10170 {
10171 print_mention_exception (ex_catch_exception_unhandled, b);
10172 }
10173
10174 static struct breakpoint_ops catch_exception_unhandled_breakpoint_ops = {
10175 NULL, /* insert */
10176 NULL, /* remove */
10177 NULL, /* breakpoint_hit */
10178 print_it_catch_exception_unhandled,
10179 print_one_catch_exception_unhandled,
10180 print_mention_catch_exception_unhandled
10181 };
10182
10183 /* Virtual table for "catch assert" breakpoints. */
10184
10185 static enum print_stop_action
10186 print_it_catch_assert (struct breakpoint *b)
10187 {
10188 return print_it_exception (ex_catch_assert, b);
10189 }
10190
10191 static void
10192 print_one_catch_assert (struct breakpoint *b, CORE_ADDR *last_addr)
10193 {
10194 print_one_exception (ex_catch_assert, b, last_addr);
10195 }
10196
10197 static void
10198 print_mention_catch_assert (struct breakpoint *b)
10199 {
10200 print_mention_exception (ex_catch_assert, b);
10201 }
10202
10203 static struct breakpoint_ops catch_assert_breakpoint_ops = {
10204 NULL, /* insert */
10205 NULL, /* remove */
10206 NULL, /* breakpoint_hit */
10207 print_it_catch_assert,
10208 print_one_catch_assert,
10209 print_mention_catch_assert
10210 };
10211
10212 /* Return non-zero if B is an Ada exception catchpoint. */
10213
10214 int
10215 ada_exception_catchpoint_p (struct breakpoint *b)
10216 {
10217 return (b->ops == &catch_exception_breakpoint_ops
10218 || b->ops == &catch_exception_unhandled_breakpoint_ops
10219 || b->ops == &catch_assert_breakpoint_ops);
10220 }
10221
10222 /* Return a newly allocated copy of the first space-separated token
10223 in ARGSP, and then adjust ARGSP to point immediately after that
10224 token.
10225
10226 Return NULL if ARGPS does not contain any more tokens. */
10227
10228 static char *
10229 ada_get_next_arg (char **argsp)
10230 {
10231 char *args = *argsp;
10232 char *end;
10233 char *result;
10234
10235 /* Skip any leading white space. */
10236
10237 while (isspace (*args))
10238 args++;
10239
10240 if (args[0] == '\0')
10241 return NULL; /* No more arguments. */
10242
10243 /* Find the end of the current argument. */
10244
10245 end = args;
10246 while (*end != '\0' && !isspace (*end))
10247 end++;
10248
10249 /* Adjust ARGSP to point to the start of the next argument. */
10250
10251 *argsp = end;
10252
10253 /* Make a copy of the current argument and return it. */
10254
10255 result = xmalloc (end - args + 1);
10256 strncpy (result, args, end - args);
10257 result[end - args] = '\0';
10258
10259 return result;
10260 }
10261
10262 /* Split the arguments specified in a "catch exception" command.
10263 Set EX to the appropriate catchpoint type.
10264 Set EXP_STRING to the name of the specific exception if
10265 specified by the user. */
10266
10267 static void
10268 catch_ada_exception_command_split (char *args,
10269 enum exception_catchpoint_kind *ex,
10270 char **exp_string)
10271 {
10272 struct cleanup *old_chain = make_cleanup (null_cleanup, NULL);
10273 char *exception_name;
10274
10275 exception_name = ada_get_next_arg (&args);
10276 make_cleanup (xfree, exception_name);
10277
10278 /* Check that we do not have any more arguments. Anything else
10279 is unexpected. */
10280
10281 while (isspace (*args))
10282 args++;
10283
10284 if (args[0] != '\0')
10285 error (_("Junk at end of expression"));
10286
10287 discard_cleanups (old_chain);
10288
10289 if (exception_name == NULL)
10290 {
10291 /* Catch all exceptions. */
10292 *ex = ex_catch_exception;
10293 *exp_string = NULL;
10294 }
10295 else if (strcmp (exception_name, "unhandled") == 0)
10296 {
10297 /* Catch unhandled exceptions. */
10298 *ex = ex_catch_exception_unhandled;
10299 *exp_string = NULL;
10300 }
10301 else
10302 {
10303 /* Catch a specific exception. */
10304 *ex = ex_catch_exception;
10305 *exp_string = exception_name;
10306 }
10307 }
10308
10309 /* Return the name of the symbol on which we should break in order to
10310 implement a catchpoint of the EX kind. */
10311
10312 static const char *
10313 ada_exception_sym_name (enum exception_catchpoint_kind ex)
10314 {
10315 gdb_assert (exception_info != NULL);
10316
10317 switch (ex)
10318 {
10319 case ex_catch_exception:
10320 return (exception_info->catch_exception_sym);
10321 break;
10322 case ex_catch_exception_unhandled:
10323 return (exception_info->catch_exception_unhandled_sym);
10324 break;
10325 case ex_catch_assert:
10326 return (exception_info->catch_assert_sym);
10327 break;
10328 default:
10329 internal_error (__FILE__, __LINE__,
10330 _("unexpected catchpoint kind (%d)"), ex);
10331 }
10332 }
10333
10334 /* Return the breakpoint ops "virtual table" used for catchpoints
10335 of the EX kind. */
10336
10337 static struct breakpoint_ops *
10338 ada_exception_breakpoint_ops (enum exception_catchpoint_kind ex)
10339 {
10340 switch (ex)
10341 {
10342 case ex_catch_exception:
10343 return (&catch_exception_breakpoint_ops);
10344 break;
10345 case ex_catch_exception_unhandled:
10346 return (&catch_exception_unhandled_breakpoint_ops);
10347 break;
10348 case ex_catch_assert:
10349 return (&catch_assert_breakpoint_ops);
10350 break;
10351 default:
10352 internal_error (__FILE__, __LINE__,
10353 _("unexpected catchpoint kind (%d)"), ex);
10354 }
10355 }
10356
10357 /* Return the condition that will be used to match the current exception
10358 being raised with the exception that the user wants to catch. This
10359 assumes that this condition is used when the inferior just triggered
10360 an exception catchpoint.
10361
10362 The string returned is a newly allocated string that needs to be
10363 deallocated later. */
10364
10365 static char *
10366 ada_exception_catchpoint_cond_string (const char *exp_string)
10367 {
10368 int i;
10369
10370 /* The standard exceptions are a special case. They are defined in
10371 runtime units that have been compiled without debugging info; if
10372 EXP_STRING is the not-fully-qualified name of a standard
10373 exception (e.g. "constraint_error") then, during the evaluation
10374 of the condition expression, the symbol lookup on this name would
10375 *not* return this standard exception. The catchpoint condition
10376 may then be set only on user-defined exceptions which have the
10377 same not-fully-qualified name (e.g. my_package.constraint_error).
10378
10379 To avoid this unexcepted behavior, these standard exceptions are
10380 systematically prefixed by "standard". This means that "catch
10381 exception constraint_error" is rewritten into "catch exception
10382 standard.constraint_error".
10383
10384 If an exception named contraint_error is defined in another package of
10385 the inferior program, then the only way to specify this exception as a
10386 breakpoint condition is to use its fully-qualified named:
10387 e.g. my_package.constraint_error. */
10388
10389 for (i = 0; i < sizeof (standard_exc) / sizeof (char *); i++)
10390 {
10391 if (strcmp (standard_exc [i], exp_string) == 0)
10392 {
10393 return xstrprintf ("long_integer (e) = long_integer (&standard.%s)",
10394 exp_string);
10395 }
10396 }
10397 return xstrprintf ("long_integer (e) = long_integer (&%s)", exp_string);
10398 }
10399
10400 /* Return the expression corresponding to COND_STRING evaluated at SAL. */
10401
10402 static struct expression *
10403 ada_parse_catchpoint_condition (char *cond_string,
10404 struct symtab_and_line sal)
10405 {
10406 return (parse_exp_1 (&cond_string, block_for_pc (sal.pc), 0));
10407 }
10408
10409 /* Return the symtab_and_line that should be used to insert an exception
10410 catchpoint of the TYPE kind.
10411
10412 EX_STRING should contain the name of a specific exception
10413 that the catchpoint should catch, or NULL otherwise.
10414
10415 The idea behind all the remaining parameters is that their names match
10416 the name of certain fields in the breakpoint structure that are used to
10417 handle exception catchpoints. This function returns the value to which
10418 these fields should be set, depending on the type of catchpoint we need
10419 to create.
10420
10421 If COND and COND_STRING are both non-NULL, any value they might
10422 hold will be free'ed, and then replaced by newly allocated ones.
10423 These parameters are left untouched otherwise. */
10424
10425 static struct symtab_and_line
10426 ada_exception_sal (enum exception_catchpoint_kind ex, char *exp_string,
10427 char **addr_string, char **cond_string,
10428 struct expression **cond, struct breakpoint_ops **ops)
10429 {
10430 const char *sym_name;
10431 struct symbol *sym;
10432 struct symtab_and_line sal;
10433
10434 /* First, find out which exception support info to use. */
10435 ada_exception_support_info_sniffer ();
10436
10437 /* Then lookup the function on which we will break in order to catch
10438 the Ada exceptions requested by the user. */
10439
10440 sym_name = ada_exception_sym_name (ex);
10441 sym = standard_lookup (sym_name, NULL, VAR_DOMAIN);
10442
10443 /* The symbol we're looking up is provided by a unit in the GNAT runtime
10444 that should be compiled with debugging information. As a result, we
10445 expect to find that symbol in the symtabs. If we don't find it, then
10446 the target most likely does not support Ada exceptions, or we cannot
10447 insert exception breakpoints yet, because the GNAT runtime hasn't been
10448 loaded yet. */
10449
10450 /* brobecker/2006-12-26: It is conceivable that the runtime was compiled
10451 in such a way that no debugging information is produced for the symbol
10452 we are looking for. In this case, we could search the minimal symbols
10453 as a fall-back mechanism. This would still be operating in degraded
10454 mode, however, as we would still be missing the debugging information
10455 that is needed in order to extract the name of the exception being
10456 raised (this name is printed in the catchpoint message, and is also
10457 used when trying to catch a specific exception). We do not handle
10458 this case for now. */
10459
10460 if (sym == NULL)
10461 error (_("Unable to break on '%s' in this configuration."), sym_name);
10462
10463 /* Make sure that the symbol we found corresponds to a function. */
10464 if (SYMBOL_CLASS (sym) != LOC_BLOCK)
10465 error (_("Symbol \"%s\" is not a function (class = %d)"),
10466 sym_name, SYMBOL_CLASS (sym));
10467
10468 sal = find_function_start_sal (sym, 1);
10469
10470 /* Set ADDR_STRING. */
10471
10472 *addr_string = xstrdup (sym_name);
10473
10474 /* Set the COND and COND_STRING (if not NULL). */
10475
10476 if (cond_string != NULL && cond != NULL)
10477 {
10478 if (*cond_string != NULL)
10479 {
10480 xfree (*cond_string);
10481 *cond_string = NULL;
10482 }
10483 if (*cond != NULL)
10484 {
10485 xfree (*cond);
10486 *cond = NULL;
10487 }
10488 if (exp_string != NULL)
10489 {
10490 *cond_string = ada_exception_catchpoint_cond_string (exp_string);
10491 *cond = ada_parse_catchpoint_condition (*cond_string, sal);
10492 }
10493 }
10494
10495 /* Set OPS. */
10496 *ops = ada_exception_breakpoint_ops (ex);
10497
10498 return sal;
10499 }
10500
10501 /* Parse the arguments (ARGS) of the "catch exception" command.
10502
10503 Set TYPE to the appropriate exception catchpoint type.
10504 If the user asked the catchpoint to catch only a specific
10505 exception, then save the exception name in ADDR_STRING.
10506
10507 See ada_exception_sal for a description of all the remaining
10508 function arguments of this function. */
10509
10510 struct symtab_and_line
10511 ada_decode_exception_location (char *args, char **addr_string,
10512 char **exp_string, char **cond_string,
10513 struct expression **cond,
10514 struct breakpoint_ops **ops)
10515 {
10516 enum exception_catchpoint_kind ex;
10517
10518 catch_ada_exception_command_split (args, &ex, exp_string);
10519 return ada_exception_sal (ex, *exp_string, addr_string, cond_string,
10520 cond, ops);
10521 }
10522
10523 struct symtab_and_line
10524 ada_decode_assert_location (char *args, char **addr_string,
10525 struct breakpoint_ops **ops)
10526 {
10527 /* Check that no argument where provided at the end of the command. */
10528
10529 if (args != NULL)
10530 {
10531 while (isspace (*args))
10532 args++;
10533 if (*args != '\0')
10534 error (_("Junk at end of arguments."));
10535 }
10536
10537 return ada_exception_sal (ex_catch_assert, NULL, addr_string, NULL, NULL,
10538 ops);
10539 }
10540
10541 /* Operators */
10542 /* Information about operators given special treatment in functions
10543 below. */
10544 /* Format: OP_DEFN (<operator>, <operator length>, <# args>, <binop>). */
10545
10546 #define ADA_OPERATORS \
10547 OP_DEFN (OP_VAR_VALUE, 4, 0, 0) \
10548 OP_DEFN (BINOP_IN_BOUNDS, 3, 2, 0) \
10549 OP_DEFN (TERNOP_IN_RANGE, 1, 3, 0) \
10550 OP_DEFN (OP_ATR_FIRST, 1, 2, 0) \
10551 OP_DEFN (OP_ATR_LAST, 1, 2, 0) \
10552 OP_DEFN (OP_ATR_LENGTH, 1, 2, 0) \
10553 OP_DEFN (OP_ATR_IMAGE, 1, 2, 0) \
10554 OP_DEFN (OP_ATR_MAX, 1, 3, 0) \
10555 OP_DEFN (OP_ATR_MIN, 1, 3, 0) \
10556 OP_DEFN (OP_ATR_MODULUS, 1, 1, 0) \
10557 OP_DEFN (OP_ATR_POS, 1, 2, 0) \
10558 OP_DEFN (OP_ATR_SIZE, 1, 1, 0) \
10559 OP_DEFN (OP_ATR_TAG, 1, 1, 0) \
10560 OP_DEFN (OP_ATR_VAL, 1, 2, 0) \
10561 OP_DEFN (UNOP_QUAL, 3, 1, 0) \
10562 OP_DEFN (UNOP_IN_RANGE, 3, 1, 0) \
10563 OP_DEFN (OP_OTHERS, 1, 1, 0) \
10564 OP_DEFN (OP_POSITIONAL, 3, 1, 0) \
10565 OP_DEFN (OP_DISCRETE_RANGE, 1, 2, 0)
10566
10567 static void
10568 ada_operator_length (struct expression *exp, int pc, int *oplenp, int *argsp)
10569 {
10570 switch (exp->elts[pc - 1].opcode)
10571 {
10572 default:
10573 operator_length_standard (exp, pc, oplenp, argsp);
10574 break;
10575
10576 #define OP_DEFN(op, len, args, binop) \
10577 case op: *oplenp = len; *argsp = args; break;
10578 ADA_OPERATORS;
10579 #undef OP_DEFN
10580
10581 case OP_AGGREGATE:
10582 *oplenp = 3;
10583 *argsp = longest_to_int (exp->elts[pc - 2].longconst);
10584 break;
10585
10586 case OP_CHOICES:
10587 *oplenp = 3;
10588 *argsp = longest_to_int (exp->elts[pc - 2].longconst) + 1;
10589 break;
10590 }
10591 }
10592
10593 static char *
10594 ada_op_name (enum exp_opcode opcode)
10595 {
10596 switch (opcode)
10597 {
10598 default:
10599 return op_name_standard (opcode);
10600
10601 #define OP_DEFN(op, len, args, binop) case op: return #op;
10602 ADA_OPERATORS;
10603 #undef OP_DEFN
10604
10605 case OP_AGGREGATE:
10606 return "OP_AGGREGATE";
10607 case OP_CHOICES:
10608 return "OP_CHOICES";
10609 case OP_NAME:
10610 return "OP_NAME";
10611 }
10612 }
10613
10614 /* As for operator_length, but assumes PC is pointing at the first
10615 element of the operator, and gives meaningful results only for the
10616 Ada-specific operators, returning 0 for *OPLENP and *ARGSP otherwise. */
10617
10618 static void
10619 ada_forward_operator_length (struct expression *exp, int pc,
10620 int *oplenp, int *argsp)
10621 {
10622 switch (exp->elts[pc].opcode)
10623 {
10624 default:
10625 *oplenp = *argsp = 0;
10626 break;
10627
10628 #define OP_DEFN(op, len, args, binop) \
10629 case op: *oplenp = len; *argsp = args; break;
10630 ADA_OPERATORS;
10631 #undef OP_DEFN
10632
10633 case OP_AGGREGATE:
10634 *oplenp = 3;
10635 *argsp = longest_to_int (exp->elts[pc + 1].longconst);
10636 break;
10637
10638 case OP_CHOICES:
10639 *oplenp = 3;
10640 *argsp = longest_to_int (exp->elts[pc + 1].longconst) + 1;
10641 break;
10642
10643 case OP_STRING:
10644 case OP_NAME:
10645 {
10646 int len = longest_to_int (exp->elts[pc + 1].longconst);
10647 *oplenp = 4 + BYTES_TO_EXP_ELEM (len + 1);
10648 *argsp = 0;
10649 break;
10650 }
10651 }
10652 }
10653
10654 static int
10655 ada_dump_subexp_body (struct expression *exp, struct ui_file *stream, int elt)
10656 {
10657 enum exp_opcode op = exp->elts[elt].opcode;
10658 int oplen, nargs;
10659 int pc = elt;
10660 int i;
10661
10662 ada_forward_operator_length (exp, elt, &oplen, &nargs);
10663
10664 switch (op)
10665 {
10666 /* Ada attributes ('Foo). */
10667 case OP_ATR_FIRST:
10668 case OP_ATR_LAST:
10669 case OP_ATR_LENGTH:
10670 case OP_ATR_IMAGE:
10671 case OP_ATR_MAX:
10672 case OP_ATR_MIN:
10673 case OP_ATR_MODULUS:
10674 case OP_ATR_POS:
10675 case OP_ATR_SIZE:
10676 case OP_ATR_TAG:
10677 case OP_ATR_VAL:
10678 break;
10679
10680 case UNOP_IN_RANGE:
10681 case UNOP_QUAL:
10682 /* XXX: gdb_sprint_host_address, type_sprint */
10683 fprintf_filtered (stream, _("Type @"));
10684 gdb_print_host_address (exp->elts[pc + 1].type, stream);
10685 fprintf_filtered (stream, " (");
10686 type_print (exp->elts[pc + 1].type, NULL, stream, 0);
10687 fprintf_filtered (stream, ")");
10688 break;
10689 case BINOP_IN_BOUNDS:
10690 fprintf_filtered (stream, " (%d)",
10691 longest_to_int (exp->elts[pc + 2].longconst));
10692 break;
10693 case TERNOP_IN_RANGE:
10694 break;
10695
10696 case OP_AGGREGATE:
10697 case OP_OTHERS:
10698 case OP_DISCRETE_RANGE:
10699 case OP_POSITIONAL:
10700 case OP_CHOICES:
10701 break;
10702
10703 case OP_NAME:
10704 case OP_STRING:
10705 {
10706 char *name = &exp->elts[elt + 2].string;
10707 int len = longest_to_int (exp->elts[elt + 1].longconst);
10708 fprintf_filtered (stream, "Text: `%.*s'", len, name);
10709 break;
10710 }
10711
10712 default:
10713 return dump_subexp_body_standard (exp, stream, elt);
10714 }
10715
10716 elt += oplen;
10717 for (i = 0; i < nargs; i += 1)
10718 elt = dump_subexp (exp, stream, elt);
10719
10720 return elt;
10721 }
10722
10723 /* The Ada extension of print_subexp (q.v.). */
10724
10725 static void
10726 ada_print_subexp (struct expression *exp, int *pos,
10727 struct ui_file *stream, enum precedence prec)
10728 {
10729 int oplen, nargs, i;
10730 int pc = *pos;
10731 enum exp_opcode op = exp->elts[pc].opcode;
10732
10733 ada_forward_operator_length (exp, pc, &oplen, &nargs);
10734
10735 *pos += oplen;
10736 switch (op)
10737 {
10738 default:
10739 *pos -= oplen;
10740 print_subexp_standard (exp, pos, stream, prec);
10741 return;
10742
10743 case OP_VAR_VALUE:
10744 fputs_filtered (SYMBOL_NATURAL_NAME (exp->elts[pc + 2].symbol), stream);
10745 return;
10746
10747 case BINOP_IN_BOUNDS:
10748 /* XXX: sprint_subexp */
10749 print_subexp (exp, pos, stream, PREC_SUFFIX);
10750 fputs_filtered (" in ", stream);
10751 print_subexp (exp, pos, stream, PREC_SUFFIX);
10752 fputs_filtered ("'range", stream);
10753 if (exp->elts[pc + 1].longconst > 1)
10754 fprintf_filtered (stream, "(%ld)",
10755 (long) exp->elts[pc + 1].longconst);
10756 return;
10757
10758 case TERNOP_IN_RANGE:
10759 if (prec >= PREC_EQUAL)
10760 fputs_filtered ("(", stream);
10761 /* XXX: sprint_subexp */
10762 print_subexp (exp, pos, stream, PREC_SUFFIX);
10763 fputs_filtered (" in ", stream);
10764 print_subexp (exp, pos, stream, PREC_EQUAL);
10765 fputs_filtered (" .. ", stream);
10766 print_subexp (exp, pos, stream, PREC_EQUAL);
10767 if (prec >= PREC_EQUAL)
10768 fputs_filtered (")", stream);
10769 return;
10770
10771 case OP_ATR_FIRST:
10772 case OP_ATR_LAST:
10773 case OP_ATR_LENGTH:
10774 case OP_ATR_IMAGE:
10775 case OP_ATR_MAX:
10776 case OP_ATR_MIN:
10777 case OP_ATR_MODULUS:
10778 case OP_ATR_POS:
10779 case OP_ATR_SIZE:
10780 case OP_ATR_TAG:
10781 case OP_ATR_VAL:
10782 if (exp->elts[*pos].opcode == OP_TYPE)
10783 {
10784 if (TYPE_CODE (exp->elts[*pos + 1].type) != TYPE_CODE_VOID)
10785 LA_PRINT_TYPE (exp->elts[*pos + 1].type, "", stream, 0, 0);
10786 *pos += 3;
10787 }
10788 else
10789 print_subexp (exp, pos, stream, PREC_SUFFIX);
10790 fprintf_filtered (stream, "'%s", ada_attribute_name (op));
10791 if (nargs > 1)
10792 {
10793 int tem;
10794 for (tem = 1; tem < nargs; tem += 1)
10795 {
10796 fputs_filtered ((tem == 1) ? " (" : ", ", stream);
10797 print_subexp (exp, pos, stream, PREC_ABOVE_COMMA);
10798 }
10799 fputs_filtered (")", stream);
10800 }
10801 return;
10802
10803 case UNOP_QUAL:
10804 type_print (exp->elts[pc + 1].type, "", stream, 0);
10805 fputs_filtered ("'(", stream);
10806 print_subexp (exp, pos, stream, PREC_PREFIX);
10807 fputs_filtered (")", stream);
10808 return;
10809
10810 case UNOP_IN_RANGE:
10811 /* XXX: sprint_subexp */
10812 print_subexp (exp, pos, stream, PREC_SUFFIX);
10813 fputs_filtered (" in ", stream);
10814 LA_PRINT_TYPE (exp->elts[pc + 1].type, "", stream, 1, 0);
10815 return;
10816
10817 case OP_DISCRETE_RANGE:
10818 print_subexp (exp, pos, stream, PREC_SUFFIX);
10819 fputs_filtered ("..", stream);
10820 print_subexp (exp, pos, stream, PREC_SUFFIX);
10821 return;
10822
10823 case OP_OTHERS:
10824 fputs_filtered ("others => ", stream);
10825 print_subexp (exp, pos, stream, PREC_SUFFIX);
10826 return;
10827
10828 case OP_CHOICES:
10829 for (i = 0; i < nargs-1; i += 1)
10830 {
10831 if (i > 0)
10832 fputs_filtered ("|", stream);
10833 print_subexp (exp, pos, stream, PREC_SUFFIX);
10834 }
10835 fputs_filtered (" => ", stream);
10836 print_subexp (exp, pos, stream, PREC_SUFFIX);
10837 return;
10838
10839 case OP_POSITIONAL:
10840 print_subexp (exp, pos, stream, PREC_SUFFIX);
10841 return;
10842
10843 case OP_AGGREGATE:
10844 fputs_filtered ("(", stream);
10845 for (i = 0; i < nargs; i += 1)
10846 {
10847 if (i > 0)
10848 fputs_filtered (", ", stream);
10849 print_subexp (exp, pos, stream, PREC_SUFFIX);
10850 }
10851 fputs_filtered (")", stream);
10852 return;
10853 }
10854 }
10855
10856 /* Table mapping opcodes into strings for printing operators
10857 and precedences of the operators. */
10858
10859 static const struct op_print ada_op_print_tab[] = {
10860 {":=", BINOP_ASSIGN, PREC_ASSIGN, 1},
10861 {"or else", BINOP_LOGICAL_OR, PREC_LOGICAL_OR, 0},
10862 {"and then", BINOP_LOGICAL_AND, PREC_LOGICAL_AND, 0},
10863 {"or", BINOP_BITWISE_IOR, PREC_BITWISE_IOR, 0},
10864 {"xor", BINOP_BITWISE_XOR, PREC_BITWISE_XOR, 0},
10865 {"and", BINOP_BITWISE_AND, PREC_BITWISE_AND, 0},
10866 {"=", BINOP_EQUAL, PREC_EQUAL, 0},
10867 {"/=", BINOP_NOTEQUAL, PREC_EQUAL, 0},
10868 {"<=", BINOP_LEQ, PREC_ORDER, 0},
10869 {">=", BINOP_GEQ, PREC_ORDER, 0},
10870 {">", BINOP_GTR, PREC_ORDER, 0},
10871 {"<", BINOP_LESS, PREC_ORDER, 0},
10872 {">>", BINOP_RSH, PREC_SHIFT, 0},
10873 {"<<", BINOP_LSH, PREC_SHIFT, 0},
10874 {"+", BINOP_ADD, PREC_ADD, 0},
10875 {"-", BINOP_SUB, PREC_ADD, 0},
10876 {"&", BINOP_CONCAT, PREC_ADD, 0},
10877 {"*", BINOP_MUL, PREC_MUL, 0},
10878 {"/", BINOP_DIV, PREC_MUL, 0},
10879 {"rem", BINOP_REM, PREC_MUL, 0},
10880 {"mod", BINOP_MOD, PREC_MUL, 0},
10881 {"**", BINOP_EXP, PREC_REPEAT, 0},
10882 {"@", BINOP_REPEAT, PREC_REPEAT, 0},
10883 {"-", UNOP_NEG, PREC_PREFIX, 0},
10884 {"+", UNOP_PLUS, PREC_PREFIX, 0},
10885 {"not ", UNOP_LOGICAL_NOT, PREC_PREFIX, 0},
10886 {"not ", UNOP_COMPLEMENT, PREC_PREFIX, 0},
10887 {"abs ", UNOP_ABS, PREC_PREFIX, 0},
10888 {".all", UNOP_IND, PREC_SUFFIX, 1},
10889 {"'access", UNOP_ADDR, PREC_SUFFIX, 1},
10890 {"'size", OP_ATR_SIZE, PREC_SUFFIX, 1},
10891 {NULL, 0, 0, 0}
10892 };
10893 \f
10894 enum ada_primitive_types {
10895 ada_primitive_type_int,
10896 ada_primitive_type_long,
10897 ada_primitive_type_short,
10898 ada_primitive_type_char,
10899 ada_primitive_type_float,
10900 ada_primitive_type_double,
10901 ada_primitive_type_void,
10902 ada_primitive_type_long_long,
10903 ada_primitive_type_long_double,
10904 ada_primitive_type_natural,
10905 ada_primitive_type_positive,
10906 ada_primitive_type_system_address,
10907 nr_ada_primitive_types
10908 };
10909
10910 static void
10911 ada_language_arch_info (struct gdbarch *gdbarch,
10912 struct language_arch_info *lai)
10913 {
10914 const struct builtin_type *builtin = builtin_type (gdbarch);
10915 lai->primitive_type_vector
10916 = GDBARCH_OBSTACK_CALLOC (gdbarch, nr_ada_primitive_types + 1,
10917 struct type *);
10918 lai->primitive_type_vector [ada_primitive_type_int] =
10919 init_type (TYPE_CODE_INT,
10920 gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
10921 0, "integer", (struct objfile *) NULL);
10922 lai->primitive_type_vector [ada_primitive_type_long] =
10923 init_type (TYPE_CODE_INT,
10924 gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT,
10925 0, "long_integer", (struct objfile *) NULL);
10926 lai->primitive_type_vector [ada_primitive_type_short] =
10927 init_type (TYPE_CODE_INT,
10928 gdbarch_short_bit (gdbarch) / TARGET_CHAR_BIT,
10929 0, "short_integer", (struct objfile *) NULL);
10930 lai->string_char_type =
10931 lai->primitive_type_vector [ada_primitive_type_char] =
10932 init_type (TYPE_CODE_INT, TARGET_CHAR_BIT / TARGET_CHAR_BIT,
10933 0, "character", (struct objfile *) NULL);
10934 lai->primitive_type_vector [ada_primitive_type_float] =
10935 init_type (TYPE_CODE_FLT,
10936 gdbarch_float_bit (gdbarch)/ TARGET_CHAR_BIT,
10937 0, "float", (struct objfile *) NULL);
10938 lai->primitive_type_vector [ada_primitive_type_double] =
10939 init_type (TYPE_CODE_FLT,
10940 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT,
10941 0, "long_float", (struct objfile *) NULL);
10942 lai->primitive_type_vector [ada_primitive_type_long_long] =
10943 init_type (TYPE_CODE_INT,
10944 gdbarch_long_long_bit (gdbarch) / TARGET_CHAR_BIT,
10945 0, "long_long_integer", (struct objfile *) NULL);
10946 lai->primitive_type_vector [ada_primitive_type_long_double] =
10947 init_type (TYPE_CODE_FLT,
10948 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT,
10949 0, "long_long_float", (struct objfile *) NULL);
10950 lai->primitive_type_vector [ada_primitive_type_natural] =
10951 init_type (TYPE_CODE_INT,
10952 gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
10953 0, "natural", (struct objfile *) NULL);
10954 lai->primitive_type_vector [ada_primitive_type_positive] =
10955 init_type (TYPE_CODE_INT,
10956 gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
10957 0, "positive", (struct objfile *) NULL);
10958 lai->primitive_type_vector [ada_primitive_type_void] = builtin->builtin_void;
10959
10960 lai->primitive_type_vector [ada_primitive_type_system_address] =
10961 lookup_pointer_type (init_type (TYPE_CODE_VOID, 1, 0, "void",
10962 (struct objfile *) NULL));
10963 TYPE_NAME (lai->primitive_type_vector [ada_primitive_type_system_address])
10964 = "system__address";
10965
10966 lai->bool_type_symbol = NULL;
10967 lai->bool_type_default = builtin->builtin_bool;
10968 }
10969 \f
10970 /* Language vector */
10971
10972 /* Not really used, but needed in the ada_language_defn. */
10973
10974 static void
10975 emit_char (int c, struct type *type, struct ui_file *stream, int quoter)
10976 {
10977 ada_emit_char (c, type, stream, quoter, 1);
10978 }
10979
10980 static int
10981 parse (void)
10982 {
10983 warnings_issued = 0;
10984 return ada_parse ();
10985 }
10986
10987 static const struct exp_descriptor ada_exp_descriptor = {
10988 ada_print_subexp,
10989 ada_operator_length,
10990 ada_op_name,
10991 ada_dump_subexp_body,
10992 ada_evaluate_subexp
10993 };
10994
10995 const struct language_defn ada_language_defn = {
10996 "ada", /* Language name */
10997 language_ada,
10998 range_check_off,
10999 type_check_off,
11000 case_sensitive_on, /* Yes, Ada is case-insensitive, but
11001 that's not quite what this means. */
11002 array_row_major,
11003 macro_expansion_no,
11004 &ada_exp_descriptor,
11005 parse,
11006 ada_error,
11007 resolve,
11008 ada_printchar, /* Print a character constant */
11009 ada_printstr, /* Function to print string constant */
11010 emit_char, /* Function to print single char (not used) */
11011 ada_print_type, /* Print a type using appropriate syntax */
11012 default_print_typedef, /* Print a typedef using appropriate syntax */
11013 ada_val_print, /* Print a value using appropriate syntax */
11014 ada_value_print, /* Print a top-level value */
11015 NULL, /* Language specific skip_trampoline */
11016 NULL, /* name_of_this */
11017 ada_lookup_symbol_nonlocal, /* Looking up non-local symbols. */
11018 basic_lookup_transparent_type, /* lookup_transparent_type */
11019 ada_la_decode, /* Language specific symbol demangler */
11020 NULL, /* Language specific class_name_from_physname */
11021 ada_op_print_tab, /* expression operators for printing */
11022 0, /* c-style arrays */
11023 1, /* String lower bound */
11024 ada_get_gdb_completer_word_break_characters,
11025 ada_make_symbol_completion_list,
11026 ada_language_arch_info,
11027 ada_print_array_index,
11028 default_pass_by_reference,
11029 c_get_string,
11030 LANG_MAGIC
11031 };
11032
11033 /* Provide a prototype to silence -Wmissing-prototypes. */
11034 extern initialize_file_ftype _initialize_ada_language;
11035
11036 void
11037 _initialize_ada_language (void)
11038 {
11039 add_language (&ada_language_defn);
11040
11041 varsize_limit = 65536;
11042
11043 obstack_init (&symbol_list_obstack);
11044
11045 decoded_names_store = htab_create_alloc
11046 (256, htab_hash_string, (int (*)(const void *, const void *)) streq,
11047 NULL, xcalloc, xfree);
11048
11049 observer_attach_executable_changed (ada_executable_changed_observer);
11050 }