]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ada-lang.c
Stop assuming no-debug-info functions return int
[thirdparty/binutils-gdb.git] / gdb / ada-lang.c
1 /* Ada language support routines for GDB, the GNU debugger.
2
3 Copyright (C) 1992-2017 Free Software Foundation, Inc.
4
5 This file is part of GDB.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
19
20
21 #include "defs.h"
22 #include <ctype.h>
23 #include "demangle.h"
24 #include "gdb_regex.h"
25 #include "frame.h"
26 #include "symtab.h"
27 #include "gdbtypes.h"
28 #include "gdbcmd.h"
29 #include "expression.h"
30 #include "parser-defs.h"
31 #include "language.h"
32 #include "varobj.h"
33 #include "c-lang.h"
34 #include "inferior.h"
35 #include "symfile.h"
36 #include "objfiles.h"
37 #include "breakpoint.h"
38 #include "gdbcore.h"
39 #include "hashtab.h"
40 #include "gdb_obstack.h"
41 #include "ada-lang.h"
42 #include "completer.h"
43 #include <sys/stat.h>
44 #include "ui-out.h"
45 #include "block.h"
46 #include "infcall.h"
47 #include "dictionary.h"
48 #include "annotate.h"
49 #include "valprint.h"
50 #include "source.h"
51 #include "observer.h"
52 #include "vec.h"
53 #include "stack.h"
54 #include "gdb_vecs.h"
55 #include "typeprint.h"
56 #include "namespace.h"
57
58 #include "psymtab.h"
59 #include "value.h"
60 #include "mi/mi-common.h"
61 #include "arch-utils.h"
62 #include "cli/cli-utils.h"
63 #include "common/function-view.h"
64 #include "common/byte-vector.h"
65
66 /* Define whether or not the C operator '/' truncates towards zero for
67 differently signed operands (truncation direction is undefined in C).
68 Copied from valarith.c. */
69
70 #ifndef TRUNCATION_TOWARDS_ZERO
71 #define TRUNCATION_TOWARDS_ZERO ((-5 / 2) == -2)
72 #endif
73
74 static struct type *desc_base_type (struct type *);
75
76 static struct type *desc_bounds_type (struct type *);
77
78 static struct value *desc_bounds (struct value *);
79
80 static int fat_pntr_bounds_bitpos (struct type *);
81
82 static int fat_pntr_bounds_bitsize (struct type *);
83
84 static struct type *desc_data_target_type (struct type *);
85
86 static struct value *desc_data (struct value *);
87
88 static int fat_pntr_data_bitpos (struct type *);
89
90 static int fat_pntr_data_bitsize (struct type *);
91
92 static struct value *desc_one_bound (struct value *, int, int);
93
94 static int desc_bound_bitpos (struct type *, int, int);
95
96 static int desc_bound_bitsize (struct type *, int, int);
97
98 static struct type *desc_index_type (struct type *, int);
99
100 static int desc_arity (struct type *);
101
102 static int ada_type_match (struct type *, struct type *, int);
103
104 static int ada_args_match (struct symbol *, struct value **, int);
105
106 static int full_match (const char *, const char *);
107
108 static struct value *make_array_descriptor (struct type *, struct value *);
109
110 static void ada_add_block_symbols (struct obstack *,
111 const struct block *, const char *,
112 domain_enum, struct objfile *, int);
113
114 static void ada_add_all_symbols (struct obstack *, const struct block *,
115 const char *, domain_enum, int, int *);
116
117 static int is_nonfunction (struct block_symbol *, int);
118
119 static void add_defn_to_vec (struct obstack *, struct symbol *,
120 const struct block *);
121
122 static int num_defns_collected (struct obstack *);
123
124 static struct block_symbol *defns_collected (struct obstack *, int);
125
126 static struct value *resolve_subexp (struct expression **, int *, int,
127 struct type *);
128
129 static void replace_operator_with_call (struct expression **, int, int, int,
130 struct symbol *, const struct block *);
131
132 static int possible_user_operator_p (enum exp_opcode, struct value **);
133
134 static const char *ada_op_name (enum exp_opcode);
135
136 static const char *ada_decoded_op_name (enum exp_opcode);
137
138 static int numeric_type_p (struct type *);
139
140 static int integer_type_p (struct type *);
141
142 static int scalar_type_p (struct type *);
143
144 static int discrete_type_p (struct type *);
145
146 static enum ada_renaming_category parse_old_style_renaming (struct type *,
147 const char **,
148 int *,
149 const char **);
150
151 static struct symbol *find_old_style_renaming_symbol (const char *,
152 const struct block *);
153
154 static struct type *ada_lookup_struct_elt_type (struct type *, const char *,
155 int, int);
156
157 static struct value *evaluate_subexp_type (struct expression *, int *);
158
159 static struct type *ada_find_parallel_type_with_name (struct type *,
160 const char *);
161
162 static int is_dynamic_field (struct type *, int);
163
164 static struct type *to_fixed_variant_branch_type (struct type *,
165 const gdb_byte *,
166 CORE_ADDR, struct value *);
167
168 static struct type *to_fixed_array_type (struct type *, struct value *, int);
169
170 static struct type *to_fixed_range_type (struct type *, struct value *);
171
172 static struct type *to_static_fixed_type (struct type *);
173 static struct type *static_unwrap_type (struct type *type);
174
175 static struct value *unwrap_value (struct value *);
176
177 static struct type *constrained_packed_array_type (struct type *, long *);
178
179 static struct type *decode_constrained_packed_array_type (struct type *);
180
181 static long decode_packed_array_bitsize (struct type *);
182
183 static struct value *decode_constrained_packed_array (struct value *);
184
185 static int ada_is_packed_array_type (struct type *);
186
187 static int ada_is_unconstrained_packed_array_type (struct type *);
188
189 static struct value *value_subscript_packed (struct value *, int,
190 struct value **);
191
192 static void move_bits (gdb_byte *, int, const gdb_byte *, int, int, int);
193
194 static struct value *coerce_unspec_val_to_type (struct value *,
195 struct type *);
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 advance_wild_match (const char **, const char *, int);
204
205 static int wild_match (const char *, const char *);
206
207 static struct value *ada_coerce_ref (struct value *);
208
209 static LONGEST pos_atr (struct value *);
210
211 static struct value *value_pos_atr (struct type *, struct value *);
212
213 static struct value *value_val_atr (struct type *, struct value *);
214
215 static struct symbol *standard_lookup (const char *, const struct block *,
216 domain_enum);
217
218 static struct value *ada_search_struct_field (const char *, struct value *, int,
219 struct type *);
220
221 static struct value *ada_value_primitive_field (struct value *, int, int,
222 struct type *);
223
224 static int find_struct_field (const char *, struct type *, int,
225 struct type **, int *, int *, int *, int *);
226
227 static struct value *ada_to_fixed_value_create (struct type *, CORE_ADDR,
228 struct value *);
229
230 static int ada_resolve_function (struct block_symbol *, int,
231 struct value **, int, const char *,
232 struct type *);
233
234 static int ada_is_direct_array_type (struct type *);
235
236 static void ada_language_arch_info (struct gdbarch *,
237 struct language_arch_info *);
238
239 static struct value *ada_index_struct_field (int, struct value *, int,
240 struct type *);
241
242 static struct value *assign_aggregate (struct value *, struct value *,
243 struct expression *,
244 int *, enum noside);
245
246 static void aggregate_assign_from_choices (struct value *, struct value *,
247 struct expression *,
248 int *, LONGEST *, int *,
249 int, LONGEST, LONGEST);
250
251 static void aggregate_assign_positional (struct value *, struct value *,
252 struct expression *,
253 int *, LONGEST *, int *, int,
254 LONGEST, LONGEST);
255
256
257 static void aggregate_assign_others (struct value *, struct value *,
258 struct expression *,
259 int *, LONGEST *, int, LONGEST, LONGEST);
260
261
262 static void add_component_interval (LONGEST, LONGEST, LONGEST *, int *, int);
263
264
265 static struct value *ada_evaluate_subexp (struct type *, struct expression *,
266 int *, enum noside);
267
268 static void ada_forward_operator_length (struct expression *, int, int *,
269 int *);
270
271 static struct type *ada_find_any_type (const char *name);
272 \f
273
274 /* The result of a symbol lookup to be stored in our symbol cache. */
275
276 struct cache_entry
277 {
278 /* The name used to perform the lookup. */
279 const char *name;
280 /* The namespace used during the lookup. */
281 domain_enum domain;
282 /* The symbol returned by the lookup, or NULL if no matching symbol
283 was found. */
284 struct symbol *sym;
285 /* The block where the symbol was found, or NULL if no matching
286 symbol was found. */
287 const struct block *block;
288 /* A pointer to the next entry with the same hash. */
289 struct cache_entry *next;
290 };
291
292 /* The Ada symbol cache, used to store the result of Ada-mode symbol
293 lookups in the course of executing the user's commands.
294
295 The cache is implemented using a simple, fixed-sized hash.
296 The size is fixed on the grounds that there are not likely to be
297 all that many symbols looked up during any given session, regardless
298 of the size of the symbol table. If we decide to go to a resizable
299 table, let's just use the stuff from libiberty instead. */
300
301 #define HASH_SIZE 1009
302
303 struct ada_symbol_cache
304 {
305 /* An obstack used to store the entries in our cache. */
306 struct obstack cache_space;
307
308 /* The root of the hash table used to implement our symbol cache. */
309 struct cache_entry *root[HASH_SIZE];
310 };
311
312 static void ada_free_symbol_cache (struct ada_symbol_cache *sym_cache);
313
314 /* Maximum-sized dynamic type. */
315 static unsigned int varsize_limit;
316
317 static const char ada_completer_word_break_characters[] =
318 #ifdef VMS
319 " \t\n!@#%^&*()+=|~`}{[]\";:?/,-";
320 #else
321 " \t\n!@#$%^&*()+=|~`}{[]\";:?/,-";
322 #endif
323
324 /* The name of the symbol to use to get the name of the main subprogram. */
325 static const char ADA_MAIN_PROGRAM_SYMBOL_NAME[]
326 = "__gnat_ada_main_program_name";
327
328 /* Limit on the number of warnings to raise per expression evaluation. */
329 static int warning_limit = 2;
330
331 /* Number of warning messages issued; reset to 0 by cleanups after
332 expression evaluation. */
333 static int warnings_issued = 0;
334
335 static const char *known_runtime_file_name_patterns[] = {
336 ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS NULL
337 };
338
339 static const char *known_auxiliary_function_name_patterns[] = {
340 ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS NULL
341 };
342
343 /* Space for allocating results of ada_lookup_symbol_list. */
344 static struct obstack symbol_list_obstack;
345
346 /* Maintenance-related settings for this module. */
347
348 static struct cmd_list_element *maint_set_ada_cmdlist;
349 static struct cmd_list_element *maint_show_ada_cmdlist;
350
351 /* Implement the "maintenance set ada" (prefix) command. */
352
353 static void
354 maint_set_ada_cmd (char *args, int from_tty)
355 {
356 help_list (maint_set_ada_cmdlist, "maintenance set ada ", all_commands,
357 gdb_stdout);
358 }
359
360 /* Implement the "maintenance show ada" (prefix) command. */
361
362 static void
363 maint_show_ada_cmd (char *args, int from_tty)
364 {
365 cmd_show_list (maint_show_ada_cmdlist, from_tty, "");
366 }
367
368 /* The "maintenance ada set/show ignore-descriptive-type" value. */
369
370 static int ada_ignore_descriptive_types_p = 0;
371
372 /* Inferior-specific data. */
373
374 /* Per-inferior data for this module. */
375
376 struct ada_inferior_data
377 {
378 /* The ada__tags__type_specific_data type, which is used when decoding
379 tagged types. With older versions of GNAT, this type was directly
380 accessible through a component ("tsd") in the object tag. But this
381 is no longer the case, so we cache it for each inferior. */
382 struct type *tsd_type;
383
384 /* The exception_support_info data. This data is used to determine
385 how to implement support for Ada exception catchpoints in a given
386 inferior. */
387 const struct exception_support_info *exception_info;
388 };
389
390 /* Our key to this module's inferior data. */
391 static const struct inferior_data *ada_inferior_data;
392
393 /* A cleanup routine for our inferior data. */
394 static void
395 ada_inferior_data_cleanup (struct inferior *inf, void *arg)
396 {
397 struct ada_inferior_data *data;
398
399 data = (struct ada_inferior_data *) inferior_data (inf, ada_inferior_data);
400 if (data != NULL)
401 xfree (data);
402 }
403
404 /* Return our inferior data for the given inferior (INF).
405
406 This function always returns a valid pointer to an allocated
407 ada_inferior_data structure. If INF's inferior data has not
408 been previously set, this functions creates a new one with all
409 fields set to zero, sets INF's inferior to it, and then returns
410 a pointer to that newly allocated ada_inferior_data. */
411
412 static struct ada_inferior_data *
413 get_ada_inferior_data (struct inferior *inf)
414 {
415 struct ada_inferior_data *data;
416
417 data = (struct ada_inferior_data *) inferior_data (inf, ada_inferior_data);
418 if (data == NULL)
419 {
420 data = XCNEW (struct ada_inferior_data);
421 set_inferior_data (inf, ada_inferior_data, data);
422 }
423
424 return data;
425 }
426
427 /* Perform all necessary cleanups regarding our module's inferior data
428 that is required after the inferior INF just exited. */
429
430 static void
431 ada_inferior_exit (struct inferior *inf)
432 {
433 ada_inferior_data_cleanup (inf, NULL);
434 set_inferior_data (inf, ada_inferior_data, NULL);
435 }
436
437
438 /* program-space-specific data. */
439
440 /* This module's per-program-space data. */
441 struct ada_pspace_data
442 {
443 /* The Ada symbol cache. */
444 struct ada_symbol_cache *sym_cache;
445 };
446
447 /* Key to our per-program-space data. */
448 static const struct program_space_data *ada_pspace_data_handle;
449
450 /* Return this module's data for the given program space (PSPACE).
451 If not is found, add a zero'ed one now.
452
453 This function always returns a valid object. */
454
455 static struct ada_pspace_data *
456 get_ada_pspace_data (struct program_space *pspace)
457 {
458 struct ada_pspace_data *data;
459
460 data = ((struct ada_pspace_data *)
461 program_space_data (pspace, ada_pspace_data_handle));
462 if (data == NULL)
463 {
464 data = XCNEW (struct ada_pspace_data);
465 set_program_space_data (pspace, ada_pspace_data_handle, data);
466 }
467
468 return data;
469 }
470
471 /* The cleanup callback for this module's per-program-space data. */
472
473 static void
474 ada_pspace_data_cleanup (struct program_space *pspace, void *data)
475 {
476 struct ada_pspace_data *pspace_data = (struct ada_pspace_data *) data;
477
478 if (pspace_data->sym_cache != NULL)
479 ada_free_symbol_cache (pspace_data->sym_cache);
480 xfree (pspace_data);
481 }
482
483 /* Utilities */
484
485 /* If TYPE is a TYPE_CODE_TYPEDEF type, return the target type after
486 all typedef layers have been peeled. Otherwise, return TYPE.
487
488 Normally, we really expect a typedef type to only have 1 typedef layer.
489 In other words, we really expect the target type of a typedef type to be
490 a non-typedef type. This is particularly true for Ada units, because
491 the language does not have a typedef vs not-typedef distinction.
492 In that respect, the Ada compiler has been trying to eliminate as many
493 typedef definitions in the debugging information, since they generally
494 do not bring any extra information (we still use typedef under certain
495 circumstances related mostly to the GNAT encoding).
496
497 Unfortunately, we have seen situations where the debugging information
498 generated by the compiler leads to such multiple typedef layers. For
499 instance, consider the following example with stabs:
500
501 .stabs "pck__float_array___XUP:Tt(0,46)=s16P_ARRAY:(0,47)=[...]"[...]
502 .stabs "pck__float_array___XUP:t(0,36)=(0,46)",128,0,6,0
503
504 This is an error in the debugging information which causes type
505 pck__float_array___XUP to be defined twice, and the second time,
506 it is defined as a typedef of a typedef.
507
508 This is on the fringe of legality as far as debugging information is
509 concerned, and certainly unexpected. But it is easy to handle these
510 situations correctly, so we can afford to be lenient in this case. */
511
512 static struct type *
513 ada_typedef_target_type (struct type *type)
514 {
515 while (TYPE_CODE (type) == TYPE_CODE_TYPEDEF)
516 type = TYPE_TARGET_TYPE (type);
517 return type;
518 }
519
520 /* Given DECODED_NAME a string holding a symbol name in its
521 decoded form (ie using the Ada dotted notation), returns
522 its unqualified name. */
523
524 static const char *
525 ada_unqualified_name (const char *decoded_name)
526 {
527 const char *result;
528
529 /* If the decoded name starts with '<', it means that the encoded
530 name does not follow standard naming conventions, and thus that
531 it is not your typical Ada symbol name. Trying to unqualify it
532 is therefore pointless and possibly erroneous. */
533 if (decoded_name[0] == '<')
534 return decoded_name;
535
536 result = strrchr (decoded_name, '.');
537 if (result != NULL)
538 result++; /* Skip the dot... */
539 else
540 result = decoded_name;
541
542 return result;
543 }
544
545 /* Return a string starting with '<', followed by STR, and '>'.
546 The result is good until the next call. */
547
548 static char *
549 add_angle_brackets (const char *str)
550 {
551 static char *result = NULL;
552
553 xfree (result);
554 result = xstrprintf ("<%s>", str);
555 return result;
556 }
557
558 static const char *
559 ada_get_gdb_completer_word_break_characters (void)
560 {
561 return ada_completer_word_break_characters;
562 }
563
564 /* Print an array element index using the Ada syntax. */
565
566 static void
567 ada_print_array_index (struct value *index_value, struct ui_file *stream,
568 const struct value_print_options *options)
569 {
570 LA_VALUE_PRINT (index_value, stream, options);
571 fprintf_filtered (stream, " => ");
572 }
573
574 /* Assuming VECT points to an array of *SIZE objects of size
575 ELEMENT_SIZE, grow it to contain at least MIN_SIZE objects,
576 updating *SIZE as necessary and returning the (new) array. */
577
578 void *
579 grow_vect (void *vect, size_t *size, size_t min_size, int element_size)
580 {
581 if (*size < min_size)
582 {
583 *size *= 2;
584 if (*size < min_size)
585 *size = min_size;
586 vect = xrealloc (vect, *size * element_size);
587 }
588 return vect;
589 }
590
591 /* True (non-zero) iff TARGET matches FIELD_NAME up to any trailing
592 suffix of FIELD_NAME beginning "___". */
593
594 static int
595 field_name_match (const char *field_name, const char *target)
596 {
597 int len = strlen (target);
598
599 return
600 (strncmp (field_name, target, len) == 0
601 && (field_name[len] == '\0'
602 || (startswith (field_name + len, "___")
603 && strcmp (field_name + strlen (field_name) - 6,
604 "___XVN") != 0)));
605 }
606
607
608 /* Assuming TYPE is a TYPE_CODE_STRUCT or a TYPE_CODE_TYPDEF to
609 a TYPE_CODE_STRUCT, find the field whose name matches FIELD_NAME,
610 and return its index. This function also handles fields whose name
611 have ___ suffixes because the compiler sometimes alters their name
612 by adding such a suffix to represent fields with certain constraints.
613 If the field could not be found, return a negative number if
614 MAYBE_MISSING is set. Otherwise raise an error. */
615
616 int
617 ada_get_field_index (const struct type *type, const char *field_name,
618 int maybe_missing)
619 {
620 int fieldno;
621 struct type *struct_type = check_typedef ((struct type *) type);
622
623 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); fieldno++)
624 if (field_name_match (TYPE_FIELD_NAME (struct_type, fieldno), field_name))
625 return fieldno;
626
627 if (!maybe_missing)
628 error (_("Unable to find field %s in struct %s. Aborting"),
629 field_name, TYPE_NAME (struct_type));
630
631 return -1;
632 }
633
634 /* The length of the prefix of NAME prior to any "___" suffix. */
635
636 int
637 ada_name_prefix_len (const char *name)
638 {
639 if (name == NULL)
640 return 0;
641 else
642 {
643 const char *p = strstr (name, "___");
644
645 if (p == NULL)
646 return strlen (name);
647 else
648 return p - name;
649 }
650 }
651
652 /* Return non-zero if SUFFIX is a suffix of STR.
653 Return zero if STR is null. */
654
655 static int
656 is_suffix (const char *str, const char *suffix)
657 {
658 int len1, len2;
659
660 if (str == NULL)
661 return 0;
662 len1 = strlen (str);
663 len2 = strlen (suffix);
664 return (len1 >= len2 && strcmp (str + len1 - len2, suffix) == 0);
665 }
666
667 /* The contents of value VAL, treated as a value of type TYPE. The
668 result is an lval in memory if VAL is. */
669
670 static struct value *
671 coerce_unspec_val_to_type (struct value *val, struct type *type)
672 {
673 type = ada_check_typedef (type);
674 if (value_type (val) == type)
675 return val;
676 else
677 {
678 struct value *result;
679
680 /* Make sure that the object size is not unreasonable before
681 trying to allocate some memory for it. */
682 ada_ensure_varsize_limit (type);
683
684 if (value_lazy (val)
685 || TYPE_LENGTH (type) > TYPE_LENGTH (value_type (val)))
686 result = allocate_value_lazy (type);
687 else
688 {
689 result = allocate_value (type);
690 value_contents_copy_raw (result, 0, val, 0, TYPE_LENGTH (type));
691 }
692 set_value_component_location (result, val);
693 set_value_bitsize (result, value_bitsize (val));
694 set_value_bitpos (result, value_bitpos (val));
695 set_value_address (result, value_address (val));
696 return result;
697 }
698 }
699
700 static const gdb_byte *
701 cond_offset_host (const gdb_byte *valaddr, long offset)
702 {
703 if (valaddr == NULL)
704 return NULL;
705 else
706 return valaddr + offset;
707 }
708
709 static CORE_ADDR
710 cond_offset_target (CORE_ADDR address, long offset)
711 {
712 if (address == 0)
713 return 0;
714 else
715 return address + offset;
716 }
717
718 /* Issue a warning (as for the definition of warning in utils.c, but
719 with exactly one argument rather than ...), unless the limit on the
720 number of warnings has passed during the evaluation of the current
721 expression. */
722
723 /* FIXME: cagney/2004-10-10: This function is mimicking the behavior
724 provided by "complaint". */
725 static void lim_warning (const char *format, ...) ATTRIBUTE_PRINTF (1, 2);
726
727 static void
728 lim_warning (const char *format, ...)
729 {
730 va_list args;
731
732 va_start (args, format);
733 warnings_issued += 1;
734 if (warnings_issued <= warning_limit)
735 vwarning (format, args);
736
737 va_end (args);
738 }
739
740 /* Issue an error if the size of an object of type T is unreasonable,
741 i.e. if it would be a bad idea to allocate a value of this type in
742 GDB. */
743
744 void
745 ada_ensure_varsize_limit (const struct type *type)
746 {
747 if (TYPE_LENGTH (type) > varsize_limit)
748 error (_("object size is larger than varsize-limit"));
749 }
750
751 /* Maximum value of a SIZE-byte signed integer type. */
752 static LONGEST
753 max_of_size (int size)
754 {
755 LONGEST top_bit = (LONGEST) 1 << (size * 8 - 2);
756
757 return top_bit | (top_bit - 1);
758 }
759
760 /* Minimum value of a SIZE-byte signed integer type. */
761 static LONGEST
762 min_of_size (int size)
763 {
764 return -max_of_size (size) - 1;
765 }
766
767 /* Maximum value of a SIZE-byte unsigned integer type. */
768 static ULONGEST
769 umax_of_size (int size)
770 {
771 ULONGEST top_bit = (ULONGEST) 1 << (size * 8 - 1);
772
773 return top_bit | (top_bit - 1);
774 }
775
776 /* Maximum value of integral type T, as a signed quantity. */
777 static LONGEST
778 max_of_type (struct type *t)
779 {
780 if (TYPE_UNSIGNED (t))
781 return (LONGEST) umax_of_size (TYPE_LENGTH (t));
782 else
783 return max_of_size (TYPE_LENGTH (t));
784 }
785
786 /* Minimum value of integral type T, as a signed quantity. */
787 static LONGEST
788 min_of_type (struct type *t)
789 {
790 if (TYPE_UNSIGNED (t))
791 return 0;
792 else
793 return min_of_size (TYPE_LENGTH (t));
794 }
795
796 /* The largest value in the domain of TYPE, a discrete type, as an integer. */
797 LONGEST
798 ada_discrete_type_high_bound (struct type *type)
799 {
800 type = resolve_dynamic_type (type, NULL, 0);
801 switch (TYPE_CODE (type))
802 {
803 case TYPE_CODE_RANGE:
804 return TYPE_HIGH_BOUND (type);
805 case TYPE_CODE_ENUM:
806 return TYPE_FIELD_ENUMVAL (type, TYPE_NFIELDS (type) - 1);
807 case TYPE_CODE_BOOL:
808 return 1;
809 case TYPE_CODE_CHAR:
810 case TYPE_CODE_INT:
811 return max_of_type (type);
812 default:
813 error (_("Unexpected type in ada_discrete_type_high_bound."));
814 }
815 }
816
817 /* The smallest value in the domain of TYPE, a discrete type, as an integer. */
818 LONGEST
819 ada_discrete_type_low_bound (struct type *type)
820 {
821 type = resolve_dynamic_type (type, NULL, 0);
822 switch (TYPE_CODE (type))
823 {
824 case TYPE_CODE_RANGE:
825 return TYPE_LOW_BOUND (type);
826 case TYPE_CODE_ENUM:
827 return TYPE_FIELD_ENUMVAL (type, 0);
828 case TYPE_CODE_BOOL:
829 return 0;
830 case TYPE_CODE_CHAR:
831 case TYPE_CODE_INT:
832 return min_of_type (type);
833 default:
834 error (_("Unexpected type in ada_discrete_type_low_bound."));
835 }
836 }
837
838 /* The identity on non-range types. For range types, the underlying
839 non-range scalar type. */
840
841 static struct type *
842 get_base_type (struct type *type)
843 {
844 while (type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE)
845 {
846 if (type == TYPE_TARGET_TYPE (type) || TYPE_TARGET_TYPE (type) == NULL)
847 return type;
848 type = TYPE_TARGET_TYPE (type);
849 }
850 return type;
851 }
852
853 /* Return a decoded version of the given VALUE. This means returning
854 a value whose type is obtained by applying all the GNAT-specific
855 encondings, making the resulting type a static but standard description
856 of the initial type. */
857
858 struct value *
859 ada_get_decoded_value (struct value *value)
860 {
861 struct type *type = ada_check_typedef (value_type (value));
862
863 if (ada_is_array_descriptor_type (type)
864 || (ada_is_constrained_packed_array_type (type)
865 && TYPE_CODE (type) != TYPE_CODE_PTR))
866 {
867 if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF) /* array access type. */
868 value = ada_coerce_to_simple_array_ptr (value);
869 else
870 value = ada_coerce_to_simple_array (value);
871 }
872 else
873 value = ada_to_fixed_value (value);
874
875 return value;
876 }
877
878 /* Same as ada_get_decoded_value, but with the given TYPE.
879 Because there is no associated actual value for this type,
880 the resulting type might be a best-effort approximation in
881 the case of dynamic types. */
882
883 struct type *
884 ada_get_decoded_type (struct type *type)
885 {
886 type = to_static_fixed_type (type);
887 if (ada_is_constrained_packed_array_type (type))
888 type = ada_coerce_to_simple_array_type (type);
889 return type;
890 }
891
892 \f
893
894 /* Language Selection */
895
896 /* If the main program is in Ada, return language_ada, otherwise return LANG
897 (the main program is in Ada iif the adainit symbol is found). */
898
899 enum language
900 ada_update_initial_language (enum language lang)
901 {
902 if (lookup_minimal_symbol ("adainit", (const char *) NULL,
903 (struct objfile *) NULL).minsym != NULL)
904 return language_ada;
905
906 return lang;
907 }
908
909 /* If the main procedure is written in Ada, then return its name.
910 The result is good until the next call. Return NULL if the main
911 procedure doesn't appear to be in Ada. */
912
913 char *
914 ada_main_name (void)
915 {
916 struct bound_minimal_symbol msym;
917 static char *main_program_name = NULL;
918
919 /* For Ada, the name of the main procedure is stored in a specific
920 string constant, generated by the binder. Look for that symbol,
921 extract its address, and then read that string. If we didn't find
922 that string, then most probably the main procedure is not written
923 in Ada. */
924 msym = lookup_minimal_symbol (ADA_MAIN_PROGRAM_SYMBOL_NAME, NULL, NULL);
925
926 if (msym.minsym != NULL)
927 {
928 CORE_ADDR main_program_name_addr;
929 int err_code;
930
931 main_program_name_addr = BMSYMBOL_VALUE_ADDRESS (msym);
932 if (main_program_name_addr == 0)
933 error (_("Invalid address for Ada main program name."));
934
935 xfree (main_program_name);
936 target_read_string (main_program_name_addr, &main_program_name,
937 1024, &err_code);
938
939 if (err_code != 0)
940 return NULL;
941 return main_program_name;
942 }
943
944 /* The main procedure doesn't seem to be in Ada. */
945 return NULL;
946 }
947 \f
948 /* Symbols */
949
950 /* Table of Ada operators and their GNAT-encoded names. Last entry is pair
951 of NULLs. */
952
953 const struct ada_opname_map ada_opname_table[] = {
954 {"Oadd", "\"+\"", BINOP_ADD},
955 {"Osubtract", "\"-\"", BINOP_SUB},
956 {"Omultiply", "\"*\"", BINOP_MUL},
957 {"Odivide", "\"/\"", BINOP_DIV},
958 {"Omod", "\"mod\"", BINOP_MOD},
959 {"Orem", "\"rem\"", BINOP_REM},
960 {"Oexpon", "\"**\"", BINOP_EXP},
961 {"Olt", "\"<\"", BINOP_LESS},
962 {"Ole", "\"<=\"", BINOP_LEQ},
963 {"Ogt", "\">\"", BINOP_GTR},
964 {"Oge", "\">=\"", BINOP_GEQ},
965 {"Oeq", "\"=\"", BINOP_EQUAL},
966 {"One", "\"/=\"", BINOP_NOTEQUAL},
967 {"Oand", "\"and\"", BINOP_BITWISE_AND},
968 {"Oor", "\"or\"", BINOP_BITWISE_IOR},
969 {"Oxor", "\"xor\"", BINOP_BITWISE_XOR},
970 {"Oconcat", "\"&\"", BINOP_CONCAT},
971 {"Oabs", "\"abs\"", UNOP_ABS},
972 {"Onot", "\"not\"", UNOP_LOGICAL_NOT},
973 {"Oadd", "\"+\"", UNOP_PLUS},
974 {"Osubtract", "\"-\"", UNOP_NEG},
975 {NULL, NULL}
976 };
977
978 /* The "encoded" form of DECODED, according to GNAT conventions.
979 The result is valid until the next call to ada_encode. */
980
981 char *
982 ada_encode (const char *decoded)
983 {
984 static char *encoding_buffer = NULL;
985 static size_t encoding_buffer_size = 0;
986 const char *p;
987 int k;
988
989 if (decoded == NULL)
990 return NULL;
991
992 GROW_VECT (encoding_buffer, encoding_buffer_size,
993 2 * strlen (decoded) + 10);
994
995 k = 0;
996 for (p = decoded; *p != '\0'; p += 1)
997 {
998 if (*p == '.')
999 {
1000 encoding_buffer[k] = encoding_buffer[k + 1] = '_';
1001 k += 2;
1002 }
1003 else if (*p == '"')
1004 {
1005 const struct ada_opname_map *mapping;
1006
1007 for (mapping = ada_opname_table;
1008 mapping->encoded != NULL
1009 && !startswith (p, mapping->decoded); mapping += 1)
1010 ;
1011 if (mapping->encoded == NULL)
1012 error (_("invalid Ada operator name: %s"), p);
1013 strcpy (encoding_buffer + k, mapping->encoded);
1014 k += strlen (mapping->encoded);
1015 break;
1016 }
1017 else
1018 {
1019 encoding_buffer[k] = *p;
1020 k += 1;
1021 }
1022 }
1023
1024 encoding_buffer[k] = '\0';
1025 return encoding_buffer;
1026 }
1027
1028 /* Return NAME folded to lower case, or, if surrounded by single
1029 quotes, unfolded, but with the quotes stripped away. Result good
1030 to next call. */
1031
1032 char *
1033 ada_fold_name (const char *name)
1034 {
1035 static char *fold_buffer = NULL;
1036 static size_t fold_buffer_size = 0;
1037
1038 int len = strlen (name);
1039 GROW_VECT (fold_buffer, fold_buffer_size, len + 1);
1040
1041 if (name[0] == '\'')
1042 {
1043 strncpy (fold_buffer, name + 1, len - 2);
1044 fold_buffer[len - 2] = '\000';
1045 }
1046 else
1047 {
1048 int i;
1049
1050 for (i = 0; i <= len; i += 1)
1051 fold_buffer[i] = tolower (name[i]);
1052 }
1053
1054 return fold_buffer;
1055 }
1056
1057 /* Return nonzero if C is either a digit or a lowercase alphabet character. */
1058
1059 static int
1060 is_lower_alphanum (const char c)
1061 {
1062 return (isdigit (c) || (isalpha (c) && islower (c)));
1063 }
1064
1065 /* ENCODED is the linkage name of a symbol and LEN contains its length.
1066 This function saves in LEN the length of that same symbol name but
1067 without either of these suffixes:
1068 . .{DIGIT}+
1069 . ${DIGIT}+
1070 . ___{DIGIT}+
1071 . __{DIGIT}+.
1072
1073 These are suffixes introduced by the compiler for entities such as
1074 nested subprogram for instance, in order to avoid name clashes.
1075 They do not serve any purpose for the debugger. */
1076
1077 static void
1078 ada_remove_trailing_digits (const char *encoded, int *len)
1079 {
1080 if (*len > 1 && isdigit (encoded[*len - 1]))
1081 {
1082 int i = *len - 2;
1083
1084 while (i > 0 && isdigit (encoded[i]))
1085 i--;
1086 if (i >= 0 && encoded[i] == '.')
1087 *len = i;
1088 else if (i >= 0 && encoded[i] == '$')
1089 *len = i;
1090 else if (i >= 2 && startswith (encoded + i - 2, "___"))
1091 *len = i - 2;
1092 else if (i >= 1 && startswith (encoded + i - 1, "__"))
1093 *len = i - 1;
1094 }
1095 }
1096
1097 /* Remove the suffix introduced by the compiler for protected object
1098 subprograms. */
1099
1100 static void
1101 ada_remove_po_subprogram_suffix (const char *encoded, int *len)
1102 {
1103 /* Remove trailing N. */
1104
1105 /* Protected entry subprograms are broken into two
1106 separate subprograms: The first one is unprotected, and has
1107 a 'N' suffix; the second is the protected version, and has
1108 the 'P' suffix. The second calls the first one after handling
1109 the protection. Since the P subprograms are internally generated,
1110 we leave these names undecoded, giving the user a clue that this
1111 entity is internal. */
1112
1113 if (*len > 1
1114 && encoded[*len - 1] == 'N'
1115 && (isdigit (encoded[*len - 2]) || islower (encoded[*len - 2])))
1116 *len = *len - 1;
1117 }
1118
1119 /* Remove trailing X[bn]* suffixes (indicating names in package bodies). */
1120
1121 static void
1122 ada_remove_Xbn_suffix (const char *encoded, int *len)
1123 {
1124 int i = *len - 1;
1125
1126 while (i > 0 && (encoded[i] == 'b' || encoded[i] == 'n'))
1127 i--;
1128
1129 if (encoded[i] != 'X')
1130 return;
1131
1132 if (i == 0)
1133 return;
1134
1135 if (isalnum (encoded[i-1]))
1136 *len = i;
1137 }
1138
1139 /* If ENCODED follows the GNAT entity encoding conventions, then return
1140 the decoded form of ENCODED. Otherwise, return "<%s>" where "%s" is
1141 replaced by ENCODED.
1142
1143 The resulting string is valid until the next call of ada_decode.
1144 If the string is unchanged by decoding, the original string pointer
1145 is returned. */
1146
1147 const char *
1148 ada_decode (const char *encoded)
1149 {
1150 int i, j;
1151 int len0;
1152 const char *p;
1153 char *decoded;
1154 int at_start_name;
1155 static char *decoding_buffer = NULL;
1156 static size_t decoding_buffer_size = 0;
1157
1158 /* The name of the Ada main procedure starts with "_ada_".
1159 This prefix is not part of the decoded name, so skip this part
1160 if we see this prefix. */
1161 if (startswith (encoded, "_ada_"))
1162 encoded += 5;
1163
1164 /* If the name starts with '_', then it is not a properly encoded
1165 name, so do not attempt to decode it. Similarly, if the name
1166 starts with '<', the name should not be decoded. */
1167 if (encoded[0] == '_' || encoded[0] == '<')
1168 goto Suppress;
1169
1170 len0 = strlen (encoded);
1171
1172 ada_remove_trailing_digits (encoded, &len0);
1173 ada_remove_po_subprogram_suffix (encoded, &len0);
1174
1175 /* Remove the ___X.* suffix if present. Do not forget to verify that
1176 the suffix is located before the current "end" of ENCODED. We want
1177 to avoid re-matching parts of ENCODED that have previously been
1178 marked as discarded (by decrementing LEN0). */
1179 p = strstr (encoded, "___");
1180 if (p != NULL && p - encoded < len0 - 3)
1181 {
1182 if (p[3] == 'X')
1183 len0 = p - encoded;
1184 else
1185 goto Suppress;
1186 }
1187
1188 /* Remove any trailing TKB suffix. It tells us that this symbol
1189 is for the body of a task, but that information does not actually
1190 appear in the decoded name. */
1191
1192 if (len0 > 3 && startswith (encoded + len0 - 3, "TKB"))
1193 len0 -= 3;
1194
1195 /* Remove any trailing TB suffix. The TB suffix is slightly different
1196 from the TKB suffix because it is used for non-anonymous task
1197 bodies. */
1198
1199 if (len0 > 2 && startswith (encoded + len0 - 2, "TB"))
1200 len0 -= 2;
1201
1202 /* Remove trailing "B" suffixes. */
1203 /* FIXME: brobecker/2006-04-19: Not sure what this are used for... */
1204
1205 if (len0 > 1 && startswith (encoded + len0 - 1, "B"))
1206 len0 -= 1;
1207
1208 /* Make decoded big enough for possible expansion by operator name. */
1209
1210 GROW_VECT (decoding_buffer, decoding_buffer_size, 2 * len0 + 1);
1211 decoded = decoding_buffer;
1212
1213 /* Remove trailing __{digit}+ or trailing ${digit}+. */
1214
1215 if (len0 > 1 && isdigit (encoded[len0 - 1]))
1216 {
1217 i = len0 - 2;
1218 while ((i >= 0 && isdigit (encoded[i]))
1219 || (i >= 1 && encoded[i] == '_' && isdigit (encoded[i - 1])))
1220 i -= 1;
1221 if (i > 1 && encoded[i] == '_' && encoded[i - 1] == '_')
1222 len0 = i - 1;
1223 else if (encoded[i] == '$')
1224 len0 = i;
1225 }
1226
1227 /* The first few characters that are not alphabetic are not part
1228 of any encoding we use, so we can copy them over verbatim. */
1229
1230 for (i = 0, j = 0; i < len0 && !isalpha (encoded[i]); i += 1, j += 1)
1231 decoded[j] = encoded[i];
1232
1233 at_start_name = 1;
1234 while (i < len0)
1235 {
1236 /* Is this a symbol function? */
1237 if (at_start_name && encoded[i] == 'O')
1238 {
1239 int k;
1240
1241 for (k = 0; ada_opname_table[k].encoded != NULL; k += 1)
1242 {
1243 int op_len = strlen (ada_opname_table[k].encoded);
1244 if ((strncmp (ada_opname_table[k].encoded + 1, encoded + i + 1,
1245 op_len - 1) == 0)
1246 && !isalnum (encoded[i + op_len]))
1247 {
1248 strcpy (decoded + j, ada_opname_table[k].decoded);
1249 at_start_name = 0;
1250 i += op_len;
1251 j += strlen (ada_opname_table[k].decoded);
1252 break;
1253 }
1254 }
1255 if (ada_opname_table[k].encoded != NULL)
1256 continue;
1257 }
1258 at_start_name = 0;
1259
1260 /* Replace "TK__" with "__", which will eventually be translated
1261 into "." (just below). */
1262
1263 if (i < len0 - 4 && startswith (encoded + i, "TK__"))
1264 i += 2;
1265
1266 /* Replace "__B_{DIGITS}+__" sequences by "__", which will eventually
1267 be translated into "." (just below). These are internal names
1268 generated for anonymous blocks inside which our symbol is nested. */
1269
1270 if (len0 - i > 5 && encoded [i] == '_' && encoded [i+1] == '_'
1271 && encoded [i+2] == 'B' && encoded [i+3] == '_'
1272 && isdigit (encoded [i+4]))
1273 {
1274 int k = i + 5;
1275
1276 while (k < len0 && isdigit (encoded[k]))
1277 k++; /* Skip any extra digit. */
1278
1279 /* Double-check that the "__B_{DIGITS}+" sequence we found
1280 is indeed followed by "__". */
1281 if (len0 - k > 2 && encoded [k] == '_' && encoded [k+1] == '_')
1282 i = k;
1283 }
1284
1285 /* Remove _E{DIGITS}+[sb] */
1286
1287 /* Just as for protected object subprograms, there are 2 categories
1288 of subprograms created by the compiler for each entry. The first
1289 one implements the actual entry code, and has a suffix following
1290 the convention above; the second one implements the barrier and
1291 uses the same convention as above, except that the 'E' is replaced
1292 by a 'B'.
1293
1294 Just as above, we do not decode the name of barrier functions
1295 to give the user a clue that the code he is debugging has been
1296 internally generated. */
1297
1298 if (len0 - i > 3 && encoded [i] == '_' && encoded[i+1] == 'E'
1299 && isdigit (encoded[i+2]))
1300 {
1301 int k = i + 3;
1302
1303 while (k < len0 && isdigit (encoded[k]))
1304 k++;
1305
1306 if (k < len0
1307 && (encoded[k] == 'b' || encoded[k] == 's'))
1308 {
1309 k++;
1310 /* Just as an extra precaution, make sure that if this
1311 suffix is followed by anything else, it is a '_'.
1312 Otherwise, we matched this sequence by accident. */
1313 if (k == len0
1314 || (k < len0 && encoded[k] == '_'))
1315 i = k;
1316 }
1317 }
1318
1319 /* Remove trailing "N" in [a-z0-9]+N__. The N is added by
1320 the GNAT front-end in protected object subprograms. */
1321
1322 if (i < len0 + 3
1323 && encoded[i] == 'N' && encoded[i+1] == '_' && encoded[i+2] == '_')
1324 {
1325 /* Backtrack a bit up until we reach either the begining of
1326 the encoded name, or "__". Make sure that we only find
1327 digits or lowercase characters. */
1328 const char *ptr = encoded + i - 1;
1329
1330 while (ptr >= encoded && is_lower_alphanum (ptr[0]))
1331 ptr--;
1332 if (ptr < encoded
1333 || (ptr > encoded && ptr[0] == '_' && ptr[-1] == '_'))
1334 i++;
1335 }
1336
1337 if (encoded[i] == 'X' && i != 0 && isalnum (encoded[i - 1]))
1338 {
1339 /* This is a X[bn]* sequence not separated from the previous
1340 part of the name with a non-alpha-numeric character (in other
1341 words, immediately following an alpha-numeric character), then
1342 verify that it is placed at the end of the encoded name. If
1343 not, then the encoding is not valid and we should abort the
1344 decoding. Otherwise, just skip it, it is used in body-nested
1345 package names. */
1346 do
1347 i += 1;
1348 while (i < len0 && (encoded[i] == 'b' || encoded[i] == 'n'));
1349 if (i < len0)
1350 goto Suppress;
1351 }
1352 else if (i < len0 - 2 && encoded[i] == '_' && encoded[i + 1] == '_')
1353 {
1354 /* Replace '__' by '.'. */
1355 decoded[j] = '.';
1356 at_start_name = 1;
1357 i += 2;
1358 j += 1;
1359 }
1360 else
1361 {
1362 /* It's a character part of the decoded name, so just copy it
1363 over. */
1364 decoded[j] = encoded[i];
1365 i += 1;
1366 j += 1;
1367 }
1368 }
1369 decoded[j] = '\000';
1370
1371 /* Decoded names should never contain any uppercase character.
1372 Double-check this, and abort the decoding if we find one. */
1373
1374 for (i = 0; decoded[i] != '\0'; i += 1)
1375 if (isupper (decoded[i]) || decoded[i] == ' ')
1376 goto Suppress;
1377
1378 if (strcmp (decoded, encoded) == 0)
1379 return encoded;
1380 else
1381 return decoded;
1382
1383 Suppress:
1384 GROW_VECT (decoding_buffer, decoding_buffer_size, strlen (encoded) + 3);
1385 decoded = decoding_buffer;
1386 if (encoded[0] == '<')
1387 strcpy (decoded, encoded);
1388 else
1389 xsnprintf (decoded, decoding_buffer_size, "<%s>", encoded);
1390 return decoded;
1391
1392 }
1393
1394 /* Table for keeping permanent unique copies of decoded names. Once
1395 allocated, names in this table are never released. While this is a
1396 storage leak, it should not be significant unless there are massive
1397 changes in the set of decoded names in successive versions of a
1398 symbol table loaded during a single session. */
1399 static struct htab *decoded_names_store;
1400
1401 /* Returns the decoded name of GSYMBOL, as for ada_decode, caching it
1402 in the language-specific part of GSYMBOL, if it has not been
1403 previously computed. Tries to save the decoded name in the same
1404 obstack as GSYMBOL, if possible, and otherwise on the heap (so that,
1405 in any case, the decoded symbol has a lifetime at least that of
1406 GSYMBOL).
1407 The GSYMBOL parameter is "mutable" in the C++ sense: logically
1408 const, but nevertheless modified to a semantically equivalent form
1409 when a decoded name is cached in it. */
1410
1411 const char *
1412 ada_decode_symbol (const struct general_symbol_info *arg)
1413 {
1414 struct general_symbol_info *gsymbol = (struct general_symbol_info *) arg;
1415 const char **resultp =
1416 &gsymbol->language_specific.demangled_name;
1417
1418 if (!gsymbol->ada_mangled)
1419 {
1420 const char *decoded = ada_decode (gsymbol->name);
1421 struct obstack *obstack = gsymbol->language_specific.obstack;
1422
1423 gsymbol->ada_mangled = 1;
1424
1425 if (obstack != NULL)
1426 *resultp
1427 = (const char *) obstack_copy0 (obstack, decoded, strlen (decoded));
1428 else
1429 {
1430 /* Sometimes, we can't find a corresponding objfile, in
1431 which case, we put the result on the heap. Since we only
1432 decode when needed, we hope this usually does not cause a
1433 significant memory leak (FIXME). */
1434
1435 char **slot = (char **) htab_find_slot (decoded_names_store,
1436 decoded, INSERT);
1437
1438 if (*slot == NULL)
1439 *slot = xstrdup (decoded);
1440 *resultp = *slot;
1441 }
1442 }
1443
1444 return *resultp;
1445 }
1446
1447 static char *
1448 ada_la_decode (const char *encoded, int options)
1449 {
1450 return xstrdup (ada_decode (encoded));
1451 }
1452
1453 /* Implement la_sniff_from_mangled_name for Ada. */
1454
1455 static int
1456 ada_sniff_from_mangled_name (const char *mangled, char **out)
1457 {
1458 const char *demangled = ada_decode (mangled);
1459
1460 *out = NULL;
1461
1462 if (demangled != mangled && demangled != NULL && demangled[0] != '<')
1463 {
1464 /* Set the gsymbol language to Ada, but still return 0.
1465 Two reasons for that:
1466
1467 1. For Ada, we prefer computing the symbol's decoded name
1468 on the fly rather than pre-compute it, in order to save
1469 memory (Ada projects are typically very large).
1470
1471 2. There are some areas in the definition of the GNAT
1472 encoding where, with a bit of bad luck, we might be able
1473 to decode a non-Ada symbol, generating an incorrect
1474 demangled name (Eg: names ending with "TB" for instance
1475 are identified as task bodies and so stripped from
1476 the decoded name returned).
1477
1478 Returning 1, here, but not setting *DEMANGLED, helps us get a
1479 little bit of the best of both worlds. Because we're last,
1480 we should not affect any of the other languages that were
1481 able to demangle the symbol before us; we get to correctly
1482 tag Ada symbols as such; and even if we incorrectly tagged a
1483 non-Ada symbol, which should be rare, any routing through the
1484 Ada language should be transparent (Ada tries to behave much
1485 like C/C++ with non-Ada symbols). */
1486 return 1;
1487 }
1488
1489 return 0;
1490 }
1491
1492 /* Returns non-zero iff SYM_NAME matches NAME, ignoring any trailing
1493 suffixes that encode debugging information or leading _ada_ on
1494 SYM_NAME (see is_name_suffix commentary for the debugging
1495 information that is ignored). If WILD, then NAME need only match a
1496 suffix of SYM_NAME minus the same suffixes. Also returns 0 if
1497 either argument is NULL. */
1498
1499 static int
1500 match_name (const char *sym_name, const char *name, int wild)
1501 {
1502 if (sym_name == NULL || name == NULL)
1503 return 0;
1504 else if (wild)
1505 return wild_match (sym_name, name) == 0;
1506 else
1507 {
1508 int len_name = strlen (name);
1509
1510 return (strncmp (sym_name, name, len_name) == 0
1511 && is_name_suffix (sym_name + len_name))
1512 || (startswith (sym_name, "_ada_")
1513 && strncmp (sym_name + 5, name, len_name) == 0
1514 && is_name_suffix (sym_name + len_name + 5));
1515 }
1516 }
1517 \f
1518
1519 /* Arrays */
1520
1521 /* Assuming that INDEX_DESC_TYPE is an ___XA structure, a structure
1522 generated by the GNAT compiler to describe the index type used
1523 for each dimension of an array, check whether it follows the latest
1524 known encoding. If not, fix it up to conform to the latest encoding.
1525 Otherwise, do nothing. This function also does nothing if
1526 INDEX_DESC_TYPE is NULL.
1527
1528 The GNAT encoding used to describle the array index type evolved a bit.
1529 Initially, the information would be provided through the name of each
1530 field of the structure type only, while the type of these fields was
1531 described as unspecified and irrelevant. The debugger was then expected
1532 to perform a global type lookup using the name of that field in order
1533 to get access to the full index type description. Because these global
1534 lookups can be very expensive, the encoding was later enhanced to make
1535 the global lookup unnecessary by defining the field type as being
1536 the full index type description.
1537
1538 The purpose of this routine is to allow us to support older versions
1539 of the compiler by detecting the use of the older encoding, and by
1540 fixing up the INDEX_DESC_TYPE to follow the new one (at this point,
1541 we essentially replace each field's meaningless type by the associated
1542 index subtype). */
1543
1544 void
1545 ada_fixup_array_indexes_type (struct type *index_desc_type)
1546 {
1547 int i;
1548
1549 if (index_desc_type == NULL)
1550 return;
1551 gdb_assert (TYPE_NFIELDS (index_desc_type) > 0);
1552
1553 /* Check if INDEX_DESC_TYPE follows the older encoding (it is sufficient
1554 to check one field only, no need to check them all). If not, return
1555 now.
1556
1557 If our INDEX_DESC_TYPE was generated using the older encoding,
1558 the field type should be a meaningless integer type whose name
1559 is not equal to the field name. */
1560 if (TYPE_NAME (TYPE_FIELD_TYPE (index_desc_type, 0)) != NULL
1561 && strcmp (TYPE_NAME (TYPE_FIELD_TYPE (index_desc_type, 0)),
1562 TYPE_FIELD_NAME (index_desc_type, 0)) == 0)
1563 return;
1564
1565 /* Fixup each field of INDEX_DESC_TYPE. */
1566 for (i = 0; i < TYPE_NFIELDS (index_desc_type); i++)
1567 {
1568 const char *name = TYPE_FIELD_NAME (index_desc_type, i);
1569 struct type *raw_type = ada_check_typedef (ada_find_any_type (name));
1570
1571 if (raw_type)
1572 TYPE_FIELD_TYPE (index_desc_type, i) = raw_type;
1573 }
1574 }
1575
1576 /* Names of MAX_ADA_DIMENS bounds in P_BOUNDS fields of array descriptors. */
1577
1578 static const char *bound_name[] = {
1579 "LB0", "UB0", "LB1", "UB1", "LB2", "UB2", "LB3", "UB3",
1580 "LB4", "UB4", "LB5", "UB5", "LB6", "UB6", "LB7", "UB7"
1581 };
1582
1583 /* Maximum number of array dimensions we are prepared to handle. */
1584
1585 #define MAX_ADA_DIMENS (sizeof(bound_name) / (2*sizeof(char *)))
1586
1587
1588 /* The desc_* routines return primitive portions of array descriptors
1589 (fat pointers). */
1590
1591 /* The descriptor or array type, if any, indicated by TYPE; removes
1592 level of indirection, if needed. */
1593
1594 static struct type *
1595 desc_base_type (struct type *type)
1596 {
1597 if (type == NULL)
1598 return NULL;
1599 type = ada_check_typedef (type);
1600 if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF)
1601 type = ada_typedef_target_type (type);
1602
1603 if (type != NULL
1604 && (TYPE_CODE (type) == TYPE_CODE_PTR
1605 || TYPE_CODE (type) == TYPE_CODE_REF))
1606 return ada_check_typedef (TYPE_TARGET_TYPE (type));
1607 else
1608 return type;
1609 }
1610
1611 /* True iff TYPE indicates a "thin" array pointer type. */
1612
1613 static int
1614 is_thin_pntr (struct type *type)
1615 {
1616 return
1617 is_suffix (ada_type_name (desc_base_type (type)), "___XUT")
1618 || is_suffix (ada_type_name (desc_base_type (type)), "___XUT___XVE");
1619 }
1620
1621 /* The descriptor type for thin pointer type TYPE. */
1622
1623 static struct type *
1624 thin_descriptor_type (struct type *type)
1625 {
1626 struct type *base_type = desc_base_type (type);
1627
1628 if (base_type == NULL)
1629 return NULL;
1630 if (is_suffix (ada_type_name (base_type), "___XVE"))
1631 return base_type;
1632 else
1633 {
1634 struct type *alt_type = ada_find_parallel_type (base_type, "___XVE");
1635
1636 if (alt_type == NULL)
1637 return base_type;
1638 else
1639 return alt_type;
1640 }
1641 }
1642
1643 /* A pointer to the array data for thin-pointer value VAL. */
1644
1645 static struct value *
1646 thin_data_pntr (struct value *val)
1647 {
1648 struct type *type = ada_check_typedef (value_type (val));
1649 struct type *data_type = desc_data_target_type (thin_descriptor_type (type));
1650
1651 data_type = lookup_pointer_type (data_type);
1652
1653 if (TYPE_CODE (type) == TYPE_CODE_PTR)
1654 return value_cast (data_type, value_copy (val));
1655 else
1656 return value_from_longest (data_type, value_address (val));
1657 }
1658
1659 /* True iff TYPE indicates a "thick" array pointer type. */
1660
1661 static int
1662 is_thick_pntr (struct type *type)
1663 {
1664 type = desc_base_type (type);
1665 return (type != NULL && TYPE_CODE (type) == TYPE_CODE_STRUCT
1666 && lookup_struct_elt_type (type, "P_BOUNDS", 1) != NULL);
1667 }
1668
1669 /* If TYPE is the type of an array descriptor (fat or thin pointer) or a
1670 pointer to one, the type of its bounds data; otherwise, NULL. */
1671
1672 static struct type *
1673 desc_bounds_type (struct type *type)
1674 {
1675 struct type *r;
1676
1677 type = desc_base_type (type);
1678
1679 if (type == NULL)
1680 return NULL;
1681 else if (is_thin_pntr (type))
1682 {
1683 type = thin_descriptor_type (type);
1684 if (type == NULL)
1685 return NULL;
1686 r = lookup_struct_elt_type (type, "BOUNDS", 1);
1687 if (r != NULL)
1688 return ada_check_typedef (r);
1689 }
1690 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
1691 {
1692 r = lookup_struct_elt_type (type, "P_BOUNDS", 1);
1693 if (r != NULL)
1694 return ada_check_typedef (TYPE_TARGET_TYPE (ada_check_typedef (r)));
1695 }
1696 return NULL;
1697 }
1698
1699 /* If ARR is an array descriptor (fat or thin pointer), or pointer to
1700 one, a pointer to its bounds data. Otherwise NULL. */
1701
1702 static struct value *
1703 desc_bounds (struct value *arr)
1704 {
1705 struct type *type = ada_check_typedef (value_type (arr));
1706
1707 if (is_thin_pntr (type))
1708 {
1709 struct type *bounds_type =
1710 desc_bounds_type (thin_descriptor_type (type));
1711 LONGEST addr;
1712
1713 if (bounds_type == NULL)
1714 error (_("Bad GNAT array descriptor"));
1715
1716 /* NOTE: The following calculation is not really kosher, but
1717 since desc_type is an XVE-encoded type (and shouldn't be),
1718 the correct calculation is a real pain. FIXME (and fix GCC). */
1719 if (TYPE_CODE (type) == TYPE_CODE_PTR)
1720 addr = value_as_long (arr);
1721 else
1722 addr = value_address (arr);
1723
1724 return
1725 value_from_longest (lookup_pointer_type (bounds_type),
1726 addr - TYPE_LENGTH (bounds_type));
1727 }
1728
1729 else if (is_thick_pntr (type))
1730 {
1731 struct value *p_bounds = value_struct_elt (&arr, NULL, "P_BOUNDS", NULL,
1732 _("Bad GNAT array descriptor"));
1733 struct type *p_bounds_type = value_type (p_bounds);
1734
1735 if (p_bounds_type
1736 && TYPE_CODE (p_bounds_type) == TYPE_CODE_PTR)
1737 {
1738 struct type *target_type = TYPE_TARGET_TYPE (p_bounds_type);
1739
1740 if (TYPE_STUB (target_type))
1741 p_bounds = value_cast (lookup_pointer_type
1742 (ada_check_typedef (target_type)),
1743 p_bounds);
1744 }
1745 else
1746 error (_("Bad GNAT array descriptor"));
1747
1748 return p_bounds;
1749 }
1750 else
1751 return NULL;
1752 }
1753
1754 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1755 position of the field containing the address of the bounds data. */
1756
1757 static int
1758 fat_pntr_bounds_bitpos (struct type *type)
1759 {
1760 return TYPE_FIELD_BITPOS (desc_base_type (type), 1);
1761 }
1762
1763 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1764 size of the field containing the address of the bounds data. */
1765
1766 static int
1767 fat_pntr_bounds_bitsize (struct type *type)
1768 {
1769 type = desc_base_type (type);
1770
1771 if (TYPE_FIELD_BITSIZE (type, 1) > 0)
1772 return TYPE_FIELD_BITSIZE (type, 1);
1773 else
1774 return 8 * TYPE_LENGTH (ada_check_typedef (TYPE_FIELD_TYPE (type, 1)));
1775 }
1776
1777 /* If TYPE is the type of an array descriptor (fat or thin pointer) or a
1778 pointer to one, the type of its array data (a array-with-no-bounds type);
1779 otherwise, NULL. Use ada_type_of_array to get an array type with bounds
1780 data. */
1781
1782 static struct type *
1783 desc_data_target_type (struct type *type)
1784 {
1785 type = desc_base_type (type);
1786
1787 /* NOTE: The following is bogus; see comment in desc_bounds. */
1788 if (is_thin_pntr (type))
1789 return desc_base_type (TYPE_FIELD_TYPE (thin_descriptor_type (type), 1));
1790 else if (is_thick_pntr (type))
1791 {
1792 struct type *data_type = lookup_struct_elt_type (type, "P_ARRAY", 1);
1793
1794 if (data_type
1795 && TYPE_CODE (ada_check_typedef (data_type)) == TYPE_CODE_PTR)
1796 return ada_check_typedef (TYPE_TARGET_TYPE (data_type));
1797 }
1798
1799 return NULL;
1800 }
1801
1802 /* If ARR is an array descriptor (fat or thin pointer), a pointer to
1803 its array data. */
1804
1805 static struct value *
1806 desc_data (struct value *arr)
1807 {
1808 struct type *type = value_type (arr);
1809
1810 if (is_thin_pntr (type))
1811 return thin_data_pntr (arr);
1812 else if (is_thick_pntr (type))
1813 return value_struct_elt (&arr, NULL, "P_ARRAY", NULL,
1814 _("Bad GNAT array descriptor"));
1815 else
1816 return NULL;
1817 }
1818
1819
1820 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1821 position of the field containing the address of the data. */
1822
1823 static int
1824 fat_pntr_data_bitpos (struct type *type)
1825 {
1826 return TYPE_FIELD_BITPOS (desc_base_type (type), 0);
1827 }
1828
1829 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
1830 size of the field containing the address of the data. */
1831
1832 static int
1833 fat_pntr_data_bitsize (struct type *type)
1834 {
1835 type = desc_base_type (type);
1836
1837 if (TYPE_FIELD_BITSIZE (type, 0) > 0)
1838 return TYPE_FIELD_BITSIZE (type, 0);
1839 else
1840 return TARGET_CHAR_BIT * TYPE_LENGTH (TYPE_FIELD_TYPE (type, 0));
1841 }
1842
1843 /* If BOUNDS is an array-bounds structure (or pointer to one), return
1844 the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1845 bound, if WHICH is 1. The first bound is I=1. */
1846
1847 static struct value *
1848 desc_one_bound (struct value *bounds, int i, int which)
1849 {
1850 return value_struct_elt (&bounds, NULL, bound_name[2 * i + which - 2], NULL,
1851 _("Bad GNAT array descriptor bounds"));
1852 }
1853
1854 /* If BOUNDS is an array-bounds structure type, return the bit position
1855 of the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1856 bound, if WHICH is 1. The first bound is I=1. */
1857
1858 static int
1859 desc_bound_bitpos (struct type *type, int i, int which)
1860 {
1861 return TYPE_FIELD_BITPOS (desc_base_type (type), 2 * i + which - 2);
1862 }
1863
1864 /* If BOUNDS is an array-bounds structure type, return the bit field size
1865 of the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1866 bound, if WHICH is 1. The first bound is I=1. */
1867
1868 static int
1869 desc_bound_bitsize (struct type *type, int i, int which)
1870 {
1871 type = desc_base_type (type);
1872
1873 if (TYPE_FIELD_BITSIZE (type, 2 * i + which - 2) > 0)
1874 return TYPE_FIELD_BITSIZE (type, 2 * i + which - 2);
1875 else
1876 return 8 * TYPE_LENGTH (TYPE_FIELD_TYPE (type, 2 * i + which - 2));
1877 }
1878
1879 /* If TYPE is the type of an array-bounds structure, the type of its
1880 Ith bound (numbering from 1). Otherwise, NULL. */
1881
1882 static struct type *
1883 desc_index_type (struct type *type, int i)
1884 {
1885 type = desc_base_type (type);
1886
1887 if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
1888 return lookup_struct_elt_type (type, bound_name[2 * i - 2], 1);
1889 else
1890 return NULL;
1891 }
1892
1893 /* The number of index positions in the array-bounds type TYPE.
1894 Return 0 if TYPE is NULL. */
1895
1896 static int
1897 desc_arity (struct type *type)
1898 {
1899 type = desc_base_type (type);
1900
1901 if (type != NULL)
1902 return TYPE_NFIELDS (type) / 2;
1903 return 0;
1904 }
1905
1906 /* Non-zero iff TYPE is a simple array type (not a pointer to one) or
1907 an array descriptor type (representing an unconstrained array
1908 type). */
1909
1910 static int
1911 ada_is_direct_array_type (struct type *type)
1912 {
1913 if (type == NULL)
1914 return 0;
1915 type = ada_check_typedef (type);
1916 return (TYPE_CODE (type) == TYPE_CODE_ARRAY
1917 || ada_is_array_descriptor_type (type));
1918 }
1919
1920 /* Non-zero iff TYPE represents any kind of array in Ada, or a pointer
1921 * to one. */
1922
1923 static int
1924 ada_is_array_type (struct type *type)
1925 {
1926 while (type != NULL
1927 && (TYPE_CODE (type) == TYPE_CODE_PTR
1928 || TYPE_CODE (type) == TYPE_CODE_REF))
1929 type = TYPE_TARGET_TYPE (type);
1930 return ada_is_direct_array_type (type);
1931 }
1932
1933 /* Non-zero iff TYPE is a simple array type or pointer to one. */
1934
1935 int
1936 ada_is_simple_array_type (struct type *type)
1937 {
1938 if (type == NULL)
1939 return 0;
1940 type = ada_check_typedef (type);
1941 return (TYPE_CODE (type) == TYPE_CODE_ARRAY
1942 || (TYPE_CODE (type) == TYPE_CODE_PTR
1943 && TYPE_CODE (ada_check_typedef (TYPE_TARGET_TYPE (type)))
1944 == TYPE_CODE_ARRAY));
1945 }
1946
1947 /* Non-zero iff TYPE belongs to a GNAT array descriptor. */
1948
1949 int
1950 ada_is_array_descriptor_type (struct type *type)
1951 {
1952 struct type *data_type = desc_data_target_type (type);
1953
1954 if (type == NULL)
1955 return 0;
1956 type = ada_check_typedef (type);
1957 return (data_type != NULL
1958 && TYPE_CODE (data_type) == TYPE_CODE_ARRAY
1959 && desc_arity (desc_bounds_type (type)) > 0);
1960 }
1961
1962 /* Non-zero iff type is a partially mal-formed GNAT array
1963 descriptor. FIXME: This is to compensate for some problems with
1964 debugging output from GNAT. Re-examine periodically to see if it
1965 is still needed. */
1966
1967 int
1968 ada_is_bogus_array_descriptor (struct type *type)
1969 {
1970 return
1971 type != NULL
1972 && TYPE_CODE (type) == TYPE_CODE_STRUCT
1973 && (lookup_struct_elt_type (type, "P_BOUNDS", 1) != NULL
1974 || lookup_struct_elt_type (type, "P_ARRAY", 1) != NULL)
1975 && !ada_is_array_descriptor_type (type);
1976 }
1977
1978
1979 /* If ARR has a record type in the form of a standard GNAT array descriptor,
1980 (fat pointer) returns the type of the array data described---specifically,
1981 a pointer-to-array type. If BOUNDS is non-zero, the bounds data are filled
1982 in from the descriptor; otherwise, they are left unspecified. If
1983 the ARR denotes a null array descriptor and BOUNDS is non-zero,
1984 returns NULL. The result is simply the type of ARR if ARR is not
1985 a descriptor. */
1986 struct type *
1987 ada_type_of_array (struct value *arr, int bounds)
1988 {
1989 if (ada_is_constrained_packed_array_type (value_type (arr)))
1990 return decode_constrained_packed_array_type (value_type (arr));
1991
1992 if (!ada_is_array_descriptor_type (value_type (arr)))
1993 return value_type (arr);
1994
1995 if (!bounds)
1996 {
1997 struct type *array_type =
1998 ada_check_typedef (desc_data_target_type (value_type (arr)));
1999
2000 if (ada_is_unconstrained_packed_array_type (value_type (arr)))
2001 TYPE_FIELD_BITSIZE (array_type, 0) =
2002 decode_packed_array_bitsize (value_type (arr));
2003
2004 return array_type;
2005 }
2006 else
2007 {
2008 struct type *elt_type;
2009 int arity;
2010 struct value *descriptor;
2011
2012 elt_type = ada_array_element_type (value_type (arr), -1);
2013 arity = ada_array_arity (value_type (arr));
2014
2015 if (elt_type == NULL || arity == 0)
2016 return ada_check_typedef (value_type (arr));
2017
2018 descriptor = desc_bounds (arr);
2019 if (value_as_long (descriptor) == 0)
2020 return NULL;
2021 while (arity > 0)
2022 {
2023 struct type *range_type = alloc_type_copy (value_type (arr));
2024 struct type *array_type = alloc_type_copy (value_type (arr));
2025 struct value *low = desc_one_bound (descriptor, arity, 0);
2026 struct value *high = desc_one_bound (descriptor, arity, 1);
2027
2028 arity -= 1;
2029 create_static_range_type (range_type, value_type (low),
2030 longest_to_int (value_as_long (low)),
2031 longest_to_int (value_as_long (high)));
2032 elt_type = create_array_type (array_type, elt_type, range_type);
2033
2034 if (ada_is_unconstrained_packed_array_type (value_type (arr)))
2035 {
2036 /* We need to store the element packed bitsize, as well as
2037 recompute the array size, because it was previously
2038 computed based on the unpacked element size. */
2039 LONGEST lo = value_as_long (low);
2040 LONGEST hi = value_as_long (high);
2041
2042 TYPE_FIELD_BITSIZE (elt_type, 0) =
2043 decode_packed_array_bitsize (value_type (arr));
2044 /* If the array has no element, then the size is already
2045 zero, and does not need to be recomputed. */
2046 if (lo < hi)
2047 {
2048 int array_bitsize =
2049 (hi - lo + 1) * TYPE_FIELD_BITSIZE (elt_type, 0);
2050
2051 TYPE_LENGTH (array_type) = (array_bitsize + 7) / 8;
2052 }
2053 }
2054 }
2055
2056 return lookup_pointer_type (elt_type);
2057 }
2058 }
2059
2060 /* If ARR does not represent an array, returns ARR unchanged.
2061 Otherwise, returns either a standard GDB array with bounds set
2062 appropriately or, if ARR is a non-null fat pointer, a pointer to a standard
2063 GDB array. Returns NULL if ARR is a null fat pointer. */
2064
2065 struct value *
2066 ada_coerce_to_simple_array_ptr (struct value *arr)
2067 {
2068 if (ada_is_array_descriptor_type (value_type (arr)))
2069 {
2070 struct type *arrType = ada_type_of_array (arr, 1);
2071
2072 if (arrType == NULL)
2073 return NULL;
2074 return value_cast (arrType, value_copy (desc_data (arr)));
2075 }
2076 else if (ada_is_constrained_packed_array_type (value_type (arr)))
2077 return decode_constrained_packed_array (arr);
2078 else
2079 return arr;
2080 }
2081
2082 /* If ARR does not represent an array, returns ARR unchanged.
2083 Otherwise, returns a standard GDB array describing ARR (which may
2084 be ARR itself if it already is in the proper form). */
2085
2086 struct value *
2087 ada_coerce_to_simple_array (struct value *arr)
2088 {
2089 if (ada_is_array_descriptor_type (value_type (arr)))
2090 {
2091 struct value *arrVal = ada_coerce_to_simple_array_ptr (arr);
2092
2093 if (arrVal == NULL)
2094 error (_("Bounds unavailable for null array pointer."));
2095 ada_ensure_varsize_limit (TYPE_TARGET_TYPE (value_type (arrVal)));
2096 return value_ind (arrVal);
2097 }
2098 else if (ada_is_constrained_packed_array_type (value_type (arr)))
2099 return decode_constrained_packed_array (arr);
2100 else
2101 return arr;
2102 }
2103
2104 /* If TYPE represents a GNAT array type, return it translated to an
2105 ordinary GDB array type (possibly with BITSIZE fields indicating
2106 packing). For other types, is the identity. */
2107
2108 struct type *
2109 ada_coerce_to_simple_array_type (struct type *type)
2110 {
2111 if (ada_is_constrained_packed_array_type (type))
2112 return decode_constrained_packed_array_type (type);
2113
2114 if (ada_is_array_descriptor_type (type))
2115 return ada_check_typedef (desc_data_target_type (type));
2116
2117 return type;
2118 }
2119
2120 /* Non-zero iff TYPE represents a standard GNAT packed-array type. */
2121
2122 static int
2123 ada_is_packed_array_type (struct type *type)
2124 {
2125 if (type == NULL)
2126 return 0;
2127 type = desc_base_type (type);
2128 type = ada_check_typedef (type);
2129 return
2130 ada_type_name (type) != NULL
2131 && strstr (ada_type_name (type), "___XP") != NULL;
2132 }
2133
2134 /* Non-zero iff TYPE represents a standard GNAT constrained
2135 packed-array type. */
2136
2137 int
2138 ada_is_constrained_packed_array_type (struct type *type)
2139 {
2140 return ada_is_packed_array_type (type)
2141 && !ada_is_array_descriptor_type (type);
2142 }
2143
2144 /* Non-zero iff TYPE represents an array descriptor for a
2145 unconstrained packed-array type. */
2146
2147 static int
2148 ada_is_unconstrained_packed_array_type (struct type *type)
2149 {
2150 return ada_is_packed_array_type (type)
2151 && ada_is_array_descriptor_type (type);
2152 }
2153
2154 /* Given that TYPE encodes a packed array type (constrained or unconstrained),
2155 return the size of its elements in bits. */
2156
2157 static long
2158 decode_packed_array_bitsize (struct type *type)
2159 {
2160 const char *raw_name;
2161 const char *tail;
2162 long bits;
2163
2164 /* Access to arrays implemented as fat pointers are encoded as a typedef
2165 of the fat pointer type. We need the name of the fat pointer type
2166 to do the decoding, so strip the typedef layer. */
2167 if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF)
2168 type = ada_typedef_target_type (type);
2169
2170 raw_name = ada_type_name (ada_check_typedef (type));
2171 if (!raw_name)
2172 raw_name = ada_type_name (desc_base_type (type));
2173
2174 if (!raw_name)
2175 return 0;
2176
2177 tail = strstr (raw_name, "___XP");
2178 gdb_assert (tail != NULL);
2179
2180 if (sscanf (tail + sizeof ("___XP") - 1, "%ld", &bits) != 1)
2181 {
2182 lim_warning
2183 (_("could not understand bit size information on packed array"));
2184 return 0;
2185 }
2186
2187 return bits;
2188 }
2189
2190 /* Given that TYPE is a standard GDB array type with all bounds filled
2191 in, and that the element size of its ultimate scalar constituents
2192 (that is, either its elements, or, if it is an array of arrays, its
2193 elements' elements, etc.) is *ELT_BITS, return an identical type,
2194 but with the bit sizes of its elements (and those of any
2195 constituent arrays) recorded in the BITSIZE components of its
2196 TYPE_FIELD_BITSIZE values, and with *ELT_BITS set to its total size
2197 in bits.
2198
2199 Note that, for arrays whose index type has an XA encoding where
2200 a bound references a record discriminant, getting that discriminant,
2201 and therefore the actual value of that bound, is not possible
2202 because none of the given parameters gives us access to the record.
2203 This function assumes that it is OK in the context where it is being
2204 used to return an array whose bounds are still dynamic and where
2205 the length is arbitrary. */
2206
2207 static struct type *
2208 constrained_packed_array_type (struct type *type, long *elt_bits)
2209 {
2210 struct type *new_elt_type;
2211 struct type *new_type;
2212 struct type *index_type_desc;
2213 struct type *index_type;
2214 LONGEST low_bound, high_bound;
2215
2216 type = ada_check_typedef (type);
2217 if (TYPE_CODE (type) != TYPE_CODE_ARRAY)
2218 return type;
2219
2220 index_type_desc = ada_find_parallel_type (type, "___XA");
2221 if (index_type_desc)
2222 index_type = to_fixed_range_type (TYPE_FIELD_TYPE (index_type_desc, 0),
2223 NULL);
2224 else
2225 index_type = TYPE_INDEX_TYPE (type);
2226
2227 new_type = alloc_type_copy (type);
2228 new_elt_type =
2229 constrained_packed_array_type (ada_check_typedef (TYPE_TARGET_TYPE (type)),
2230 elt_bits);
2231 create_array_type (new_type, new_elt_type, index_type);
2232 TYPE_FIELD_BITSIZE (new_type, 0) = *elt_bits;
2233 TYPE_NAME (new_type) = ada_type_name (type);
2234
2235 if ((TYPE_CODE (check_typedef (index_type)) == TYPE_CODE_RANGE
2236 && is_dynamic_type (check_typedef (index_type)))
2237 || get_discrete_bounds (index_type, &low_bound, &high_bound) < 0)
2238 low_bound = high_bound = 0;
2239 if (high_bound < low_bound)
2240 *elt_bits = TYPE_LENGTH (new_type) = 0;
2241 else
2242 {
2243 *elt_bits *= (high_bound - low_bound + 1);
2244 TYPE_LENGTH (new_type) =
2245 (*elt_bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2246 }
2247
2248 TYPE_FIXED_INSTANCE (new_type) = 1;
2249 return new_type;
2250 }
2251
2252 /* The array type encoded by TYPE, where
2253 ada_is_constrained_packed_array_type (TYPE). */
2254
2255 static struct type *
2256 decode_constrained_packed_array_type (struct type *type)
2257 {
2258 const char *raw_name = ada_type_name (ada_check_typedef (type));
2259 char *name;
2260 const char *tail;
2261 struct type *shadow_type;
2262 long bits;
2263
2264 if (!raw_name)
2265 raw_name = ada_type_name (desc_base_type (type));
2266
2267 if (!raw_name)
2268 return NULL;
2269
2270 name = (char *) alloca (strlen (raw_name) + 1);
2271 tail = strstr (raw_name, "___XP");
2272 type = desc_base_type (type);
2273
2274 memcpy (name, raw_name, tail - raw_name);
2275 name[tail - raw_name] = '\000';
2276
2277 shadow_type = ada_find_parallel_type_with_name (type, name);
2278
2279 if (shadow_type == NULL)
2280 {
2281 lim_warning (_("could not find bounds information on packed array"));
2282 return NULL;
2283 }
2284 shadow_type = check_typedef (shadow_type);
2285
2286 if (TYPE_CODE (shadow_type) != TYPE_CODE_ARRAY)
2287 {
2288 lim_warning (_("could not understand bounds "
2289 "information on packed array"));
2290 return NULL;
2291 }
2292
2293 bits = decode_packed_array_bitsize (type);
2294 return constrained_packed_array_type (shadow_type, &bits);
2295 }
2296
2297 /* Given that ARR is a struct value *indicating a GNAT constrained packed
2298 array, returns a simple array that denotes that array. Its type is a
2299 standard GDB array type except that the BITSIZEs of the array
2300 target types are set to the number of bits in each element, and the
2301 type length is set appropriately. */
2302
2303 static struct value *
2304 decode_constrained_packed_array (struct value *arr)
2305 {
2306 struct type *type;
2307
2308 /* If our value is a pointer, then dereference it. Likewise if
2309 the value is a reference. Make sure that this operation does not
2310 cause the target type to be fixed, as this would indirectly cause
2311 this array to be decoded. The rest of the routine assumes that
2312 the array hasn't been decoded yet, so we use the basic "coerce_ref"
2313 and "value_ind" routines to perform the dereferencing, as opposed
2314 to using "ada_coerce_ref" or "ada_value_ind". */
2315 arr = coerce_ref (arr);
2316 if (TYPE_CODE (ada_check_typedef (value_type (arr))) == TYPE_CODE_PTR)
2317 arr = value_ind (arr);
2318
2319 type = decode_constrained_packed_array_type (value_type (arr));
2320 if (type == NULL)
2321 {
2322 error (_("can't unpack array"));
2323 return NULL;
2324 }
2325
2326 if (gdbarch_bits_big_endian (get_type_arch (value_type (arr)))
2327 && ada_is_modular_type (value_type (arr)))
2328 {
2329 /* This is a (right-justified) modular type representing a packed
2330 array with no wrapper. In order to interpret the value through
2331 the (left-justified) packed array type we just built, we must
2332 first left-justify it. */
2333 int bit_size, bit_pos;
2334 ULONGEST mod;
2335
2336 mod = ada_modulus (value_type (arr)) - 1;
2337 bit_size = 0;
2338 while (mod > 0)
2339 {
2340 bit_size += 1;
2341 mod >>= 1;
2342 }
2343 bit_pos = HOST_CHAR_BIT * TYPE_LENGTH (value_type (arr)) - bit_size;
2344 arr = ada_value_primitive_packed_val (arr, NULL,
2345 bit_pos / HOST_CHAR_BIT,
2346 bit_pos % HOST_CHAR_BIT,
2347 bit_size,
2348 type);
2349 }
2350
2351 return coerce_unspec_val_to_type (arr, type);
2352 }
2353
2354
2355 /* The value of the element of packed array ARR at the ARITY indices
2356 given in IND. ARR must be a simple array. */
2357
2358 static struct value *
2359 value_subscript_packed (struct value *arr, int arity, struct value **ind)
2360 {
2361 int i;
2362 int bits, elt_off, bit_off;
2363 long elt_total_bit_offset;
2364 struct type *elt_type;
2365 struct value *v;
2366
2367 bits = 0;
2368 elt_total_bit_offset = 0;
2369 elt_type = ada_check_typedef (value_type (arr));
2370 for (i = 0; i < arity; i += 1)
2371 {
2372 if (TYPE_CODE (elt_type) != TYPE_CODE_ARRAY
2373 || TYPE_FIELD_BITSIZE (elt_type, 0) == 0)
2374 error
2375 (_("attempt to do packed indexing of "
2376 "something other than a packed array"));
2377 else
2378 {
2379 struct type *range_type = TYPE_INDEX_TYPE (elt_type);
2380 LONGEST lowerbound, upperbound;
2381 LONGEST idx;
2382
2383 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0)
2384 {
2385 lim_warning (_("don't know bounds of array"));
2386 lowerbound = upperbound = 0;
2387 }
2388
2389 idx = pos_atr (ind[i]);
2390 if (idx < lowerbound || idx > upperbound)
2391 lim_warning (_("packed array index %ld out of bounds"),
2392 (long) idx);
2393 bits = TYPE_FIELD_BITSIZE (elt_type, 0);
2394 elt_total_bit_offset += (idx - lowerbound) * bits;
2395 elt_type = ada_check_typedef (TYPE_TARGET_TYPE (elt_type));
2396 }
2397 }
2398 elt_off = elt_total_bit_offset / HOST_CHAR_BIT;
2399 bit_off = elt_total_bit_offset % HOST_CHAR_BIT;
2400
2401 v = ada_value_primitive_packed_val (arr, NULL, elt_off, bit_off,
2402 bits, elt_type);
2403 return v;
2404 }
2405
2406 /* Non-zero iff TYPE includes negative integer values. */
2407
2408 static int
2409 has_negatives (struct type *type)
2410 {
2411 switch (TYPE_CODE (type))
2412 {
2413 default:
2414 return 0;
2415 case TYPE_CODE_INT:
2416 return !TYPE_UNSIGNED (type);
2417 case TYPE_CODE_RANGE:
2418 return TYPE_LOW_BOUND (type) < 0;
2419 }
2420 }
2421
2422 /* With SRC being a buffer containing BIT_SIZE bits of data at BIT_OFFSET,
2423 unpack that data into UNPACKED. UNPACKED_LEN is the size in bytes of
2424 the unpacked buffer.
2425
2426 The size of the unpacked buffer (UNPACKED_LEN) is expected to be large
2427 enough to contain at least BIT_OFFSET bits. If not, an error is raised.
2428
2429 IS_BIG_ENDIAN is nonzero if the data is stored in big endian mode,
2430 zero otherwise.
2431
2432 IS_SIGNED_TYPE is nonzero if the data corresponds to a signed type.
2433
2434 IS_SCALAR is nonzero if the data corresponds to a signed type. */
2435
2436 static void
2437 ada_unpack_from_contents (const gdb_byte *src, int bit_offset, int bit_size,
2438 gdb_byte *unpacked, int unpacked_len,
2439 int is_big_endian, int is_signed_type,
2440 int is_scalar)
2441 {
2442 int src_len = (bit_size + bit_offset + HOST_CHAR_BIT - 1) / 8;
2443 int src_idx; /* Index into the source area */
2444 int src_bytes_left; /* Number of source bytes left to process. */
2445 int srcBitsLeft; /* Number of source bits left to move */
2446 int unusedLS; /* Number of bits in next significant
2447 byte of source that are unused */
2448
2449 int unpacked_idx; /* Index into the unpacked buffer */
2450 int unpacked_bytes_left; /* Number of bytes left to set in unpacked. */
2451
2452 unsigned long accum; /* Staging area for bits being transferred */
2453 int accumSize; /* Number of meaningful bits in accum */
2454 unsigned char sign;
2455
2456 /* Transmit bytes from least to most significant; delta is the direction
2457 the indices move. */
2458 int delta = is_big_endian ? -1 : 1;
2459
2460 /* Make sure that unpacked is large enough to receive the BIT_SIZE
2461 bits from SRC. .*/
2462 if ((bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT > unpacked_len)
2463 error (_("Cannot unpack %d bits into buffer of %d bytes"),
2464 bit_size, unpacked_len);
2465
2466 srcBitsLeft = bit_size;
2467 src_bytes_left = src_len;
2468 unpacked_bytes_left = unpacked_len;
2469 sign = 0;
2470
2471 if (is_big_endian)
2472 {
2473 src_idx = src_len - 1;
2474 if (is_signed_type
2475 && ((src[0] << bit_offset) & (1 << (HOST_CHAR_BIT - 1))))
2476 sign = ~0;
2477
2478 unusedLS =
2479 (HOST_CHAR_BIT - (bit_size + bit_offset) % HOST_CHAR_BIT)
2480 % HOST_CHAR_BIT;
2481
2482 if (is_scalar)
2483 {
2484 accumSize = 0;
2485 unpacked_idx = unpacked_len - 1;
2486 }
2487 else
2488 {
2489 /* Non-scalar values must be aligned at a byte boundary... */
2490 accumSize =
2491 (HOST_CHAR_BIT - bit_size % HOST_CHAR_BIT) % HOST_CHAR_BIT;
2492 /* ... And are placed at the beginning (most-significant) bytes
2493 of the target. */
2494 unpacked_idx = (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT - 1;
2495 unpacked_bytes_left = unpacked_idx + 1;
2496 }
2497 }
2498 else
2499 {
2500 int sign_bit_offset = (bit_size + bit_offset - 1) % 8;
2501
2502 src_idx = unpacked_idx = 0;
2503 unusedLS = bit_offset;
2504 accumSize = 0;
2505
2506 if (is_signed_type && (src[src_len - 1] & (1 << sign_bit_offset)))
2507 sign = ~0;
2508 }
2509
2510 accum = 0;
2511 while (src_bytes_left > 0)
2512 {
2513 /* Mask for removing bits of the next source byte that are not
2514 part of the value. */
2515 unsigned int unusedMSMask =
2516 (1 << (srcBitsLeft >= HOST_CHAR_BIT ? HOST_CHAR_BIT : srcBitsLeft)) -
2517 1;
2518 /* Sign-extend bits for this byte. */
2519 unsigned int signMask = sign & ~unusedMSMask;
2520
2521 accum |=
2522 (((src[src_idx] >> unusedLS) & unusedMSMask) | signMask) << accumSize;
2523 accumSize += HOST_CHAR_BIT - unusedLS;
2524 if (accumSize >= HOST_CHAR_BIT)
2525 {
2526 unpacked[unpacked_idx] = accum & ~(~0UL << HOST_CHAR_BIT);
2527 accumSize -= HOST_CHAR_BIT;
2528 accum >>= HOST_CHAR_BIT;
2529 unpacked_bytes_left -= 1;
2530 unpacked_idx += delta;
2531 }
2532 srcBitsLeft -= HOST_CHAR_BIT - unusedLS;
2533 unusedLS = 0;
2534 src_bytes_left -= 1;
2535 src_idx += delta;
2536 }
2537 while (unpacked_bytes_left > 0)
2538 {
2539 accum |= sign << accumSize;
2540 unpacked[unpacked_idx] = accum & ~(~0UL << HOST_CHAR_BIT);
2541 accumSize -= HOST_CHAR_BIT;
2542 if (accumSize < 0)
2543 accumSize = 0;
2544 accum >>= HOST_CHAR_BIT;
2545 unpacked_bytes_left -= 1;
2546 unpacked_idx += delta;
2547 }
2548 }
2549
2550 /* Create a new value of type TYPE from the contents of OBJ starting
2551 at byte OFFSET, and bit offset BIT_OFFSET within that byte,
2552 proceeding for BIT_SIZE bits. If OBJ is an lval in memory, then
2553 assigning through the result will set the field fetched from.
2554 VALADDR is ignored unless OBJ is NULL, in which case,
2555 VALADDR+OFFSET must address the start of storage containing the
2556 packed value. The value returned in this case is never an lval.
2557 Assumes 0 <= BIT_OFFSET < HOST_CHAR_BIT. */
2558
2559 struct value *
2560 ada_value_primitive_packed_val (struct value *obj, const gdb_byte *valaddr,
2561 long offset, int bit_offset, int bit_size,
2562 struct type *type)
2563 {
2564 struct value *v;
2565 const gdb_byte *src; /* First byte containing data to unpack */
2566 gdb_byte *unpacked;
2567 const int is_scalar = is_scalar_type (type);
2568 const int is_big_endian = gdbarch_bits_big_endian (get_type_arch (type));
2569 gdb::byte_vector staging;
2570
2571 type = ada_check_typedef (type);
2572
2573 if (obj == NULL)
2574 src = valaddr + offset;
2575 else
2576 src = value_contents (obj) + offset;
2577
2578 if (is_dynamic_type (type))
2579 {
2580 /* The length of TYPE might by dynamic, so we need to resolve
2581 TYPE in order to know its actual size, which we then use
2582 to create the contents buffer of the value we return.
2583 The difficulty is that the data containing our object is
2584 packed, and therefore maybe not at a byte boundary. So, what
2585 we do, is unpack the data into a byte-aligned buffer, and then
2586 use that buffer as our object's value for resolving the type. */
2587 int staging_len = (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2588 staging.resize (staging_len);
2589
2590 ada_unpack_from_contents (src, bit_offset, bit_size,
2591 staging.data (), staging.size (),
2592 is_big_endian, has_negatives (type),
2593 is_scalar);
2594 type = resolve_dynamic_type (type, staging.data (), 0);
2595 if (TYPE_LENGTH (type) < (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT)
2596 {
2597 /* This happens when the length of the object is dynamic,
2598 and is actually smaller than the space reserved for it.
2599 For instance, in an array of variant records, the bit_size
2600 we're given is the array stride, which is constant and
2601 normally equal to the maximum size of its element.
2602 But, in reality, each element only actually spans a portion
2603 of that stride. */
2604 bit_size = TYPE_LENGTH (type) * HOST_CHAR_BIT;
2605 }
2606 }
2607
2608 if (obj == NULL)
2609 {
2610 v = allocate_value (type);
2611 src = valaddr + offset;
2612 }
2613 else if (VALUE_LVAL (obj) == lval_memory && value_lazy (obj))
2614 {
2615 int src_len = (bit_size + bit_offset + HOST_CHAR_BIT - 1) / 8;
2616 gdb_byte *buf;
2617
2618 v = value_at (type, value_address (obj) + offset);
2619 buf = (gdb_byte *) alloca (src_len);
2620 read_memory (value_address (v), buf, src_len);
2621 src = buf;
2622 }
2623 else
2624 {
2625 v = allocate_value (type);
2626 src = value_contents (obj) + offset;
2627 }
2628
2629 if (obj != NULL)
2630 {
2631 long new_offset = offset;
2632
2633 set_value_component_location (v, obj);
2634 set_value_bitpos (v, bit_offset + value_bitpos (obj));
2635 set_value_bitsize (v, bit_size);
2636 if (value_bitpos (v) >= HOST_CHAR_BIT)
2637 {
2638 ++new_offset;
2639 set_value_bitpos (v, value_bitpos (v) - HOST_CHAR_BIT);
2640 }
2641 set_value_offset (v, new_offset);
2642
2643 /* Also set the parent value. This is needed when trying to
2644 assign a new value (in inferior memory). */
2645 set_value_parent (v, obj);
2646 }
2647 else
2648 set_value_bitsize (v, bit_size);
2649 unpacked = value_contents_writeable (v);
2650
2651 if (bit_size == 0)
2652 {
2653 memset (unpacked, 0, TYPE_LENGTH (type));
2654 return v;
2655 }
2656
2657 if (staging.size () == TYPE_LENGTH (type))
2658 {
2659 /* Small short-cut: If we've unpacked the data into a buffer
2660 of the same size as TYPE's length, then we can reuse that,
2661 instead of doing the unpacking again. */
2662 memcpy (unpacked, staging.data (), staging.size ());
2663 }
2664 else
2665 ada_unpack_from_contents (src, bit_offset, bit_size,
2666 unpacked, TYPE_LENGTH (type),
2667 is_big_endian, has_negatives (type), is_scalar);
2668
2669 return v;
2670 }
2671
2672 /* Move N bits from SOURCE, starting at bit offset SRC_OFFSET to
2673 TARGET, starting at bit offset TARG_OFFSET. SOURCE and TARGET must
2674 not overlap. */
2675 static void
2676 move_bits (gdb_byte *target, int targ_offset, const gdb_byte *source,
2677 int src_offset, int n, int bits_big_endian_p)
2678 {
2679 unsigned int accum, mask;
2680 int accum_bits, chunk_size;
2681
2682 target += targ_offset / HOST_CHAR_BIT;
2683 targ_offset %= HOST_CHAR_BIT;
2684 source += src_offset / HOST_CHAR_BIT;
2685 src_offset %= HOST_CHAR_BIT;
2686 if (bits_big_endian_p)
2687 {
2688 accum = (unsigned char) *source;
2689 source += 1;
2690 accum_bits = HOST_CHAR_BIT - src_offset;
2691
2692 while (n > 0)
2693 {
2694 int unused_right;
2695
2696 accum = (accum << HOST_CHAR_BIT) + (unsigned char) *source;
2697 accum_bits += HOST_CHAR_BIT;
2698 source += 1;
2699 chunk_size = HOST_CHAR_BIT - targ_offset;
2700 if (chunk_size > n)
2701 chunk_size = n;
2702 unused_right = HOST_CHAR_BIT - (chunk_size + targ_offset);
2703 mask = ((1 << chunk_size) - 1) << unused_right;
2704 *target =
2705 (*target & ~mask)
2706 | ((accum >> (accum_bits - chunk_size - unused_right)) & mask);
2707 n -= chunk_size;
2708 accum_bits -= chunk_size;
2709 target += 1;
2710 targ_offset = 0;
2711 }
2712 }
2713 else
2714 {
2715 accum = (unsigned char) *source >> src_offset;
2716 source += 1;
2717 accum_bits = HOST_CHAR_BIT - src_offset;
2718
2719 while (n > 0)
2720 {
2721 accum = accum + ((unsigned char) *source << accum_bits);
2722 accum_bits += HOST_CHAR_BIT;
2723 source += 1;
2724 chunk_size = HOST_CHAR_BIT - targ_offset;
2725 if (chunk_size > n)
2726 chunk_size = n;
2727 mask = ((1 << chunk_size) - 1) << targ_offset;
2728 *target = (*target & ~mask) | ((accum << targ_offset) & mask);
2729 n -= chunk_size;
2730 accum_bits -= chunk_size;
2731 accum >>= chunk_size;
2732 target += 1;
2733 targ_offset = 0;
2734 }
2735 }
2736 }
2737
2738 /* Store the contents of FROMVAL into the location of TOVAL.
2739 Return a new value with the location of TOVAL and contents of
2740 FROMVAL. Handles assignment into packed fields that have
2741 floating-point or non-scalar types. */
2742
2743 static struct value *
2744 ada_value_assign (struct value *toval, struct value *fromval)
2745 {
2746 struct type *type = value_type (toval);
2747 int bits = value_bitsize (toval);
2748
2749 toval = ada_coerce_ref (toval);
2750 fromval = ada_coerce_ref (fromval);
2751
2752 if (ada_is_direct_array_type (value_type (toval)))
2753 toval = ada_coerce_to_simple_array (toval);
2754 if (ada_is_direct_array_type (value_type (fromval)))
2755 fromval = ada_coerce_to_simple_array (fromval);
2756
2757 if (!deprecated_value_modifiable (toval))
2758 error (_("Left operand of assignment is not a modifiable lvalue."));
2759
2760 if (VALUE_LVAL (toval) == lval_memory
2761 && bits > 0
2762 && (TYPE_CODE (type) == TYPE_CODE_FLT
2763 || TYPE_CODE (type) == TYPE_CODE_STRUCT))
2764 {
2765 int len = (value_bitpos (toval)
2766 + bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2767 int from_size;
2768 gdb_byte *buffer = (gdb_byte *) alloca (len);
2769 struct value *val;
2770 CORE_ADDR to_addr = value_address (toval);
2771
2772 if (TYPE_CODE (type) == TYPE_CODE_FLT)
2773 fromval = value_cast (type, fromval);
2774
2775 read_memory (to_addr, buffer, len);
2776 from_size = value_bitsize (fromval);
2777 if (from_size == 0)
2778 from_size = TYPE_LENGTH (value_type (fromval)) * TARGET_CHAR_BIT;
2779 if (gdbarch_bits_big_endian (get_type_arch (type)))
2780 move_bits (buffer, value_bitpos (toval),
2781 value_contents (fromval), from_size - bits, bits, 1);
2782 else
2783 move_bits (buffer, value_bitpos (toval),
2784 value_contents (fromval), 0, bits, 0);
2785 write_memory_with_notification (to_addr, buffer, len);
2786
2787 val = value_copy (toval);
2788 memcpy (value_contents_raw (val), value_contents (fromval),
2789 TYPE_LENGTH (type));
2790 deprecated_set_value_type (val, type);
2791
2792 return val;
2793 }
2794
2795 return value_assign (toval, fromval);
2796 }
2797
2798
2799 /* Given that COMPONENT is a memory lvalue that is part of the lvalue
2800 CONTAINER, assign the contents of VAL to COMPONENTS's place in
2801 CONTAINER. Modifies the VALUE_CONTENTS of CONTAINER only, not
2802 COMPONENT, and not the inferior's memory. The current contents
2803 of COMPONENT are ignored.
2804
2805 Although not part of the initial design, this function also works
2806 when CONTAINER and COMPONENT are not_lval's: it works as if CONTAINER
2807 had a null address, and COMPONENT had an address which is equal to
2808 its offset inside CONTAINER. */
2809
2810 static void
2811 value_assign_to_component (struct value *container, struct value *component,
2812 struct value *val)
2813 {
2814 LONGEST offset_in_container =
2815 (LONGEST) (value_address (component) - value_address (container));
2816 int bit_offset_in_container =
2817 value_bitpos (component) - value_bitpos (container);
2818 int bits;
2819
2820 val = value_cast (value_type (component), val);
2821
2822 if (value_bitsize (component) == 0)
2823 bits = TARGET_CHAR_BIT * TYPE_LENGTH (value_type (component));
2824 else
2825 bits = value_bitsize (component);
2826
2827 if (gdbarch_bits_big_endian (get_type_arch (value_type (container))))
2828 move_bits (value_contents_writeable (container) + offset_in_container,
2829 value_bitpos (container) + bit_offset_in_container,
2830 value_contents (val),
2831 TYPE_LENGTH (value_type (component)) * TARGET_CHAR_BIT - bits,
2832 bits, 1);
2833 else
2834 move_bits (value_contents_writeable (container) + offset_in_container,
2835 value_bitpos (container) + bit_offset_in_container,
2836 value_contents (val), 0, bits, 0);
2837 }
2838
2839 /* The value of the element of array ARR at the ARITY indices given in IND.
2840 ARR may be either a simple array, GNAT array descriptor, or pointer
2841 thereto. */
2842
2843 struct value *
2844 ada_value_subscript (struct value *arr, int arity, struct value **ind)
2845 {
2846 int k;
2847 struct value *elt;
2848 struct type *elt_type;
2849
2850 elt = ada_coerce_to_simple_array (arr);
2851
2852 elt_type = ada_check_typedef (value_type (elt));
2853 if (TYPE_CODE (elt_type) == TYPE_CODE_ARRAY
2854 && TYPE_FIELD_BITSIZE (elt_type, 0) > 0)
2855 return value_subscript_packed (elt, arity, ind);
2856
2857 for (k = 0; k < arity; k += 1)
2858 {
2859 if (TYPE_CODE (elt_type) != TYPE_CODE_ARRAY)
2860 error (_("too many subscripts (%d expected)"), k);
2861 elt = value_subscript (elt, pos_atr (ind[k]));
2862 }
2863 return elt;
2864 }
2865
2866 /* Assuming ARR is a pointer to a GDB array, the value of the element
2867 of *ARR at the ARITY indices given in IND.
2868 Does not read the entire array into memory.
2869
2870 Note: Unlike what one would expect, this function is used instead of
2871 ada_value_subscript for basically all non-packed array types. The reason
2872 for this is that a side effect of doing our own pointer arithmetics instead
2873 of relying on value_subscript is that there is no implicit typedef peeling.
2874 This is important for arrays of array accesses, where it allows us to
2875 preserve the fact that the array's element is an array access, where the
2876 access part os encoded in a typedef layer. */
2877
2878 static struct value *
2879 ada_value_ptr_subscript (struct value *arr, int arity, struct value **ind)
2880 {
2881 int k;
2882 struct value *array_ind = ada_value_ind (arr);
2883 struct type *type
2884 = check_typedef (value_enclosing_type (array_ind));
2885
2886 if (TYPE_CODE (type) == TYPE_CODE_ARRAY
2887 && TYPE_FIELD_BITSIZE (type, 0) > 0)
2888 return value_subscript_packed (array_ind, arity, ind);
2889
2890 for (k = 0; k < arity; k += 1)
2891 {
2892 LONGEST lwb, upb;
2893 struct value *lwb_value;
2894
2895 if (TYPE_CODE (type) != TYPE_CODE_ARRAY)
2896 error (_("too many subscripts (%d expected)"), k);
2897 arr = value_cast (lookup_pointer_type (TYPE_TARGET_TYPE (type)),
2898 value_copy (arr));
2899 get_discrete_bounds (TYPE_INDEX_TYPE (type), &lwb, &upb);
2900 lwb_value = value_from_longest (value_type(ind[k]), lwb);
2901 arr = value_ptradd (arr, pos_atr (ind[k]) - pos_atr (lwb_value));
2902 type = TYPE_TARGET_TYPE (type);
2903 }
2904
2905 return value_ind (arr);
2906 }
2907
2908 /* Given that ARRAY_PTR is a pointer or reference to an array of type TYPE (the
2909 actual type of ARRAY_PTR is ignored), returns the Ada slice of
2910 HIGH'Pos-LOW'Pos+1 elements starting at index LOW. The lower bound of
2911 this array is LOW, as per Ada rules. */
2912 static struct value *
2913 ada_value_slice_from_ptr (struct value *array_ptr, struct type *type,
2914 int low, int high)
2915 {
2916 struct type *type0 = ada_check_typedef (type);
2917 struct type *base_index_type = TYPE_TARGET_TYPE (TYPE_INDEX_TYPE (type0));
2918 struct type *index_type
2919 = create_static_range_type (NULL, base_index_type, low, high);
2920 struct type *slice_type =
2921 create_array_type (NULL, TYPE_TARGET_TYPE (type0), index_type);
2922 int base_low = ada_discrete_type_low_bound (TYPE_INDEX_TYPE (type0));
2923 LONGEST base_low_pos, low_pos;
2924 CORE_ADDR base;
2925
2926 if (!discrete_position (base_index_type, low, &low_pos)
2927 || !discrete_position (base_index_type, base_low, &base_low_pos))
2928 {
2929 warning (_("unable to get positions in slice, use bounds instead"));
2930 low_pos = low;
2931 base_low_pos = base_low;
2932 }
2933
2934 base = value_as_address (array_ptr)
2935 + ((low_pos - base_low_pos)
2936 * TYPE_LENGTH (TYPE_TARGET_TYPE (type0)));
2937 return value_at_lazy (slice_type, base);
2938 }
2939
2940
2941 static struct value *
2942 ada_value_slice (struct value *array, int low, int high)
2943 {
2944 struct type *type = ada_check_typedef (value_type (array));
2945 struct type *base_index_type = TYPE_TARGET_TYPE (TYPE_INDEX_TYPE (type));
2946 struct type *index_type
2947 = create_static_range_type (NULL, TYPE_INDEX_TYPE (type), low, high);
2948 struct type *slice_type =
2949 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type);
2950 LONGEST low_pos, high_pos;
2951
2952 if (!discrete_position (base_index_type, low, &low_pos)
2953 || !discrete_position (base_index_type, high, &high_pos))
2954 {
2955 warning (_("unable to get positions in slice, use bounds instead"));
2956 low_pos = low;
2957 high_pos = high;
2958 }
2959
2960 return value_cast (slice_type,
2961 value_slice (array, low, high_pos - low_pos + 1));
2962 }
2963
2964 /* If type is a record type in the form of a standard GNAT array
2965 descriptor, returns the number of dimensions for type. If arr is a
2966 simple array, returns the number of "array of"s that prefix its
2967 type designation. Otherwise, returns 0. */
2968
2969 int
2970 ada_array_arity (struct type *type)
2971 {
2972 int arity;
2973
2974 if (type == NULL)
2975 return 0;
2976
2977 type = desc_base_type (type);
2978
2979 arity = 0;
2980 if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
2981 return desc_arity (desc_bounds_type (type));
2982 else
2983 while (TYPE_CODE (type) == TYPE_CODE_ARRAY)
2984 {
2985 arity += 1;
2986 type = ada_check_typedef (TYPE_TARGET_TYPE (type));
2987 }
2988
2989 return arity;
2990 }
2991
2992 /* If TYPE is a record type in the form of a standard GNAT array
2993 descriptor or a simple array type, returns the element type for
2994 TYPE after indexing by NINDICES indices, or by all indices if
2995 NINDICES is -1. Otherwise, returns NULL. */
2996
2997 struct type *
2998 ada_array_element_type (struct type *type, int nindices)
2999 {
3000 type = desc_base_type (type);
3001
3002 if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
3003 {
3004 int k;
3005 struct type *p_array_type;
3006
3007 p_array_type = desc_data_target_type (type);
3008
3009 k = ada_array_arity (type);
3010 if (k == 0)
3011 return NULL;
3012
3013 /* Initially p_array_type = elt_type(*)[]...(k times)...[]. */
3014 if (nindices >= 0 && k > nindices)
3015 k = nindices;
3016 while (k > 0 && p_array_type != NULL)
3017 {
3018 p_array_type = ada_check_typedef (TYPE_TARGET_TYPE (p_array_type));
3019 k -= 1;
3020 }
3021 return p_array_type;
3022 }
3023 else if (TYPE_CODE (type) == TYPE_CODE_ARRAY)
3024 {
3025 while (nindices != 0 && TYPE_CODE (type) == TYPE_CODE_ARRAY)
3026 {
3027 type = TYPE_TARGET_TYPE (type);
3028 nindices -= 1;
3029 }
3030 return type;
3031 }
3032
3033 return NULL;
3034 }
3035
3036 /* The type of nth index in arrays of given type (n numbering from 1).
3037 Does not examine memory. Throws an error if N is invalid or TYPE
3038 is not an array type. NAME is the name of the Ada attribute being
3039 evaluated ('range, 'first, 'last, or 'length); it is used in building
3040 the error message. */
3041
3042 static struct type *
3043 ada_index_type (struct type *type, int n, const char *name)
3044 {
3045 struct type *result_type;
3046
3047 type = desc_base_type (type);
3048
3049 if (n < 0 || n > ada_array_arity (type))
3050 error (_("invalid dimension number to '%s"), name);
3051
3052 if (ada_is_simple_array_type (type))
3053 {
3054 int i;
3055
3056 for (i = 1; i < n; i += 1)
3057 type = TYPE_TARGET_TYPE (type);
3058 result_type = TYPE_TARGET_TYPE (TYPE_INDEX_TYPE (type));
3059 /* FIXME: The stabs type r(0,0);bound;bound in an array type
3060 has a target type of TYPE_CODE_UNDEF. We compensate here, but
3061 perhaps stabsread.c would make more sense. */
3062 if (result_type && TYPE_CODE (result_type) == TYPE_CODE_UNDEF)
3063 result_type = NULL;
3064 }
3065 else
3066 {
3067 result_type = desc_index_type (desc_bounds_type (type), n);
3068 if (result_type == NULL)
3069 error (_("attempt to take bound of something that is not an array"));
3070 }
3071
3072 return result_type;
3073 }
3074
3075 /* Given that arr is an array type, returns the lower bound of the
3076 Nth index (numbering from 1) if WHICH is 0, and the upper bound if
3077 WHICH is 1. This returns bounds 0 .. -1 if ARR_TYPE is an
3078 array-descriptor type. It works for other arrays with bounds supplied
3079 by run-time quantities other than discriminants. */
3080
3081 static LONGEST
3082 ada_array_bound_from_type (struct type *arr_type, int n, int which)
3083 {
3084 struct type *type, *index_type_desc, *index_type;
3085 int i;
3086
3087 gdb_assert (which == 0 || which == 1);
3088
3089 if (ada_is_constrained_packed_array_type (arr_type))
3090 arr_type = decode_constrained_packed_array_type (arr_type);
3091
3092 if (arr_type == NULL || !ada_is_simple_array_type (arr_type))
3093 return (LONGEST) - which;
3094
3095 if (TYPE_CODE (arr_type) == TYPE_CODE_PTR)
3096 type = TYPE_TARGET_TYPE (arr_type);
3097 else
3098 type = arr_type;
3099
3100 if (TYPE_FIXED_INSTANCE (type))
3101 {
3102 /* The array has already been fixed, so we do not need to
3103 check the parallel ___XA type again. That encoding has
3104 already been applied, so ignore it now. */
3105 index_type_desc = NULL;
3106 }
3107 else
3108 {
3109 index_type_desc = ada_find_parallel_type (type, "___XA");
3110 ada_fixup_array_indexes_type (index_type_desc);
3111 }
3112
3113 if (index_type_desc != NULL)
3114 index_type = to_fixed_range_type (TYPE_FIELD_TYPE (index_type_desc, n - 1),
3115 NULL);
3116 else
3117 {
3118 struct type *elt_type = check_typedef (type);
3119
3120 for (i = 1; i < n; i++)
3121 elt_type = check_typedef (TYPE_TARGET_TYPE (elt_type));
3122
3123 index_type = TYPE_INDEX_TYPE (elt_type);
3124 }
3125
3126 return
3127 (LONGEST) (which == 0
3128 ? ada_discrete_type_low_bound (index_type)
3129 : ada_discrete_type_high_bound (index_type));
3130 }
3131
3132 /* Given that arr is an array value, returns the lower bound of the
3133 nth index (numbering from 1) if WHICH is 0, and the upper bound if
3134 WHICH is 1. This routine will also work for arrays with bounds
3135 supplied by run-time quantities other than discriminants. */
3136
3137 static LONGEST
3138 ada_array_bound (struct value *arr, int n, int which)
3139 {
3140 struct type *arr_type;
3141
3142 if (TYPE_CODE (check_typedef (value_type (arr))) == TYPE_CODE_PTR)
3143 arr = value_ind (arr);
3144 arr_type = value_enclosing_type (arr);
3145
3146 if (ada_is_constrained_packed_array_type (arr_type))
3147 return ada_array_bound (decode_constrained_packed_array (arr), n, which);
3148 else if (ada_is_simple_array_type (arr_type))
3149 return ada_array_bound_from_type (arr_type, n, which);
3150 else
3151 return value_as_long (desc_one_bound (desc_bounds (arr), n, which));
3152 }
3153
3154 /* Given that arr is an array value, returns the length of the
3155 nth index. This routine will also work for arrays with bounds
3156 supplied by run-time quantities other than discriminants.
3157 Does not work for arrays indexed by enumeration types with representation
3158 clauses at the moment. */
3159
3160 static LONGEST
3161 ada_array_length (struct value *arr, int n)
3162 {
3163 struct type *arr_type, *index_type;
3164 int low, high;
3165
3166 if (TYPE_CODE (check_typedef (value_type (arr))) == TYPE_CODE_PTR)
3167 arr = value_ind (arr);
3168 arr_type = value_enclosing_type (arr);
3169
3170 if (ada_is_constrained_packed_array_type (arr_type))
3171 return ada_array_length (decode_constrained_packed_array (arr), n);
3172
3173 if (ada_is_simple_array_type (arr_type))
3174 {
3175 low = ada_array_bound_from_type (arr_type, n, 0);
3176 high = ada_array_bound_from_type (arr_type, n, 1);
3177 }
3178 else
3179 {
3180 low = value_as_long (desc_one_bound (desc_bounds (arr), n, 0));
3181 high = value_as_long (desc_one_bound (desc_bounds (arr), n, 1));
3182 }
3183
3184 arr_type = check_typedef (arr_type);
3185 index_type = TYPE_INDEX_TYPE (arr_type);
3186 if (index_type != NULL)
3187 {
3188 struct type *base_type;
3189 if (TYPE_CODE (index_type) == TYPE_CODE_RANGE)
3190 base_type = TYPE_TARGET_TYPE (index_type);
3191 else
3192 base_type = index_type;
3193
3194 low = pos_atr (value_from_longest (base_type, low));
3195 high = pos_atr (value_from_longest (base_type, high));
3196 }
3197 return high - low + 1;
3198 }
3199
3200 /* An empty array whose type is that of ARR_TYPE (an array type),
3201 with bounds LOW to LOW-1. */
3202
3203 static struct value *
3204 empty_array (struct type *arr_type, int low)
3205 {
3206 struct type *arr_type0 = ada_check_typedef (arr_type);
3207 struct type *index_type
3208 = create_static_range_type
3209 (NULL, TYPE_TARGET_TYPE (TYPE_INDEX_TYPE (arr_type0)), low, low - 1);
3210 struct type *elt_type = ada_array_element_type (arr_type0, 1);
3211
3212 return allocate_value (create_array_type (NULL, elt_type, index_type));
3213 }
3214 \f
3215
3216 /* Name resolution */
3217
3218 /* The "decoded" name for the user-definable Ada operator corresponding
3219 to OP. */
3220
3221 static const char *
3222 ada_decoded_op_name (enum exp_opcode op)
3223 {
3224 int i;
3225
3226 for (i = 0; ada_opname_table[i].encoded != NULL; i += 1)
3227 {
3228 if (ada_opname_table[i].op == op)
3229 return ada_opname_table[i].decoded;
3230 }
3231 error (_("Could not find operator name for opcode"));
3232 }
3233
3234
3235 /* Same as evaluate_type (*EXP), but resolves ambiguous symbol
3236 references (marked by OP_VAR_VALUE nodes in which the symbol has an
3237 undefined namespace) and converts operators that are
3238 user-defined into appropriate function calls. If CONTEXT_TYPE is
3239 non-null, it provides a preferred result type [at the moment, only
3240 type void has any effect---causing procedures to be preferred over
3241 functions in calls]. A null CONTEXT_TYPE indicates that a non-void
3242 return type is preferred. May change (expand) *EXP. */
3243
3244 static void
3245 resolve (struct expression **expp, int void_context_p)
3246 {
3247 struct type *context_type = NULL;
3248 int pc = 0;
3249
3250 if (void_context_p)
3251 context_type = builtin_type ((*expp)->gdbarch)->builtin_void;
3252
3253 resolve_subexp (expp, &pc, 1, context_type);
3254 }
3255
3256 /* Resolve the operator of the subexpression beginning at
3257 position *POS of *EXPP. "Resolving" consists of replacing
3258 the symbols that have undefined namespaces in OP_VAR_VALUE nodes
3259 with their resolutions, replacing built-in operators with
3260 function calls to user-defined operators, where appropriate, and,
3261 when DEPROCEDURE_P is non-zero, converting function-valued variables
3262 into parameterless calls. May expand *EXPP. The CONTEXT_TYPE functions
3263 are as in ada_resolve, above. */
3264
3265 static struct value *
3266 resolve_subexp (struct expression **expp, int *pos, int deprocedure_p,
3267 struct type *context_type)
3268 {
3269 int pc = *pos;
3270 int i;
3271 struct expression *exp; /* Convenience: == *expp. */
3272 enum exp_opcode op = (*expp)->elts[pc].opcode;
3273 struct value **argvec; /* Vector of operand types (alloca'ed). */
3274 int nargs; /* Number of operands. */
3275 int oplen;
3276
3277 argvec = NULL;
3278 nargs = 0;
3279 exp = *expp;
3280
3281 /* Pass one: resolve operands, saving their types and updating *pos,
3282 if needed. */
3283 switch (op)
3284 {
3285 case OP_FUNCALL:
3286 if (exp->elts[pc + 3].opcode == OP_VAR_VALUE
3287 && SYMBOL_DOMAIN (exp->elts[pc + 5].symbol) == UNDEF_DOMAIN)
3288 *pos += 7;
3289 else
3290 {
3291 *pos += 3;
3292 resolve_subexp (expp, pos, 0, NULL);
3293 }
3294 nargs = longest_to_int (exp->elts[pc + 1].longconst);
3295 break;
3296
3297 case UNOP_ADDR:
3298 *pos += 1;
3299 resolve_subexp (expp, pos, 0, NULL);
3300 break;
3301
3302 case UNOP_QUAL:
3303 *pos += 3;
3304 resolve_subexp (expp, pos, 1, check_typedef (exp->elts[pc + 1].type));
3305 break;
3306
3307 case OP_ATR_MODULUS:
3308 case OP_ATR_SIZE:
3309 case OP_ATR_TAG:
3310 case OP_ATR_FIRST:
3311 case OP_ATR_LAST:
3312 case OP_ATR_LENGTH:
3313 case OP_ATR_POS:
3314 case OP_ATR_VAL:
3315 case OP_ATR_MIN:
3316 case OP_ATR_MAX:
3317 case TERNOP_IN_RANGE:
3318 case BINOP_IN_BOUNDS:
3319 case UNOP_IN_RANGE:
3320 case OP_AGGREGATE:
3321 case OP_OTHERS:
3322 case OP_CHOICES:
3323 case OP_POSITIONAL:
3324 case OP_DISCRETE_RANGE:
3325 case OP_NAME:
3326 ada_forward_operator_length (exp, pc, &oplen, &nargs);
3327 *pos += oplen;
3328 break;
3329
3330 case BINOP_ASSIGN:
3331 {
3332 struct value *arg1;
3333
3334 *pos += 1;
3335 arg1 = resolve_subexp (expp, pos, 0, NULL);
3336 if (arg1 == NULL)
3337 resolve_subexp (expp, pos, 1, NULL);
3338 else
3339 resolve_subexp (expp, pos, 1, value_type (arg1));
3340 break;
3341 }
3342
3343 case UNOP_CAST:
3344 *pos += 3;
3345 nargs = 1;
3346 break;
3347
3348 case BINOP_ADD:
3349 case BINOP_SUB:
3350 case BINOP_MUL:
3351 case BINOP_DIV:
3352 case BINOP_REM:
3353 case BINOP_MOD:
3354 case BINOP_EXP:
3355 case BINOP_CONCAT:
3356 case BINOP_LOGICAL_AND:
3357 case BINOP_LOGICAL_OR:
3358 case BINOP_BITWISE_AND:
3359 case BINOP_BITWISE_IOR:
3360 case BINOP_BITWISE_XOR:
3361
3362 case BINOP_EQUAL:
3363 case BINOP_NOTEQUAL:
3364 case BINOP_LESS:
3365 case BINOP_GTR:
3366 case BINOP_LEQ:
3367 case BINOP_GEQ:
3368
3369 case BINOP_REPEAT:
3370 case BINOP_SUBSCRIPT:
3371 case BINOP_COMMA:
3372 *pos += 1;
3373 nargs = 2;
3374 break;
3375
3376 case UNOP_NEG:
3377 case UNOP_PLUS:
3378 case UNOP_LOGICAL_NOT:
3379 case UNOP_ABS:
3380 case UNOP_IND:
3381 *pos += 1;
3382 nargs = 1;
3383 break;
3384
3385 case OP_LONG:
3386 case OP_DOUBLE:
3387 case OP_VAR_VALUE:
3388 *pos += 4;
3389 break;
3390
3391 case OP_TYPE:
3392 case OP_BOOL:
3393 case OP_LAST:
3394 case OP_INTERNALVAR:
3395 *pos += 3;
3396 break;
3397
3398 case UNOP_MEMVAL:
3399 *pos += 3;
3400 nargs = 1;
3401 break;
3402
3403 case OP_REGISTER:
3404 *pos += 4 + BYTES_TO_EXP_ELEM (exp->elts[pc + 1].longconst + 1);
3405 break;
3406
3407 case STRUCTOP_STRUCT:
3408 *pos += 4 + BYTES_TO_EXP_ELEM (exp->elts[pc + 1].longconst + 1);
3409 nargs = 1;
3410 break;
3411
3412 case TERNOP_SLICE:
3413 *pos += 1;
3414 nargs = 3;
3415 break;
3416
3417 case OP_STRING:
3418 break;
3419
3420 default:
3421 error (_("Unexpected operator during name resolution"));
3422 }
3423
3424 argvec = XALLOCAVEC (struct value *, nargs + 1);
3425 for (i = 0; i < nargs; i += 1)
3426 argvec[i] = resolve_subexp (expp, pos, 1, NULL);
3427 argvec[i] = NULL;
3428 exp = *expp;
3429
3430 /* Pass two: perform any resolution on principal operator. */
3431 switch (op)
3432 {
3433 default:
3434 break;
3435
3436 case OP_VAR_VALUE:
3437 if (SYMBOL_DOMAIN (exp->elts[pc + 2].symbol) == UNDEF_DOMAIN)
3438 {
3439 struct block_symbol *candidates;
3440 int n_candidates;
3441
3442 n_candidates =
3443 ada_lookup_symbol_list (SYMBOL_LINKAGE_NAME
3444 (exp->elts[pc + 2].symbol),
3445 exp->elts[pc + 1].block, VAR_DOMAIN,
3446 &candidates);
3447
3448 if (n_candidates > 1)
3449 {
3450 /* Types tend to get re-introduced locally, so if there
3451 are any local symbols that are not types, first filter
3452 out all types. */
3453 int j;
3454 for (j = 0; j < n_candidates; j += 1)
3455 switch (SYMBOL_CLASS (candidates[j].symbol))
3456 {
3457 case LOC_REGISTER:
3458 case LOC_ARG:
3459 case LOC_REF_ARG:
3460 case LOC_REGPARM_ADDR:
3461 case LOC_LOCAL:
3462 case LOC_COMPUTED:
3463 goto FoundNonType;
3464 default:
3465 break;
3466 }
3467 FoundNonType:
3468 if (j < n_candidates)
3469 {
3470 j = 0;
3471 while (j < n_candidates)
3472 {
3473 if (SYMBOL_CLASS (candidates[j].symbol) == LOC_TYPEDEF)
3474 {
3475 candidates[j] = candidates[n_candidates - 1];
3476 n_candidates -= 1;
3477 }
3478 else
3479 j += 1;
3480 }
3481 }
3482 }
3483
3484 if (n_candidates == 0)
3485 error (_("No definition found for %s"),
3486 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
3487 else if (n_candidates == 1)
3488 i = 0;
3489 else if (deprocedure_p
3490 && !is_nonfunction (candidates, n_candidates))
3491 {
3492 i = ada_resolve_function
3493 (candidates, n_candidates, NULL, 0,
3494 SYMBOL_LINKAGE_NAME (exp->elts[pc + 2].symbol),
3495 context_type);
3496 if (i < 0)
3497 error (_("Could not find a match for %s"),
3498 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
3499 }
3500 else
3501 {
3502 printf_filtered (_("Multiple matches for %s\n"),
3503 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
3504 user_select_syms (candidates, n_candidates, 1);
3505 i = 0;
3506 }
3507
3508 exp->elts[pc + 1].block = candidates[i].block;
3509 exp->elts[pc + 2].symbol = candidates[i].symbol;
3510 if (innermost_block == NULL
3511 || contained_in (candidates[i].block, innermost_block))
3512 innermost_block = candidates[i].block;
3513 }
3514
3515 if (deprocedure_p
3516 && (TYPE_CODE (SYMBOL_TYPE (exp->elts[pc + 2].symbol))
3517 == TYPE_CODE_FUNC))
3518 {
3519 replace_operator_with_call (expp, pc, 0, 0,
3520 exp->elts[pc + 2].symbol,
3521 exp->elts[pc + 1].block);
3522 exp = *expp;
3523 }
3524 break;
3525
3526 case OP_FUNCALL:
3527 {
3528 if (exp->elts[pc + 3].opcode == OP_VAR_VALUE
3529 && SYMBOL_DOMAIN (exp->elts[pc + 5].symbol) == UNDEF_DOMAIN)
3530 {
3531 struct block_symbol *candidates;
3532 int n_candidates;
3533
3534 n_candidates =
3535 ada_lookup_symbol_list (SYMBOL_LINKAGE_NAME
3536 (exp->elts[pc + 5].symbol),
3537 exp->elts[pc + 4].block, VAR_DOMAIN,
3538 &candidates);
3539 if (n_candidates == 1)
3540 i = 0;
3541 else
3542 {
3543 i = ada_resolve_function
3544 (candidates, n_candidates,
3545 argvec, nargs,
3546 SYMBOL_LINKAGE_NAME (exp->elts[pc + 5].symbol),
3547 context_type);
3548 if (i < 0)
3549 error (_("Could not find a match for %s"),
3550 SYMBOL_PRINT_NAME (exp->elts[pc + 5].symbol));
3551 }
3552
3553 exp->elts[pc + 4].block = candidates[i].block;
3554 exp->elts[pc + 5].symbol = candidates[i].symbol;
3555 if (innermost_block == NULL
3556 || contained_in (candidates[i].block, innermost_block))
3557 innermost_block = candidates[i].block;
3558 }
3559 }
3560 break;
3561 case BINOP_ADD:
3562 case BINOP_SUB:
3563 case BINOP_MUL:
3564 case BINOP_DIV:
3565 case BINOP_REM:
3566 case BINOP_MOD:
3567 case BINOP_CONCAT:
3568 case BINOP_BITWISE_AND:
3569 case BINOP_BITWISE_IOR:
3570 case BINOP_BITWISE_XOR:
3571 case BINOP_EQUAL:
3572 case BINOP_NOTEQUAL:
3573 case BINOP_LESS:
3574 case BINOP_GTR:
3575 case BINOP_LEQ:
3576 case BINOP_GEQ:
3577 case BINOP_EXP:
3578 case UNOP_NEG:
3579 case UNOP_PLUS:
3580 case UNOP_LOGICAL_NOT:
3581 case UNOP_ABS:
3582 if (possible_user_operator_p (op, argvec))
3583 {
3584 struct block_symbol *candidates;
3585 int n_candidates;
3586
3587 n_candidates =
3588 ada_lookup_symbol_list (ada_encode (ada_decoded_op_name (op)),
3589 (struct block *) NULL, VAR_DOMAIN,
3590 &candidates);
3591 i = ada_resolve_function (candidates, n_candidates, argvec, nargs,
3592 ada_decoded_op_name (op), NULL);
3593 if (i < 0)
3594 break;
3595
3596 replace_operator_with_call (expp, pc, nargs, 1,
3597 candidates[i].symbol,
3598 candidates[i].block);
3599 exp = *expp;
3600 }
3601 break;
3602
3603 case OP_TYPE:
3604 case OP_REGISTER:
3605 return NULL;
3606 }
3607
3608 *pos = pc;
3609 return evaluate_subexp_type (exp, pos);
3610 }
3611
3612 /* Return non-zero if formal type FTYPE matches actual type ATYPE. If
3613 MAY_DEREF is non-zero, the formal may be a pointer and the actual
3614 a non-pointer. */
3615 /* The term "match" here is rather loose. The match is heuristic and
3616 liberal. */
3617
3618 static int
3619 ada_type_match (struct type *ftype, struct type *atype, int may_deref)
3620 {
3621 ftype = ada_check_typedef (ftype);
3622 atype = ada_check_typedef (atype);
3623
3624 if (TYPE_CODE (ftype) == TYPE_CODE_REF)
3625 ftype = TYPE_TARGET_TYPE (ftype);
3626 if (TYPE_CODE (atype) == TYPE_CODE_REF)
3627 atype = TYPE_TARGET_TYPE (atype);
3628
3629 switch (TYPE_CODE (ftype))
3630 {
3631 default:
3632 return TYPE_CODE (ftype) == TYPE_CODE (atype);
3633 case TYPE_CODE_PTR:
3634 if (TYPE_CODE (atype) == TYPE_CODE_PTR)
3635 return ada_type_match (TYPE_TARGET_TYPE (ftype),
3636 TYPE_TARGET_TYPE (atype), 0);
3637 else
3638 return (may_deref
3639 && ada_type_match (TYPE_TARGET_TYPE (ftype), atype, 0));
3640 case TYPE_CODE_INT:
3641 case TYPE_CODE_ENUM:
3642 case TYPE_CODE_RANGE:
3643 switch (TYPE_CODE (atype))
3644 {
3645 case TYPE_CODE_INT:
3646 case TYPE_CODE_ENUM:
3647 case TYPE_CODE_RANGE:
3648 return 1;
3649 default:
3650 return 0;
3651 }
3652
3653 case TYPE_CODE_ARRAY:
3654 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY
3655 || ada_is_array_descriptor_type (atype));
3656
3657 case TYPE_CODE_STRUCT:
3658 if (ada_is_array_descriptor_type (ftype))
3659 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY
3660 || ada_is_array_descriptor_type (atype));
3661 else
3662 return (TYPE_CODE (atype) == TYPE_CODE_STRUCT
3663 && !ada_is_array_descriptor_type (atype));
3664
3665 case TYPE_CODE_UNION:
3666 case TYPE_CODE_FLT:
3667 return (TYPE_CODE (atype) == TYPE_CODE (ftype));
3668 }
3669 }
3670
3671 /* Return non-zero if the formals of FUNC "sufficiently match" the
3672 vector of actual argument types ACTUALS of size N_ACTUALS. FUNC
3673 may also be an enumeral, in which case it is treated as a 0-
3674 argument function. */
3675
3676 static int
3677 ada_args_match (struct symbol *func, struct value **actuals, int n_actuals)
3678 {
3679 int i;
3680 struct type *func_type = SYMBOL_TYPE (func);
3681
3682 if (SYMBOL_CLASS (func) == LOC_CONST
3683 && TYPE_CODE (func_type) == TYPE_CODE_ENUM)
3684 return (n_actuals == 0);
3685 else if (func_type == NULL || TYPE_CODE (func_type) != TYPE_CODE_FUNC)
3686 return 0;
3687
3688 if (TYPE_NFIELDS (func_type) != n_actuals)
3689 return 0;
3690
3691 for (i = 0; i < n_actuals; i += 1)
3692 {
3693 if (actuals[i] == NULL)
3694 return 0;
3695 else
3696 {
3697 struct type *ftype = ada_check_typedef (TYPE_FIELD_TYPE (func_type,
3698 i));
3699 struct type *atype = ada_check_typedef (value_type (actuals[i]));
3700
3701 if (!ada_type_match (ftype, atype, 1))
3702 return 0;
3703 }
3704 }
3705 return 1;
3706 }
3707
3708 /* False iff function type FUNC_TYPE definitely does not produce a value
3709 compatible with type CONTEXT_TYPE. Conservatively returns 1 if
3710 FUNC_TYPE is not a valid function type with a non-null return type
3711 or an enumerated type. A null CONTEXT_TYPE indicates any non-void type. */
3712
3713 static int
3714 return_match (struct type *func_type, struct type *context_type)
3715 {
3716 struct type *return_type;
3717
3718 if (func_type == NULL)
3719 return 1;
3720
3721 if (TYPE_CODE (func_type) == TYPE_CODE_FUNC)
3722 return_type = get_base_type (TYPE_TARGET_TYPE (func_type));
3723 else
3724 return_type = get_base_type (func_type);
3725 if (return_type == NULL)
3726 return 1;
3727
3728 context_type = get_base_type (context_type);
3729
3730 if (TYPE_CODE (return_type) == TYPE_CODE_ENUM)
3731 return context_type == NULL || return_type == context_type;
3732 else if (context_type == NULL)
3733 return TYPE_CODE (return_type) != TYPE_CODE_VOID;
3734 else
3735 return TYPE_CODE (return_type) == TYPE_CODE (context_type);
3736 }
3737
3738
3739 /* Returns the index in SYMS[0..NSYMS-1] that contains the symbol for the
3740 function (if any) that matches the types of the NARGS arguments in
3741 ARGS. If CONTEXT_TYPE is non-null and there is at least one match
3742 that returns that type, then eliminate matches that don't. If
3743 CONTEXT_TYPE is void and there is at least one match that does not
3744 return void, eliminate all matches that do.
3745
3746 Asks the user if there is more than one match remaining. Returns -1
3747 if there is no such symbol or none is selected. NAME is used
3748 solely for messages. May re-arrange and modify SYMS in
3749 the process; the index returned is for the modified vector. */
3750
3751 static int
3752 ada_resolve_function (struct block_symbol syms[],
3753 int nsyms, struct value **args, int nargs,
3754 const char *name, struct type *context_type)
3755 {
3756 int fallback;
3757 int k;
3758 int m; /* Number of hits */
3759
3760 m = 0;
3761 /* In the first pass of the loop, we only accept functions matching
3762 context_type. If none are found, we add a second pass of the loop
3763 where every function is accepted. */
3764 for (fallback = 0; m == 0 && fallback < 2; fallback++)
3765 {
3766 for (k = 0; k < nsyms; k += 1)
3767 {
3768 struct type *type = ada_check_typedef (SYMBOL_TYPE (syms[k].symbol));
3769
3770 if (ada_args_match (syms[k].symbol, args, nargs)
3771 && (fallback || return_match (type, context_type)))
3772 {
3773 syms[m] = syms[k];
3774 m += 1;
3775 }
3776 }
3777 }
3778
3779 /* If we got multiple matches, ask the user which one to use. Don't do this
3780 interactive thing during completion, though, as the purpose of the
3781 completion is providing a list of all possible matches. Prompting the
3782 user to filter it down would be completely unexpected in this case. */
3783 if (m == 0)
3784 return -1;
3785 else if (m > 1 && !parse_completion)
3786 {
3787 printf_filtered (_("Multiple matches for %s\n"), name);
3788 user_select_syms (syms, m, 1);
3789 return 0;
3790 }
3791 return 0;
3792 }
3793
3794 /* Returns true (non-zero) iff decoded name N0 should appear before N1
3795 in a listing of choices during disambiguation (see sort_choices, below).
3796 The idea is that overloadings of a subprogram name from the
3797 same package should sort in their source order. We settle for ordering
3798 such symbols by their trailing number (__N or $N). */
3799
3800 static int
3801 encoded_ordered_before (const char *N0, const char *N1)
3802 {
3803 if (N1 == NULL)
3804 return 0;
3805 else if (N0 == NULL)
3806 return 1;
3807 else
3808 {
3809 int k0, k1;
3810
3811 for (k0 = strlen (N0) - 1; k0 > 0 && isdigit (N0[k0]); k0 -= 1)
3812 ;
3813 for (k1 = strlen (N1) - 1; k1 > 0 && isdigit (N1[k1]); k1 -= 1)
3814 ;
3815 if ((N0[k0] == '_' || N0[k0] == '$') && N0[k0 + 1] != '\000'
3816 && (N1[k1] == '_' || N1[k1] == '$') && N1[k1 + 1] != '\000')
3817 {
3818 int n0, n1;
3819
3820 n0 = k0;
3821 while (N0[n0] == '_' && n0 > 0 && N0[n0 - 1] == '_')
3822 n0 -= 1;
3823 n1 = k1;
3824 while (N1[n1] == '_' && n1 > 0 && N1[n1 - 1] == '_')
3825 n1 -= 1;
3826 if (n0 == n1 && strncmp (N0, N1, n0) == 0)
3827 return (atoi (N0 + k0 + 1) < atoi (N1 + k1 + 1));
3828 }
3829 return (strcmp (N0, N1) < 0);
3830 }
3831 }
3832
3833 /* Sort SYMS[0..NSYMS-1] to put the choices in a canonical order by the
3834 encoded names. */
3835
3836 static void
3837 sort_choices (struct block_symbol syms[], int nsyms)
3838 {
3839 int i;
3840
3841 for (i = 1; i < nsyms; i += 1)
3842 {
3843 struct block_symbol sym = syms[i];
3844 int j;
3845
3846 for (j = i - 1; j >= 0; j -= 1)
3847 {
3848 if (encoded_ordered_before (SYMBOL_LINKAGE_NAME (syms[j].symbol),
3849 SYMBOL_LINKAGE_NAME (sym.symbol)))
3850 break;
3851 syms[j + 1] = syms[j];
3852 }
3853 syms[j + 1] = sym;
3854 }
3855 }
3856
3857 /* Whether GDB should display formals and return types for functions in the
3858 overloads selection menu. */
3859 static int print_signatures = 1;
3860
3861 /* Print the signature for SYM on STREAM according to the FLAGS options. For
3862 all but functions, the signature is just the name of the symbol. For
3863 functions, this is the name of the function, the list of types for formals
3864 and the return type (if any). */
3865
3866 static void
3867 ada_print_symbol_signature (struct ui_file *stream, struct symbol *sym,
3868 const struct type_print_options *flags)
3869 {
3870 struct type *type = SYMBOL_TYPE (sym);
3871
3872 fprintf_filtered (stream, "%s", SYMBOL_PRINT_NAME (sym));
3873 if (!print_signatures
3874 || type == NULL
3875 || TYPE_CODE (type) != TYPE_CODE_FUNC)
3876 return;
3877
3878 if (TYPE_NFIELDS (type) > 0)
3879 {
3880 int i;
3881
3882 fprintf_filtered (stream, " (");
3883 for (i = 0; i < TYPE_NFIELDS (type); ++i)
3884 {
3885 if (i > 0)
3886 fprintf_filtered (stream, "; ");
3887 ada_print_type (TYPE_FIELD_TYPE (type, i), NULL, stream, -1, 0,
3888 flags);
3889 }
3890 fprintf_filtered (stream, ")");
3891 }
3892 if (TYPE_TARGET_TYPE (type) != NULL
3893 && TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID)
3894 {
3895 fprintf_filtered (stream, " return ");
3896 ada_print_type (TYPE_TARGET_TYPE (type), NULL, stream, -1, 0, flags);
3897 }
3898 }
3899
3900 /* Given a list of NSYMS symbols in SYMS, select up to MAX_RESULTS>0
3901 by asking the user (if necessary), returning the number selected,
3902 and setting the first elements of SYMS items. Error if no symbols
3903 selected. */
3904
3905 /* NOTE: Adapted from decode_line_2 in symtab.c, with which it ought
3906 to be re-integrated one of these days. */
3907
3908 int
3909 user_select_syms (struct block_symbol *syms, int nsyms, int max_results)
3910 {
3911 int i;
3912 int *chosen = XALLOCAVEC (int , nsyms);
3913 int n_chosen;
3914 int first_choice = (max_results == 1) ? 1 : 2;
3915 const char *select_mode = multiple_symbols_select_mode ();
3916
3917 if (max_results < 1)
3918 error (_("Request to select 0 symbols!"));
3919 if (nsyms <= 1)
3920 return nsyms;
3921
3922 if (select_mode == multiple_symbols_cancel)
3923 error (_("\
3924 canceled because the command is ambiguous\n\
3925 See set/show multiple-symbol."));
3926
3927 /* If select_mode is "all", then return all possible symbols.
3928 Only do that if more than one symbol can be selected, of course.
3929 Otherwise, display the menu as usual. */
3930 if (select_mode == multiple_symbols_all && max_results > 1)
3931 return nsyms;
3932
3933 printf_unfiltered (_("[0] cancel\n"));
3934 if (max_results > 1)
3935 printf_unfiltered (_("[1] all\n"));
3936
3937 sort_choices (syms, nsyms);
3938
3939 for (i = 0; i < nsyms; i += 1)
3940 {
3941 if (syms[i].symbol == NULL)
3942 continue;
3943
3944 if (SYMBOL_CLASS (syms[i].symbol) == LOC_BLOCK)
3945 {
3946 struct symtab_and_line sal =
3947 find_function_start_sal (syms[i].symbol, 1);
3948
3949 printf_unfiltered ("[%d] ", i + first_choice);
3950 ada_print_symbol_signature (gdb_stdout, syms[i].symbol,
3951 &type_print_raw_options);
3952 if (sal.symtab == NULL)
3953 printf_unfiltered (_(" at <no source file available>:%d\n"),
3954 sal.line);
3955 else
3956 printf_unfiltered (_(" at %s:%d\n"),
3957 symtab_to_filename_for_display (sal.symtab),
3958 sal.line);
3959 continue;
3960 }
3961 else
3962 {
3963 int is_enumeral =
3964 (SYMBOL_CLASS (syms[i].symbol) == LOC_CONST
3965 && SYMBOL_TYPE (syms[i].symbol) != NULL
3966 && TYPE_CODE (SYMBOL_TYPE (syms[i].symbol)) == TYPE_CODE_ENUM);
3967 struct symtab *symtab = NULL;
3968
3969 if (SYMBOL_OBJFILE_OWNED (syms[i].symbol))
3970 symtab = symbol_symtab (syms[i].symbol);
3971
3972 if (SYMBOL_LINE (syms[i].symbol) != 0 && symtab != NULL)
3973 {
3974 printf_unfiltered ("[%d] ", i + first_choice);
3975 ada_print_symbol_signature (gdb_stdout, syms[i].symbol,
3976 &type_print_raw_options);
3977 printf_unfiltered (_(" at %s:%d\n"),
3978 symtab_to_filename_for_display (symtab),
3979 SYMBOL_LINE (syms[i].symbol));
3980 }
3981 else if (is_enumeral
3982 && TYPE_NAME (SYMBOL_TYPE (syms[i].symbol)) != NULL)
3983 {
3984 printf_unfiltered (("[%d] "), i + first_choice);
3985 ada_print_type (SYMBOL_TYPE (syms[i].symbol), NULL,
3986 gdb_stdout, -1, 0, &type_print_raw_options);
3987 printf_unfiltered (_("'(%s) (enumeral)\n"),
3988 SYMBOL_PRINT_NAME (syms[i].symbol));
3989 }
3990 else
3991 {
3992 printf_unfiltered ("[%d] ", i + first_choice);
3993 ada_print_symbol_signature (gdb_stdout, syms[i].symbol,
3994 &type_print_raw_options);
3995
3996 if (symtab != NULL)
3997 printf_unfiltered (is_enumeral
3998 ? _(" in %s (enumeral)\n")
3999 : _(" at %s:?\n"),
4000 symtab_to_filename_for_display (symtab));
4001 else
4002 printf_unfiltered (is_enumeral
4003 ? _(" (enumeral)\n")
4004 : _(" at ?\n"));
4005 }
4006 }
4007 }
4008
4009 n_chosen = get_selections (chosen, nsyms, max_results, max_results > 1,
4010 "overload-choice");
4011
4012 for (i = 0; i < n_chosen; i += 1)
4013 syms[i] = syms[chosen[i]];
4014
4015 return n_chosen;
4016 }
4017
4018 /* Read and validate a set of numeric choices from the user in the
4019 range 0 .. N_CHOICES-1. Place the results in increasing
4020 order in CHOICES[0 .. N-1], and return N.
4021
4022 The user types choices as a sequence of numbers on one line
4023 separated by blanks, encoding them as follows:
4024
4025 + A choice of 0 means to cancel the selection, throwing an error.
4026 + If IS_ALL_CHOICE, a choice of 1 selects the entire set 0 .. N_CHOICES-1.
4027 + The user chooses k by typing k+IS_ALL_CHOICE+1.
4028
4029 The user is not allowed to choose more than MAX_RESULTS values.
4030
4031 ANNOTATION_SUFFIX, if present, is used to annotate the input
4032 prompts (for use with the -f switch). */
4033
4034 int
4035 get_selections (int *choices, int n_choices, int max_results,
4036 int is_all_choice, const char *annotation_suffix)
4037 {
4038 char *args;
4039 const char *prompt;
4040 int n_chosen;
4041 int first_choice = is_all_choice ? 2 : 1;
4042
4043 prompt = getenv ("PS2");
4044 if (prompt == NULL)
4045 prompt = "> ";
4046
4047 args = command_line_input (prompt, 0, annotation_suffix);
4048
4049 if (args == NULL)
4050 error_no_arg (_("one or more choice numbers"));
4051
4052 n_chosen = 0;
4053
4054 /* Set choices[0 .. n_chosen-1] to the users' choices in ascending
4055 order, as given in args. Choices are validated. */
4056 while (1)
4057 {
4058 char *args2;
4059 int choice, j;
4060
4061 args = skip_spaces (args);
4062 if (*args == '\0' && n_chosen == 0)
4063 error_no_arg (_("one or more choice numbers"));
4064 else if (*args == '\0')
4065 break;
4066
4067 choice = strtol (args, &args2, 10);
4068 if (args == args2 || choice < 0
4069 || choice > n_choices + first_choice - 1)
4070 error (_("Argument must be choice number"));
4071 args = args2;
4072
4073 if (choice == 0)
4074 error (_("cancelled"));
4075
4076 if (choice < first_choice)
4077 {
4078 n_chosen = n_choices;
4079 for (j = 0; j < n_choices; j += 1)
4080 choices[j] = j;
4081 break;
4082 }
4083 choice -= first_choice;
4084
4085 for (j = n_chosen - 1; j >= 0 && choice < choices[j]; j -= 1)
4086 {
4087 }
4088
4089 if (j < 0 || choice != choices[j])
4090 {
4091 int k;
4092
4093 for (k = n_chosen - 1; k > j; k -= 1)
4094 choices[k + 1] = choices[k];
4095 choices[j + 1] = choice;
4096 n_chosen += 1;
4097 }
4098 }
4099
4100 if (n_chosen > max_results)
4101 error (_("Select no more than %d of the above"), max_results);
4102
4103 return n_chosen;
4104 }
4105
4106 /* Replace the operator of length OPLEN at position PC in *EXPP with a call
4107 on the function identified by SYM and BLOCK, and taking NARGS
4108 arguments. Update *EXPP as needed to hold more space. */
4109
4110 static void
4111 replace_operator_with_call (struct expression **expp, int pc, int nargs,
4112 int oplen, struct symbol *sym,
4113 const struct block *block)
4114 {
4115 /* A new expression, with 6 more elements (3 for funcall, 4 for function
4116 symbol, -oplen for operator being replaced). */
4117 struct expression *newexp = (struct expression *)
4118 xzalloc (sizeof (struct expression)
4119 + EXP_ELEM_TO_BYTES ((*expp)->nelts + 7 - oplen));
4120 struct expression *exp = *expp;
4121
4122 newexp->nelts = exp->nelts + 7 - oplen;
4123 newexp->language_defn = exp->language_defn;
4124 newexp->gdbarch = exp->gdbarch;
4125 memcpy (newexp->elts, exp->elts, EXP_ELEM_TO_BYTES (pc));
4126 memcpy (newexp->elts + pc + 7, exp->elts + pc + oplen,
4127 EXP_ELEM_TO_BYTES (exp->nelts - pc - oplen));
4128
4129 newexp->elts[pc].opcode = newexp->elts[pc + 2].opcode = OP_FUNCALL;
4130 newexp->elts[pc + 1].longconst = (LONGEST) nargs;
4131
4132 newexp->elts[pc + 3].opcode = newexp->elts[pc + 6].opcode = OP_VAR_VALUE;
4133 newexp->elts[pc + 4].block = block;
4134 newexp->elts[pc + 5].symbol = sym;
4135
4136 *expp = newexp;
4137 xfree (exp);
4138 }
4139
4140 /* Type-class predicates */
4141
4142 /* True iff TYPE is numeric (i.e., an INT, RANGE (of numeric type),
4143 or FLOAT). */
4144
4145 static int
4146 numeric_type_p (struct type *type)
4147 {
4148 if (type == NULL)
4149 return 0;
4150 else
4151 {
4152 switch (TYPE_CODE (type))
4153 {
4154 case TYPE_CODE_INT:
4155 case TYPE_CODE_FLT:
4156 return 1;
4157 case TYPE_CODE_RANGE:
4158 return (type == TYPE_TARGET_TYPE (type)
4159 || numeric_type_p (TYPE_TARGET_TYPE (type)));
4160 default:
4161 return 0;
4162 }
4163 }
4164 }
4165
4166 /* True iff TYPE is integral (an INT or RANGE of INTs). */
4167
4168 static int
4169 integer_type_p (struct type *type)
4170 {
4171 if (type == NULL)
4172 return 0;
4173 else
4174 {
4175 switch (TYPE_CODE (type))
4176 {
4177 case TYPE_CODE_INT:
4178 return 1;
4179 case TYPE_CODE_RANGE:
4180 return (type == TYPE_TARGET_TYPE (type)
4181 || integer_type_p (TYPE_TARGET_TYPE (type)));
4182 default:
4183 return 0;
4184 }
4185 }
4186 }
4187
4188 /* True iff TYPE is scalar (INT, RANGE, FLOAT, ENUM). */
4189
4190 static int
4191 scalar_type_p (struct type *type)
4192 {
4193 if (type == NULL)
4194 return 0;
4195 else
4196 {
4197 switch (TYPE_CODE (type))
4198 {
4199 case TYPE_CODE_INT:
4200 case TYPE_CODE_RANGE:
4201 case TYPE_CODE_ENUM:
4202 case TYPE_CODE_FLT:
4203 return 1;
4204 default:
4205 return 0;
4206 }
4207 }
4208 }
4209
4210 /* True iff TYPE is discrete (INT, RANGE, ENUM). */
4211
4212 static int
4213 discrete_type_p (struct type *type)
4214 {
4215 if (type == NULL)
4216 return 0;
4217 else
4218 {
4219 switch (TYPE_CODE (type))
4220 {
4221 case TYPE_CODE_INT:
4222 case TYPE_CODE_RANGE:
4223 case TYPE_CODE_ENUM:
4224 case TYPE_CODE_BOOL:
4225 return 1;
4226 default:
4227 return 0;
4228 }
4229 }
4230 }
4231
4232 /* Returns non-zero if OP with operands in the vector ARGS could be
4233 a user-defined function. Errs on the side of pre-defined operators
4234 (i.e., result 0). */
4235
4236 static int
4237 possible_user_operator_p (enum exp_opcode op, struct value *args[])
4238 {
4239 struct type *type0 =
4240 (args[0] == NULL) ? NULL : ada_check_typedef (value_type (args[0]));
4241 struct type *type1 =
4242 (args[1] == NULL) ? NULL : ada_check_typedef (value_type (args[1]));
4243
4244 if (type0 == NULL)
4245 return 0;
4246
4247 switch (op)
4248 {
4249 default:
4250 return 0;
4251
4252 case BINOP_ADD:
4253 case BINOP_SUB:
4254 case BINOP_MUL:
4255 case BINOP_DIV:
4256 return (!(numeric_type_p (type0) && numeric_type_p (type1)));
4257
4258 case BINOP_REM:
4259 case BINOP_MOD:
4260 case BINOP_BITWISE_AND:
4261 case BINOP_BITWISE_IOR:
4262 case BINOP_BITWISE_XOR:
4263 return (!(integer_type_p (type0) && integer_type_p (type1)));
4264
4265 case BINOP_EQUAL:
4266 case BINOP_NOTEQUAL:
4267 case BINOP_LESS:
4268 case BINOP_GTR:
4269 case BINOP_LEQ:
4270 case BINOP_GEQ:
4271 return (!(scalar_type_p (type0) && scalar_type_p (type1)));
4272
4273 case BINOP_CONCAT:
4274 return !ada_is_array_type (type0) || !ada_is_array_type (type1);
4275
4276 case BINOP_EXP:
4277 return (!(numeric_type_p (type0) && integer_type_p (type1)));
4278
4279 case UNOP_NEG:
4280 case UNOP_PLUS:
4281 case UNOP_LOGICAL_NOT:
4282 case UNOP_ABS:
4283 return (!numeric_type_p (type0));
4284
4285 }
4286 }
4287 \f
4288 /* Renaming */
4289
4290 /* NOTES:
4291
4292 1. In the following, we assume that a renaming type's name may
4293 have an ___XD suffix. It would be nice if this went away at some
4294 point.
4295 2. We handle both the (old) purely type-based representation of
4296 renamings and the (new) variable-based encoding. At some point,
4297 it is devoutly to be hoped that the former goes away
4298 (FIXME: hilfinger-2007-07-09).
4299 3. Subprogram renamings are not implemented, although the XRS
4300 suffix is recognized (FIXME: hilfinger-2007-07-09). */
4301
4302 /* If SYM encodes a renaming,
4303
4304 <renaming> renames <renamed entity>,
4305
4306 sets *LEN to the length of the renamed entity's name,
4307 *RENAMED_ENTITY to that name (not null-terminated), and *RENAMING_EXPR to
4308 the string describing the subcomponent selected from the renamed
4309 entity. Returns ADA_NOT_RENAMING if SYM does not encode a renaming
4310 (in which case, the values of *RENAMED_ENTITY, *LEN, and *RENAMING_EXPR
4311 are undefined). Otherwise, returns a value indicating the category
4312 of entity renamed: an object (ADA_OBJECT_RENAMING), exception
4313 (ADA_EXCEPTION_RENAMING), package (ADA_PACKAGE_RENAMING), or
4314 subprogram (ADA_SUBPROGRAM_RENAMING). Does no allocation; the
4315 strings returned in *RENAMED_ENTITY and *RENAMING_EXPR should not be
4316 deallocated. The values of RENAMED_ENTITY, LEN, or RENAMING_EXPR
4317 may be NULL, in which case they are not assigned.
4318
4319 [Currently, however, GCC does not generate subprogram renamings.] */
4320
4321 enum ada_renaming_category
4322 ada_parse_renaming (struct symbol *sym,
4323 const char **renamed_entity, int *len,
4324 const char **renaming_expr)
4325 {
4326 enum ada_renaming_category kind;
4327 const char *info;
4328 const char *suffix;
4329
4330 if (sym == NULL)
4331 return ADA_NOT_RENAMING;
4332 switch (SYMBOL_CLASS (sym))
4333 {
4334 default:
4335 return ADA_NOT_RENAMING;
4336 case LOC_TYPEDEF:
4337 return parse_old_style_renaming (SYMBOL_TYPE (sym),
4338 renamed_entity, len, renaming_expr);
4339 case LOC_LOCAL:
4340 case LOC_STATIC:
4341 case LOC_COMPUTED:
4342 case LOC_OPTIMIZED_OUT:
4343 info = strstr (SYMBOL_LINKAGE_NAME (sym), "___XR");
4344 if (info == NULL)
4345 return ADA_NOT_RENAMING;
4346 switch (info[5])
4347 {
4348 case '_':
4349 kind = ADA_OBJECT_RENAMING;
4350 info += 6;
4351 break;
4352 case 'E':
4353 kind = ADA_EXCEPTION_RENAMING;
4354 info += 7;
4355 break;
4356 case 'P':
4357 kind = ADA_PACKAGE_RENAMING;
4358 info += 7;
4359 break;
4360 case 'S':
4361 kind = ADA_SUBPROGRAM_RENAMING;
4362 info += 7;
4363 break;
4364 default:
4365 return ADA_NOT_RENAMING;
4366 }
4367 }
4368
4369 if (renamed_entity != NULL)
4370 *renamed_entity = info;
4371 suffix = strstr (info, "___XE");
4372 if (suffix == NULL || suffix == info)
4373 return ADA_NOT_RENAMING;
4374 if (len != NULL)
4375 *len = strlen (info) - strlen (suffix);
4376 suffix += 5;
4377 if (renaming_expr != NULL)
4378 *renaming_expr = suffix;
4379 return kind;
4380 }
4381
4382 /* Assuming TYPE encodes a renaming according to the old encoding in
4383 exp_dbug.ads, returns details of that renaming in *RENAMED_ENTITY,
4384 *LEN, and *RENAMING_EXPR, as for ada_parse_renaming, above. Returns
4385 ADA_NOT_RENAMING otherwise. */
4386 static enum ada_renaming_category
4387 parse_old_style_renaming (struct type *type,
4388 const char **renamed_entity, int *len,
4389 const char **renaming_expr)
4390 {
4391 enum ada_renaming_category kind;
4392 const char *name;
4393 const char *info;
4394 const char *suffix;
4395
4396 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_ENUM
4397 || TYPE_NFIELDS (type) != 1)
4398 return ADA_NOT_RENAMING;
4399
4400 name = type_name_no_tag (type);
4401 if (name == NULL)
4402 return ADA_NOT_RENAMING;
4403
4404 name = strstr (name, "___XR");
4405 if (name == NULL)
4406 return ADA_NOT_RENAMING;
4407 switch (name[5])
4408 {
4409 case '\0':
4410 case '_':
4411 kind = ADA_OBJECT_RENAMING;
4412 break;
4413 case 'E':
4414 kind = ADA_EXCEPTION_RENAMING;
4415 break;
4416 case 'P':
4417 kind = ADA_PACKAGE_RENAMING;
4418 break;
4419 case 'S':
4420 kind = ADA_SUBPROGRAM_RENAMING;
4421 break;
4422 default:
4423 return ADA_NOT_RENAMING;
4424 }
4425
4426 info = TYPE_FIELD_NAME (type, 0);
4427 if (info == NULL)
4428 return ADA_NOT_RENAMING;
4429 if (renamed_entity != NULL)
4430 *renamed_entity = info;
4431 suffix = strstr (info, "___XE");
4432 if (renaming_expr != NULL)
4433 *renaming_expr = suffix + 5;
4434 if (suffix == NULL || suffix == info)
4435 return ADA_NOT_RENAMING;
4436 if (len != NULL)
4437 *len = suffix - info;
4438 return kind;
4439 }
4440
4441 /* Compute the value of the given RENAMING_SYM, which is expected to
4442 be a symbol encoding a renaming expression. BLOCK is the block
4443 used to evaluate the renaming. */
4444
4445 static struct value *
4446 ada_read_renaming_var_value (struct symbol *renaming_sym,
4447 const struct block *block)
4448 {
4449 const char *sym_name;
4450
4451 sym_name = SYMBOL_LINKAGE_NAME (renaming_sym);
4452 expression_up expr = parse_exp_1 (&sym_name, 0, block, 0);
4453 return evaluate_expression (expr.get ());
4454 }
4455 \f
4456
4457 /* Evaluation: Function Calls */
4458
4459 /* Return an lvalue containing the value VAL. This is the identity on
4460 lvalues, and otherwise has the side-effect of allocating memory
4461 in the inferior where a copy of the value contents is copied. */
4462
4463 static struct value *
4464 ensure_lval (struct value *val)
4465 {
4466 if (VALUE_LVAL (val) == not_lval
4467 || VALUE_LVAL (val) == lval_internalvar)
4468 {
4469 int len = TYPE_LENGTH (ada_check_typedef (value_type (val)));
4470 const CORE_ADDR addr =
4471 value_as_long (value_allocate_space_in_inferior (len));
4472
4473 VALUE_LVAL (val) = lval_memory;
4474 set_value_address (val, addr);
4475 write_memory (addr, value_contents (val), len);
4476 }
4477
4478 return val;
4479 }
4480
4481 /* Return the value ACTUAL, converted to be an appropriate value for a
4482 formal of type FORMAL_TYPE. Use *SP as a stack pointer for
4483 allocating any necessary descriptors (fat pointers), or copies of
4484 values not residing in memory, updating it as needed. */
4485
4486 struct value *
4487 ada_convert_actual (struct value *actual, struct type *formal_type0)
4488 {
4489 struct type *actual_type = ada_check_typedef (value_type (actual));
4490 struct type *formal_type = ada_check_typedef (formal_type0);
4491 struct type *formal_target =
4492 TYPE_CODE (formal_type) == TYPE_CODE_PTR
4493 ? ada_check_typedef (TYPE_TARGET_TYPE (formal_type)) : formal_type;
4494 struct type *actual_target =
4495 TYPE_CODE (actual_type) == TYPE_CODE_PTR
4496 ? ada_check_typedef (TYPE_TARGET_TYPE (actual_type)) : actual_type;
4497
4498 if (ada_is_array_descriptor_type (formal_target)
4499 && TYPE_CODE (actual_target) == TYPE_CODE_ARRAY)
4500 return make_array_descriptor (formal_type, actual);
4501 else if (TYPE_CODE (formal_type) == TYPE_CODE_PTR
4502 || TYPE_CODE (formal_type) == TYPE_CODE_REF)
4503 {
4504 struct value *result;
4505
4506 if (TYPE_CODE (formal_target) == TYPE_CODE_ARRAY
4507 && ada_is_array_descriptor_type (actual_target))
4508 result = desc_data (actual);
4509 else if (TYPE_CODE (actual_type) != TYPE_CODE_PTR)
4510 {
4511 if (VALUE_LVAL (actual) != lval_memory)
4512 {
4513 struct value *val;
4514
4515 actual_type = ada_check_typedef (value_type (actual));
4516 val = allocate_value (actual_type);
4517 memcpy ((char *) value_contents_raw (val),
4518 (char *) value_contents (actual),
4519 TYPE_LENGTH (actual_type));
4520 actual = ensure_lval (val);
4521 }
4522 result = value_addr (actual);
4523 }
4524 else
4525 return actual;
4526 return value_cast_pointers (formal_type, result, 0);
4527 }
4528 else if (TYPE_CODE (actual_type) == TYPE_CODE_PTR)
4529 return ada_value_ind (actual);
4530 else if (ada_is_aligner_type (formal_type))
4531 {
4532 /* We need to turn this parameter into an aligner type
4533 as well. */
4534 struct value *aligner = allocate_value (formal_type);
4535 struct value *component = ada_value_struct_elt (aligner, "F", 0);
4536
4537 value_assign_to_component (aligner, component, actual);
4538 return aligner;
4539 }
4540
4541 return actual;
4542 }
4543
4544 /* Convert VALUE (which must be an address) to a CORE_ADDR that is a pointer of
4545 type TYPE. This is usually an inefficient no-op except on some targets
4546 (such as AVR) where the representation of a pointer and an address
4547 differs. */
4548
4549 static CORE_ADDR
4550 value_pointer (struct value *value, struct type *type)
4551 {
4552 struct gdbarch *gdbarch = get_type_arch (type);
4553 unsigned len = TYPE_LENGTH (type);
4554 gdb_byte *buf = (gdb_byte *) alloca (len);
4555 CORE_ADDR addr;
4556
4557 addr = value_address (value);
4558 gdbarch_address_to_pointer (gdbarch, type, buf, addr);
4559 addr = extract_unsigned_integer (buf, len, gdbarch_byte_order (gdbarch));
4560 return addr;
4561 }
4562
4563
4564 /* Push a descriptor of type TYPE for array value ARR on the stack at
4565 *SP, updating *SP to reflect the new descriptor. Return either
4566 an lvalue representing the new descriptor, or (if TYPE is a pointer-
4567 to-descriptor type rather than a descriptor type), a struct value *
4568 representing a pointer to this descriptor. */
4569
4570 static struct value *
4571 make_array_descriptor (struct type *type, struct value *arr)
4572 {
4573 struct type *bounds_type = desc_bounds_type (type);
4574 struct type *desc_type = desc_base_type (type);
4575 struct value *descriptor = allocate_value (desc_type);
4576 struct value *bounds = allocate_value (bounds_type);
4577 int i;
4578
4579 for (i = ada_array_arity (ada_check_typedef (value_type (arr)));
4580 i > 0; i -= 1)
4581 {
4582 modify_field (value_type (bounds), value_contents_writeable (bounds),
4583 ada_array_bound (arr, i, 0),
4584 desc_bound_bitpos (bounds_type, i, 0),
4585 desc_bound_bitsize (bounds_type, i, 0));
4586 modify_field (value_type (bounds), value_contents_writeable (bounds),
4587 ada_array_bound (arr, i, 1),
4588 desc_bound_bitpos (bounds_type, i, 1),
4589 desc_bound_bitsize (bounds_type, i, 1));
4590 }
4591
4592 bounds = ensure_lval (bounds);
4593
4594 modify_field (value_type (descriptor),
4595 value_contents_writeable (descriptor),
4596 value_pointer (ensure_lval (arr),
4597 TYPE_FIELD_TYPE (desc_type, 0)),
4598 fat_pntr_data_bitpos (desc_type),
4599 fat_pntr_data_bitsize (desc_type));
4600
4601 modify_field (value_type (descriptor),
4602 value_contents_writeable (descriptor),
4603 value_pointer (bounds,
4604 TYPE_FIELD_TYPE (desc_type, 1)),
4605 fat_pntr_bounds_bitpos (desc_type),
4606 fat_pntr_bounds_bitsize (desc_type));
4607
4608 descriptor = ensure_lval (descriptor);
4609
4610 if (TYPE_CODE (type) == TYPE_CODE_PTR)
4611 return value_addr (descriptor);
4612 else
4613 return descriptor;
4614 }
4615 \f
4616 /* Symbol Cache Module */
4617
4618 /* Performance measurements made as of 2010-01-15 indicate that
4619 this cache does bring some noticeable improvements. Depending
4620 on the type of entity being printed, the cache can make it as much
4621 as an order of magnitude faster than without it.
4622
4623 The descriptive type DWARF extension has significantly reduced
4624 the need for this cache, at least when DWARF is being used. However,
4625 even in this case, some expensive name-based symbol searches are still
4626 sometimes necessary - to find an XVZ variable, mostly. */
4627
4628 /* Initialize the contents of SYM_CACHE. */
4629
4630 static void
4631 ada_init_symbol_cache (struct ada_symbol_cache *sym_cache)
4632 {
4633 obstack_init (&sym_cache->cache_space);
4634 memset (sym_cache->root, '\000', sizeof (sym_cache->root));
4635 }
4636
4637 /* Free the memory used by SYM_CACHE. */
4638
4639 static void
4640 ada_free_symbol_cache (struct ada_symbol_cache *sym_cache)
4641 {
4642 obstack_free (&sym_cache->cache_space, NULL);
4643 xfree (sym_cache);
4644 }
4645
4646 /* Return the symbol cache associated to the given program space PSPACE.
4647 If not allocated for this PSPACE yet, allocate and initialize one. */
4648
4649 static struct ada_symbol_cache *
4650 ada_get_symbol_cache (struct program_space *pspace)
4651 {
4652 struct ada_pspace_data *pspace_data = get_ada_pspace_data (pspace);
4653
4654 if (pspace_data->sym_cache == NULL)
4655 {
4656 pspace_data->sym_cache = XCNEW (struct ada_symbol_cache);
4657 ada_init_symbol_cache (pspace_data->sym_cache);
4658 }
4659
4660 return pspace_data->sym_cache;
4661 }
4662
4663 /* Clear all entries from the symbol cache. */
4664
4665 static void
4666 ada_clear_symbol_cache (void)
4667 {
4668 struct ada_symbol_cache *sym_cache
4669 = ada_get_symbol_cache (current_program_space);
4670
4671 obstack_free (&sym_cache->cache_space, NULL);
4672 ada_init_symbol_cache (sym_cache);
4673 }
4674
4675 /* Search our cache for an entry matching NAME and DOMAIN.
4676 Return it if found, or NULL otherwise. */
4677
4678 static struct cache_entry **
4679 find_entry (const char *name, domain_enum domain)
4680 {
4681 struct ada_symbol_cache *sym_cache
4682 = ada_get_symbol_cache (current_program_space);
4683 int h = msymbol_hash (name) % HASH_SIZE;
4684 struct cache_entry **e;
4685
4686 for (e = &sym_cache->root[h]; *e != NULL; e = &(*e)->next)
4687 {
4688 if (domain == (*e)->domain && strcmp (name, (*e)->name) == 0)
4689 return e;
4690 }
4691 return NULL;
4692 }
4693
4694 /* Search the symbol cache for an entry matching NAME and DOMAIN.
4695 Return 1 if found, 0 otherwise.
4696
4697 If an entry was found and SYM is not NULL, set *SYM to the entry's
4698 SYM. Same principle for BLOCK if not NULL. */
4699
4700 static int
4701 lookup_cached_symbol (const char *name, domain_enum domain,
4702 struct symbol **sym, const struct block **block)
4703 {
4704 struct cache_entry **e = find_entry (name, domain);
4705
4706 if (e == NULL)
4707 return 0;
4708 if (sym != NULL)
4709 *sym = (*e)->sym;
4710 if (block != NULL)
4711 *block = (*e)->block;
4712 return 1;
4713 }
4714
4715 /* Assuming that (SYM, BLOCK) is the result of the lookup of NAME
4716 in domain DOMAIN, save this result in our symbol cache. */
4717
4718 static void
4719 cache_symbol (const char *name, domain_enum domain, struct symbol *sym,
4720 const struct block *block)
4721 {
4722 struct ada_symbol_cache *sym_cache
4723 = ada_get_symbol_cache (current_program_space);
4724 int h;
4725 char *copy;
4726 struct cache_entry *e;
4727
4728 /* Symbols for builtin types don't have a block.
4729 For now don't cache such symbols. */
4730 if (sym != NULL && !SYMBOL_OBJFILE_OWNED (sym))
4731 return;
4732
4733 /* If the symbol is a local symbol, then do not cache it, as a search
4734 for that symbol depends on the context. To determine whether
4735 the symbol is local or not, we check the block where we found it
4736 against the global and static blocks of its associated symtab. */
4737 if (sym
4738 && BLOCKVECTOR_BLOCK (SYMTAB_BLOCKVECTOR (symbol_symtab (sym)),
4739 GLOBAL_BLOCK) != block
4740 && BLOCKVECTOR_BLOCK (SYMTAB_BLOCKVECTOR (symbol_symtab (sym)),
4741 STATIC_BLOCK) != block)
4742 return;
4743
4744 h = msymbol_hash (name) % HASH_SIZE;
4745 e = (struct cache_entry *) obstack_alloc (&sym_cache->cache_space,
4746 sizeof (*e));
4747 e->next = sym_cache->root[h];
4748 sym_cache->root[h] = e;
4749 e->name = copy
4750 = (char *) obstack_alloc (&sym_cache->cache_space, strlen (name) + 1);
4751 strcpy (copy, name);
4752 e->sym = sym;
4753 e->domain = domain;
4754 e->block = block;
4755 }
4756 \f
4757 /* Symbol Lookup */
4758
4759 /* Return nonzero if wild matching should be used when searching for
4760 all symbols matching LOOKUP_NAME.
4761
4762 LOOKUP_NAME is expected to be a symbol name after transformation
4763 for Ada lookups (see ada_name_for_lookup). */
4764
4765 static int
4766 should_use_wild_match (const char *lookup_name)
4767 {
4768 return (strstr (lookup_name, "__") == NULL);
4769 }
4770
4771 /* Return the result of a standard (literal, C-like) lookup of NAME in
4772 given DOMAIN, visible from lexical block BLOCK. */
4773
4774 static struct symbol *
4775 standard_lookup (const char *name, const struct block *block,
4776 domain_enum domain)
4777 {
4778 /* Initialize it just to avoid a GCC false warning. */
4779 struct block_symbol sym = {NULL, NULL};
4780
4781 if (lookup_cached_symbol (name, domain, &sym.symbol, NULL))
4782 return sym.symbol;
4783 sym = lookup_symbol_in_language (name, block, domain, language_c, 0);
4784 cache_symbol (name, domain, sym.symbol, sym.block);
4785 return sym.symbol;
4786 }
4787
4788
4789 /* Non-zero iff there is at least one non-function/non-enumeral symbol
4790 in the symbol fields of SYMS[0..N-1]. We treat enumerals as functions,
4791 since they contend in overloading in the same way. */
4792 static int
4793 is_nonfunction (struct block_symbol syms[], int n)
4794 {
4795 int i;
4796
4797 for (i = 0; i < n; i += 1)
4798 if (TYPE_CODE (SYMBOL_TYPE (syms[i].symbol)) != TYPE_CODE_FUNC
4799 && (TYPE_CODE (SYMBOL_TYPE (syms[i].symbol)) != TYPE_CODE_ENUM
4800 || SYMBOL_CLASS (syms[i].symbol) != LOC_CONST))
4801 return 1;
4802
4803 return 0;
4804 }
4805
4806 /* If true (non-zero), then TYPE0 and TYPE1 represent equivalent
4807 struct types. Otherwise, they may not. */
4808
4809 static int
4810 equiv_types (struct type *type0, struct type *type1)
4811 {
4812 if (type0 == type1)
4813 return 1;
4814 if (type0 == NULL || type1 == NULL
4815 || TYPE_CODE (type0) != TYPE_CODE (type1))
4816 return 0;
4817 if ((TYPE_CODE (type0) == TYPE_CODE_STRUCT
4818 || TYPE_CODE (type0) == TYPE_CODE_ENUM)
4819 && ada_type_name (type0) != NULL && ada_type_name (type1) != NULL
4820 && strcmp (ada_type_name (type0), ada_type_name (type1)) == 0)
4821 return 1;
4822
4823 return 0;
4824 }
4825
4826 /* True iff SYM0 represents the same entity as SYM1, or one that is
4827 no more defined than that of SYM1. */
4828
4829 static int
4830 lesseq_defined_than (struct symbol *sym0, struct symbol *sym1)
4831 {
4832 if (sym0 == sym1)
4833 return 1;
4834 if (SYMBOL_DOMAIN (sym0) != SYMBOL_DOMAIN (sym1)
4835 || SYMBOL_CLASS (sym0) != SYMBOL_CLASS (sym1))
4836 return 0;
4837
4838 switch (SYMBOL_CLASS (sym0))
4839 {
4840 case LOC_UNDEF:
4841 return 1;
4842 case LOC_TYPEDEF:
4843 {
4844 struct type *type0 = SYMBOL_TYPE (sym0);
4845 struct type *type1 = SYMBOL_TYPE (sym1);
4846 const char *name0 = SYMBOL_LINKAGE_NAME (sym0);
4847 const char *name1 = SYMBOL_LINKAGE_NAME (sym1);
4848 int len0 = strlen (name0);
4849
4850 return
4851 TYPE_CODE (type0) == TYPE_CODE (type1)
4852 && (equiv_types (type0, type1)
4853 || (len0 < strlen (name1) && strncmp (name0, name1, len0) == 0
4854 && startswith (name1 + len0, "___XV")));
4855 }
4856 case LOC_CONST:
4857 return SYMBOL_VALUE (sym0) == SYMBOL_VALUE (sym1)
4858 && equiv_types (SYMBOL_TYPE (sym0), SYMBOL_TYPE (sym1));
4859 default:
4860 return 0;
4861 }
4862 }
4863
4864 /* Append (SYM,BLOCK,SYMTAB) to the end of the array of struct block_symbol
4865 records in OBSTACKP. Do nothing if SYM is a duplicate. */
4866
4867 static void
4868 add_defn_to_vec (struct obstack *obstackp,
4869 struct symbol *sym,
4870 const struct block *block)
4871 {
4872 int i;
4873 struct block_symbol *prevDefns = defns_collected (obstackp, 0);
4874
4875 /* Do not try to complete stub types, as the debugger is probably
4876 already scanning all symbols matching a certain name at the
4877 time when this function is called. Trying to replace the stub
4878 type by its associated full type will cause us to restart a scan
4879 which may lead to an infinite recursion. Instead, the client
4880 collecting the matching symbols will end up collecting several
4881 matches, with at least one of them complete. It can then filter
4882 out the stub ones if needed. */
4883
4884 for (i = num_defns_collected (obstackp) - 1; i >= 0; i -= 1)
4885 {
4886 if (lesseq_defined_than (sym, prevDefns[i].symbol))
4887 return;
4888 else if (lesseq_defined_than (prevDefns[i].symbol, sym))
4889 {
4890 prevDefns[i].symbol = sym;
4891 prevDefns[i].block = block;
4892 return;
4893 }
4894 }
4895
4896 {
4897 struct block_symbol info;
4898
4899 info.symbol = sym;
4900 info.block = block;
4901 obstack_grow (obstackp, &info, sizeof (struct block_symbol));
4902 }
4903 }
4904
4905 /* Number of block_symbol structures currently collected in current vector in
4906 OBSTACKP. */
4907
4908 static int
4909 num_defns_collected (struct obstack *obstackp)
4910 {
4911 return obstack_object_size (obstackp) / sizeof (struct block_symbol);
4912 }
4913
4914 /* Vector of block_symbol structures currently collected in current vector in
4915 OBSTACKP. If FINISH, close off the vector and return its final address. */
4916
4917 static struct block_symbol *
4918 defns_collected (struct obstack *obstackp, int finish)
4919 {
4920 if (finish)
4921 return (struct block_symbol *) obstack_finish (obstackp);
4922 else
4923 return (struct block_symbol *) obstack_base (obstackp);
4924 }
4925
4926 /* Return a bound minimal symbol matching NAME according to Ada
4927 decoding rules. Returns an invalid symbol if there is no such
4928 minimal symbol. Names prefixed with "standard__" are handled
4929 specially: "standard__" is first stripped off, and only static and
4930 global symbols are searched. */
4931
4932 struct bound_minimal_symbol
4933 ada_lookup_simple_minsym (const char *name)
4934 {
4935 struct bound_minimal_symbol result;
4936 struct objfile *objfile;
4937 struct minimal_symbol *msymbol;
4938 const int wild_match_p = should_use_wild_match (name);
4939
4940 memset (&result, 0, sizeof (result));
4941
4942 /* Special case: If the user specifies a symbol name inside package
4943 Standard, do a non-wild matching of the symbol name without
4944 the "standard__" prefix. This was primarily introduced in order
4945 to allow the user to specifically access the standard exceptions
4946 using, for instance, Standard.Constraint_Error when Constraint_Error
4947 is ambiguous (due to the user defining its own Constraint_Error
4948 entity inside its program). */
4949 if (startswith (name, "standard__"))
4950 name += sizeof ("standard__") - 1;
4951
4952 ALL_MSYMBOLS (objfile, msymbol)
4953 {
4954 if (match_name (MSYMBOL_LINKAGE_NAME (msymbol), name, wild_match_p)
4955 && MSYMBOL_TYPE (msymbol) != mst_solib_trampoline)
4956 {
4957 result.minsym = msymbol;
4958 result.objfile = objfile;
4959 break;
4960 }
4961 }
4962
4963 return result;
4964 }
4965
4966 /* For all subprograms that statically enclose the subprogram of the
4967 selected frame, add symbols matching identifier NAME in DOMAIN
4968 and their blocks to the list of data in OBSTACKP, as for
4969 ada_add_block_symbols (q.v.). If WILD_MATCH_P, treat as NAME
4970 with a wildcard prefix. */
4971
4972 static void
4973 add_symbols_from_enclosing_procs (struct obstack *obstackp,
4974 const char *name, domain_enum domain,
4975 int wild_match_p)
4976 {
4977 }
4978
4979 /* True if TYPE is definitely an artificial type supplied to a symbol
4980 for which no debugging information was given in the symbol file. */
4981
4982 static int
4983 is_nondebugging_type (struct type *type)
4984 {
4985 const char *name = ada_type_name (type);
4986
4987 return (name != NULL && strcmp (name, "<variable, no debug info>") == 0);
4988 }
4989
4990 /* Return nonzero if TYPE1 and TYPE2 are two enumeration types
4991 that are deemed "identical" for practical purposes.
4992
4993 This function assumes that TYPE1 and TYPE2 are both TYPE_CODE_ENUM
4994 types and that their number of enumerals is identical (in other
4995 words, TYPE_NFIELDS (type1) == TYPE_NFIELDS (type2)). */
4996
4997 static int
4998 ada_identical_enum_types_p (struct type *type1, struct type *type2)
4999 {
5000 int i;
5001
5002 /* The heuristic we use here is fairly conservative. We consider
5003 that 2 enumerate types are identical if they have the same
5004 number of enumerals and that all enumerals have the same
5005 underlying value and name. */
5006
5007 /* All enums in the type should have an identical underlying value. */
5008 for (i = 0; i < TYPE_NFIELDS (type1); i++)
5009 if (TYPE_FIELD_ENUMVAL (type1, i) != TYPE_FIELD_ENUMVAL (type2, i))
5010 return 0;
5011
5012 /* All enumerals should also have the same name (modulo any numerical
5013 suffix). */
5014 for (i = 0; i < TYPE_NFIELDS (type1); i++)
5015 {
5016 const char *name_1 = TYPE_FIELD_NAME (type1, i);
5017 const char *name_2 = TYPE_FIELD_NAME (type2, i);
5018 int len_1 = strlen (name_1);
5019 int len_2 = strlen (name_2);
5020
5021 ada_remove_trailing_digits (TYPE_FIELD_NAME (type1, i), &len_1);
5022 ada_remove_trailing_digits (TYPE_FIELD_NAME (type2, i), &len_2);
5023 if (len_1 != len_2
5024 || strncmp (TYPE_FIELD_NAME (type1, i),
5025 TYPE_FIELD_NAME (type2, i),
5026 len_1) != 0)
5027 return 0;
5028 }
5029
5030 return 1;
5031 }
5032
5033 /* Return nonzero if all the symbols in SYMS are all enumeral symbols
5034 that are deemed "identical" for practical purposes. Sometimes,
5035 enumerals are not strictly identical, but their types are so similar
5036 that they can be considered identical.
5037
5038 For instance, consider the following code:
5039
5040 type Color is (Black, Red, Green, Blue, White);
5041 type RGB_Color is new Color range Red .. Blue;
5042
5043 Type RGB_Color is a subrange of an implicit type which is a copy
5044 of type Color. If we call that implicit type RGB_ColorB ("B" is
5045 for "Base Type"), then type RGB_ColorB is a copy of type Color.
5046 As a result, when an expression references any of the enumeral
5047 by name (Eg. "print green"), the expression is technically
5048 ambiguous and the user should be asked to disambiguate. But
5049 doing so would only hinder the user, since it wouldn't matter
5050 what choice he makes, the outcome would always be the same.
5051 So, for practical purposes, we consider them as the same. */
5052
5053 static int
5054 symbols_are_identical_enums (struct block_symbol *syms, int nsyms)
5055 {
5056 int i;
5057
5058 /* Before performing a thorough comparison check of each type,
5059 we perform a series of inexpensive checks. We expect that these
5060 checks will quickly fail in the vast majority of cases, and thus
5061 help prevent the unnecessary use of a more expensive comparison.
5062 Said comparison also expects us to make some of these checks
5063 (see ada_identical_enum_types_p). */
5064
5065 /* Quick check: All symbols should have an enum type. */
5066 for (i = 0; i < nsyms; i++)
5067 if (TYPE_CODE (SYMBOL_TYPE (syms[i].symbol)) != TYPE_CODE_ENUM)
5068 return 0;
5069
5070 /* Quick check: They should all have the same value. */
5071 for (i = 1; i < nsyms; i++)
5072 if (SYMBOL_VALUE (syms[i].symbol) != SYMBOL_VALUE (syms[0].symbol))
5073 return 0;
5074
5075 /* Quick check: They should all have the same number of enumerals. */
5076 for (i = 1; i < nsyms; i++)
5077 if (TYPE_NFIELDS (SYMBOL_TYPE (syms[i].symbol))
5078 != TYPE_NFIELDS (SYMBOL_TYPE (syms[0].symbol)))
5079 return 0;
5080
5081 /* All the sanity checks passed, so we might have a set of
5082 identical enumeration types. Perform a more complete
5083 comparison of the type of each symbol. */
5084 for (i = 1; i < nsyms; i++)
5085 if (!ada_identical_enum_types_p (SYMBOL_TYPE (syms[i].symbol),
5086 SYMBOL_TYPE (syms[0].symbol)))
5087 return 0;
5088
5089 return 1;
5090 }
5091
5092 /* Remove any non-debugging symbols in SYMS[0 .. NSYMS-1] that definitely
5093 duplicate other symbols in the list (The only case I know of where
5094 this happens is when object files containing stabs-in-ecoff are
5095 linked with files containing ordinary ecoff debugging symbols (or no
5096 debugging symbols)). Modifies SYMS to squeeze out deleted entries.
5097 Returns the number of items in the modified list. */
5098
5099 static int
5100 remove_extra_symbols (struct block_symbol *syms, int nsyms)
5101 {
5102 int i, j;
5103
5104 /* We should never be called with less than 2 symbols, as there
5105 cannot be any extra symbol in that case. But it's easy to
5106 handle, since we have nothing to do in that case. */
5107 if (nsyms < 2)
5108 return nsyms;
5109
5110 i = 0;
5111 while (i < nsyms)
5112 {
5113 int remove_p = 0;
5114
5115 /* If two symbols have the same name and one of them is a stub type,
5116 the get rid of the stub. */
5117
5118 if (TYPE_STUB (SYMBOL_TYPE (syms[i].symbol))
5119 && SYMBOL_LINKAGE_NAME (syms[i].symbol) != NULL)
5120 {
5121 for (j = 0; j < nsyms; j++)
5122 {
5123 if (j != i
5124 && !TYPE_STUB (SYMBOL_TYPE (syms[j].symbol))
5125 && SYMBOL_LINKAGE_NAME (syms[j].symbol) != NULL
5126 && strcmp (SYMBOL_LINKAGE_NAME (syms[i].symbol),
5127 SYMBOL_LINKAGE_NAME (syms[j].symbol)) == 0)
5128 remove_p = 1;
5129 }
5130 }
5131
5132 /* Two symbols with the same name, same class and same address
5133 should be identical. */
5134
5135 else if (SYMBOL_LINKAGE_NAME (syms[i].symbol) != NULL
5136 && SYMBOL_CLASS (syms[i].symbol) == LOC_STATIC
5137 && is_nondebugging_type (SYMBOL_TYPE (syms[i].symbol)))
5138 {
5139 for (j = 0; j < nsyms; j += 1)
5140 {
5141 if (i != j
5142 && SYMBOL_LINKAGE_NAME (syms[j].symbol) != NULL
5143 && strcmp (SYMBOL_LINKAGE_NAME (syms[i].symbol),
5144 SYMBOL_LINKAGE_NAME (syms[j].symbol)) == 0
5145 && SYMBOL_CLASS (syms[i].symbol)
5146 == SYMBOL_CLASS (syms[j].symbol)
5147 && SYMBOL_VALUE_ADDRESS (syms[i].symbol)
5148 == SYMBOL_VALUE_ADDRESS (syms[j].symbol))
5149 remove_p = 1;
5150 }
5151 }
5152
5153 if (remove_p)
5154 {
5155 for (j = i + 1; j < nsyms; j += 1)
5156 syms[j - 1] = syms[j];
5157 nsyms -= 1;
5158 }
5159
5160 i += 1;
5161 }
5162
5163 /* If all the remaining symbols are identical enumerals, then
5164 just keep the first one and discard the rest.
5165
5166 Unlike what we did previously, we do not discard any entry
5167 unless they are ALL identical. This is because the symbol
5168 comparison is not a strict comparison, but rather a practical
5169 comparison. If all symbols are considered identical, then
5170 we can just go ahead and use the first one and discard the rest.
5171 But if we cannot reduce the list to a single element, we have
5172 to ask the user to disambiguate anyways. And if we have to
5173 present a multiple-choice menu, it's less confusing if the list
5174 isn't missing some choices that were identical and yet distinct. */
5175 if (symbols_are_identical_enums (syms, nsyms))
5176 nsyms = 1;
5177
5178 return nsyms;
5179 }
5180
5181 /* Given a type that corresponds to a renaming entity, use the type name
5182 to extract the scope (package name or function name, fully qualified,
5183 and following the GNAT encoding convention) where this renaming has been
5184 defined. The string returned needs to be deallocated after use. */
5185
5186 static char *
5187 xget_renaming_scope (struct type *renaming_type)
5188 {
5189 /* The renaming types adhere to the following convention:
5190 <scope>__<rename>___<XR extension>.
5191 So, to extract the scope, we search for the "___XR" extension,
5192 and then backtrack until we find the first "__". */
5193
5194 const char *name = type_name_no_tag (renaming_type);
5195 const char *suffix = strstr (name, "___XR");
5196 const char *last;
5197 int scope_len;
5198 char *scope;
5199
5200 /* Now, backtrack a bit until we find the first "__". Start looking
5201 at suffix - 3, as the <rename> part is at least one character long. */
5202
5203 for (last = suffix - 3; last > name; last--)
5204 if (last[0] == '_' && last[1] == '_')
5205 break;
5206
5207 /* Make a copy of scope and return it. */
5208
5209 scope_len = last - name;
5210 scope = (char *) xmalloc ((scope_len + 1) * sizeof (char));
5211
5212 strncpy (scope, name, scope_len);
5213 scope[scope_len] = '\0';
5214
5215 return scope;
5216 }
5217
5218 /* Return nonzero if NAME corresponds to a package name. */
5219
5220 static int
5221 is_package_name (const char *name)
5222 {
5223 /* Here, We take advantage of the fact that no symbols are generated
5224 for packages, while symbols are generated for each function.
5225 So the condition for NAME represent a package becomes equivalent
5226 to NAME not existing in our list of symbols. There is only one
5227 small complication with library-level functions (see below). */
5228
5229 char *fun_name;
5230
5231 /* If it is a function that has not been defined at library level,
5232 then we should be able to look it up in the symbols. */
5233 if (standard_lookup (name, NULL, VAR_DOMAIN) != NULL)
5234 return 0;
5235
5236 /* Library-level function names start with "_ada_". See if function
5237 "_ada_" followed by NAME can be found. */
5238
5239 /* Do a quick check that NAME does not contain "__", since library-level
5240 functions names cannot contain "__" in them. */
5241 if (strstr (name, "__") != NULL)
5242 return 0;
5243
5244 fun_name = xstrprintf ("_ada_%s", name);
5245
5246 return (standard_lookup (fun_name, NULL, VAR_DOMAIN) == NULL);
5247 }
5248
5249 /* Return nonzero if SYM corresponds to a renaming entity that is
5250 not visible from FUNCTION_NAME. */
5251
5252 static int
5253 old_renaming_is_invisible (const struct symbol *sym, const char *function_name)
5254 {
5255 char *scope;
5256 struct cleanup *old_chain;
5257
5258 if (SYMBOL_CLASS (sym) != LOC_TYPEDEF)
5259 return 0;
5260
5261 scope = xget_renaming_scope (SYMBOL_TYPE (sym));
5262 old_chain = make_cleanup (xfree, scope);
5263
5264 /* If the rename has been defined in a package, then it is visible. */
5265 if (is_package_name (scope))
5266 {
5267 do_cleanups (old_chain);
5268 return 0;
5269 }
5270
5271 /* Check that the rename is in the current function scope by checking
5272 that its name starts with SCOPE. */
5273
5274 /* If the function name starts with "_ada_", it means that it is
5275 a library-level function. Strip this prefix before doing the
5276 comparison, as the encoding for the renaming does not contain
5277 this prefix. */
5278 if (startswith (function_name, "_ada_"))
5279 function_name += 5;
5280
5281 {
5282 int is_invisible = !startswith (function_name, scope);
5283
5284 do_cleanups (old_chain);
5285 return is_invisible;
5286 }
5287 }
5288
5289 /* Remove entries from SYMS that corresponds to a renaming entity that
5290 is not visible from the function associated with CURRENT_BLOCK or
5291 that is superfluous due to the presence of more specific renaming
5292 information. Places surviving symbols in the initial entries of
5293 SYMS and returns the number of surviving symbols.
5294
5295 Rationale:
5296 First, in cases where an object renaming is implemented as a
5297 reference variable, GNAT may produce both the actual reference
5298 variable and the renaming encoding. In this case, we discard the
5299 latter.
5300
5301 Second, GNAT emits a type following a specified encoding for each renaming
5302 entity. Unfortunately, STABS currently does not support the definition
5303 of types that are local to a given lexical block, so all renamings types
5304 are emitted at library level. As a consequence, if an application
5305 contains two renaming entities using the same name, and a user tries to
5306 print the value of one of these entities, the result of the ada symbol
5307 lookup will also contain the wrong renaming type.
5308
5309 This function partially covers for this limitation by attempting to
5310 remove from the SYMS list renaming symbols that should be visible
5311 from CURRENT_BLOCK. However, there does not seem be a 100% reliable
5312 method with the current information available. The implementation
5313 below has a couple of limitations (FIXME: brobecker-2003-05-12):
5314
5315 - When the user tries to print a rename in a function while there
5316 is another rename entity defined in a package: Normally, the
5317 rename in the function has precedence over the rename in the
5318 package, so the latter should be removed from the list. This is
5319 currently not the case.
5320
5321 - This function will incorrectly remove valid renames if
5322 the CURRENT_BLOCK corresponds to a function which symbol name
5323 has been changed by an "Export" pragma. As a consequence,
5324 the user will be unable to print such rename entities. */
5325
5326 static int
5327 remove_irrelevant_renamings (struct block_symbol *syms,
5328 int nsyms, const struct block *current_block)
5329 {
5330 struct symbol *current_function;
5331 const char *current_function_name;
5332 int i;
5333 int is_new_style_renaming;
5334
5335 /* If there is both a renaming foo___XR... encoded as a variable and
5336 a simple variable foo in the same block, discard the latter.
5337 First, zero out such symbols, then compress. */
5338 is_new_style_renaming = 0;
5339 for (i = 0; i < nsyms; i += 1)
5340 {
5341 struct symbol *sym = syms[i].symbol;
5342 const struct block *block = syms[i].block;
5343 const char *name;
5344 const char *suffix;
5345
5346 if (sym == NULL || SYMBOL_CLASS (sym) == LOC_TYPEDEF)
5347 continue;
5348 name = SYMBOL_LINKAGE_NAME (sym);
5349 suffix = strstr (name, "___XR");
5350
5351 if (suffix != NULL)
5352 {
5353 int name_len = suffix - name;
5354 int j;
5355
5356 is_new_style_renaming = 1;
5357 for (j = 0; j < nsyms; j += 1)
5358 if (i != j && syms[j].symbol != NULL
5359 && strncmp (name, SYMBOL_LINKAGE_NAME (syms[j].symbol),
5360 name_len) == 0
5361 && block == syms[j].block)
5362 syms[j].symbol = NULL;
5363 }
5364 }
5365 if (is_new_style_renaming)
5366 {
5367 int j, k;
5368
5369 for (j = k = 0; j < nsyms; j += 1)
5370 if (syms[j].symbol != NULL)
5371 {
5372 syms[k] = syms[j];
5373 k += 1;
5374 }
5375 return k;
5376 }
5377
5378 /* Extract the function name associated to CURRENT_BLOCK.
5379 Abort if unable to do so. */
5380
5381 if (current_block == NULL)
5382 return nsyms;
5383
5384 current_function = block_linkage_function (current_block);
5385 if (current_function == NULL)
5386 return nsyms;
5387
5388 current_function_name = SYMBOL_LINKAGE_NAME (current_function);
5389 if (current_function_name == NULL)
5390 return nsyms;
5391
5392 /* Check each of the symbols, and remove it from the list if it is
5393 a type corresponding to a renaming that is out of the scope of
5394 the current block. */
5395
5396 i = 0;
5397 while (i < nsyms)
5398 {
5399 if (ada_parse_renaming (syms[i].symbol, NULL, NULL, NULL)
5400 == ADA_OBJECT_RENAMING
5401 && old_renaming_is_invisible (syms[i].symbol, current_function_name))
5402 {
5403 int j;
5404
5405 for (j = i + 1; j < nsyms; j += 1)
5406 syms[j - 1] = syms[j];
5407 nsyms -= 1;
5408 }
5409 else
5410 i += 1;
5411 }
5412
5413 return nsyms;
5414 }
5415
5416 /* Add to OBSTACKP all symbols from BLOCK (and its super-blocks)
5417 whose name and domain match NAME and DOMAIN respectively.
5418 If no match was found, then extend the search to "enclosing"
5419 routines (in other words, if we're inside a nested function,
5420 search the symbols defined inside the enclosing functions).
5421 If WILD_MATCH_P is nonzero, perform the naming matching in
5422 "wild" mode (see function "wild_match" for more info).
5423
5424 Note: This function assumes that OBSTACKP has 0 (zero) element in it. */
5425
5426 static void
5427 ada_add_local_symbols (struct obstack *obstackp, const char *name,
5428 const struct block *block, domain_enum domain,
5429 int wild_match_p)
5430 {
5431 int block_depth = 0;
5432
5433 while (block != NULL)
5434 {
5435 block_depth += 1;
5436 ada_add_block_symbols (obstackp, block, name, domain, NULL,
5437 wild_match_p);
5438
5439 /* If we found a non-function match, assume that's the one. */
5440 if (is_nonfunction (defns_collected (obstackp, 0),
5441 num_defns_collected (obstackp)))
5442 return;
5443
5444 block = BLOCK_SUPERBLOCK (block);
5445 }
5446
5447 /* If no luck so far, try to find NAME as a local symbol in some lexically
5448 enclosing subprogram. */
5449 if (num_defns_collected (obstackp) == 0 && block_depth > 2)
5450 add_symbols_from_enclosing_procs (obstackp, name, domain, wild_match_p);
5451 }
5452
5453 /* An object of this type is used as the user_data argument when
5454 calling the map_matching_symbols method. */
5455
5456 struct match_data
5457 {
5458 struct objfile *objfile;
5459 struct obstack *obstackp;
5460 struct symbol *arg_sym;
5461 int found_sym;
5462 };
5463
5464 /* A callback for add_nonlocal_symbols that adds SYM, found in BLOCK,
5465 to a list of symbols. DATA0 is a pointer to a struct match_data *
5466 containing the obstack that collects the symbol list, the file that SYM
5467 must come from, a flag indicating whether a non-argument symbol has
5468 been found in the current block, and the last argument symbol
5469 passed in SYM within the current block (if any). When SYM is null,
5470 marking the end of a block, the argument symbol is added if no
5471 other has been found. */
5472
5473 static int
5474 aux_add_nonlocal_symbols (struct block *block, struct symbol *sym, void *data0)
5475 {
5476 struct match_data *data = (struct match_data *) data0;
5477
5478 if (sym == NULL)
5479 {
5480 if (!data->found_sym && data->arg_sym != NULL)
5481 add_defn_to_vec (data->obstackp,
5482 fixup_symbol_section (data->arg_sym, data->objfile),
5483 block);
5484 data->found_sym = 0;
5485 data->arg_sym = NULL;
5486 }
5487 else
5488 {
5489 if (SYMBOL_CLASS (sym) == LOC_UNRESOLVED)
5490 return 0;
5491 else if (SYMBOL_IS_ARGUMENT (sym))
5492 data->arg_sym = sym;
5493 else
5494 {
5495 data->found_sym = 1;
5496 add_defn_to_vec (data->obstackp,
5497 fixup_symbol_section (sym, data->objfile),
5498 block);
5499 }
5500 }
5501 return 0;
5502 }
5503
5504 /* Helper for add_nonlocal_symbols. Find symbols in DOMAIN which are targetted
5505 by renamings matching NAME in BLOCK. Add these symbols to OBSTACKP. If
5506 WILD_MATCH_P is nonzero, perform the naming matching in "wild" mode (see
5507 function "wild_match" for more information). Return whether we found such
5508 symbols. */
5509
5510 static int
5511 ada_add_block_renamings (struct obstack *obstackp,
5512 const struct block *block,
5513 const char *name,
5514 domain_enum domain,
5515 int wild_match_p)
5516 {
5517 struct using_direct *renaming;
5518 int defns_mark = num_defns_collected (obstackp);
5519
5520 for (renaming = block_using (block);
5521 renaming != NULL;
5522 renaming = renaming->next)
5523 {
5524 const char *r_name;
5525 int name_match;
5526
5527 /* Avoid infinite recursions: skip this renaming if we are actually
5528 already traversing it.
5529
5530 Currently, symbol lookup in Ada don't use the namespace machinery from
5531 C++/Fortran support: skip namespace imports that use them. */
5532 if (renaming->searched
5533 || (renaming->import_src != NULL
5534 && renaming->import_src[0] != '\0')
5535 || (renaming->import_dest != NULL
5536 && renaming->import_dest[0] != '\0'))
5537 continue;
5538 renaming->searched = 1;
5539
5540 /* TODO: here, we perform another name-based symbol lookup, which can
5541 pull its own multiple overloads. In theory, we should be able to do
5542 better in this case since, in DWARF, DW_AT_import is a DIE reference,
5543 not a simple name. But in order to do this, we would need to enhance
5544 the DWARF reader to associate a symbol to this renaming, instead of a
5545 name. So, for now, we do something simpler: re-use the C++/Fortran
5546 namespace machinery. */
5547 r_name = (renaming->alias != NULL
5548 ? renaming->alias
5549 : renaming->declaration);
5550 name_match
5551 = wild_match_p ? wild_match (r_name, name) : strcmp (r_name, name);
5552 if (name_match == 0)
5553 ada_add_all_symbols (obstackp, block, renaming->declaration, domain,
5554 1, NULL);
5555 renaming->searched = 0;
5556 }
5557 return num_defns_collected (obstackp) != defns_mark;
5558 }
5559
5560 /* Implements compare_names, but only applying the comparision using
5561 the given CASING. */
5562
5563 static int
5564 compare_names_with_case (const char *string1, const char *string2,
5565 enum case_sensitivity casing)
5566 {
5567 while (*string1 != '\0' && *string2 != '\0')
5568 {
5569 char c1, c2;
5570
5571 if (isspace (*string1) || isspace (*string2))
5572 return strcmp_iw_ordered (string1, string2);
5573
5574 if (casing == case_sensitive_off)
5575 {
5576 c1 = tolower (*string1);
5577 c2 = tolower (*string2);
5578 }
5579 else
5580 {
5581 c1 = *string1;
5582 c2 = *string2;
5583 }
5584 if (c1 != c2)
5585 break;
5586
5587 string1 += 1;
5588 string2 += 1;
5589 }
5590
5591 switch (*string1)
5592 {
5593 case '(':
5594 return strcmp_iw_ordered (string1, string2);
5595 case '_':
5596 if (*string2 == '\0')
5597 {
5598 if (is_name_suffix (string1))
5599 return 0;
5600 else
5601 return 1;
5602 }
5603 /* FALLTHROUGH */
5604 default:
5605 if (*string2 == '(')
5606 return strcmp_iw_ordered (string1, string2);
5607 else
5608 {
5609 if (casing == case_sensitive_off)
5610 return tolower (*string1) - tolower (*string2);
5611 else
5612 return *string1 - *string2;
5613 }
5614 }
5615 }
5616
5617 /* Compare STRING1 to STRING2, with results as for strcmp.
5618 Compatible with strcmp_iw_ordered in that...
5619
5620 strcmp_iw_ordered (STRING1, STRING2) <= 0
5621
5622 ... implies...
5623
5624 compare_names (STRING1, STRING2) <= 0
5625
5626 (they may differ as to what symbols compare equal). */
5627
5628 static int
5629 compare_names (const char *string1, const char *string2)
5630 {
5631 int result;
5632
5633 /* Similar to what strcmp_iw_ordered does, we need to perform
5634 a case-insensitive comparison first, and only resort to
5635 a second, case-sensitive, comparison if the first one was
5636 not sufficient to differentiate the two strings. */
5637
5638 result = compare_names_with_case (string1, string2, case_sensitive_off);
5639 if (result == 0)
5640 result = compare_names_with_case (string1, string2, case_sensitive_on);
5641
5642 return result;
5643 }
5644
5645 /* Add to OBSTACKP all non-local symbols whose name and domain match
5646 NAME and DOMAIN respectively. The search is performed on GLOBAL_BLOCK
5647 symbols if GLOBAL is non-zero, or on STATIC_BLOCK symbols otherwise. */
5648
5649 static void
5650 add_nonlocal_symbols (struct obstack *obstackp, const char *name,
5651 domain_enum domain, int global,
5652 int is_wild_match)
5653 {
5654 struct objfile *objfile;
5655 struct compunit_symtab *cu;
5656 struct match_data data;
5657
5658 memset (&data, 0, sizeof data);
5659 data.obstackp = obstackp;
5660
5661 ALL_OBJFILES (objfile)
5662 {
5663 data.objfile = objfile;
5664
5665 if (is_wild_match)
5666 objfile->sf->qf->map_matching_symbols (objfile, name, domain, global,
5667 aux_add_nonlocal_symbols, &data,
5668 wild_match, NULL);
5669 else
5670 objfile->sf->qf->map_matching_symbols (objfile, name, domain, global,
5671 aux_add_nonlocal_symbols, &data,
5672 full_match, compare_names);
5673
5674 ALL_OBJFILE_COMPUNITS (objfile, cu)
5675 {
5676 const struct block *global_block
5677 = BLOCKVECTOR_BLOCK (COMPUNIT_BLOCKVECTOR (cu), GLOBAL_BLOCK);
5678
5679 if (ada_add_block_renamings (obstackp, global_block , name, domain,
5680 is_wild_match))
5681 data.found_sym = 1;
5682 }
5683 }
5684
5685 if (num_defns_collected (obstackp) == 0 && global && !is_wild_match)
5686 {
5687 ALL_OBJFILES (objfile)
5688 {
5689 char *name1 = (char *) alloca (strlen (name) + sizeof ("_ada_"));
5690 strcpy (name1, "_ada_");
5691 strcpy (name1 + sizeof ("_ada_") - 1, name);
5692 data.objfile = objfile;
5693 objfile->sf->qf->map_matching_symbols (objfile, name1, domain,
5694 global,
5695 aux_add_nonlocal_symbols,
5696 &data,
5697 full_match, compare_names);
5698 }
5699 }
5700 }
5701
5702 /* Find symbols in DOMAIN matching NAME, in BLOCK and, if FULL_SEARCH is
5703 non-zero, enclosing scope and in global scopes, returning the number of
5704 matches. Add these to OBSTACKP.
5705
5706 When FULL_SEARCH is non-zero, any non-function/non-enumeral
5707 symbol match within the nest of blocks whose innermost member is BLOCK,
5708 is the one match returned (no other matches in that or
5709 enclosing blocks is returned). If there are any matches in or
5710 surrounding BLOCK, then these alone are returned.
5711
5712 Names prefixed with "standard__" are handled specially: "standard__"
5713 is first stripped off, and only static and global symbols are searched.
5714
5715 If MADE_GLOBAL_LOOKUP_P is non-null, set it before return to whether we had
5716 to lookup global symbols. */
5717
5718 static void
5719 ada_add_all_symbols (struct obstack *obstackp,
5720 const struct block *block,
5721 const char *name,
5722 domain_enum domain,
5723 int full_search,
5724 int *made_global_lookup_p)
5725 {
5726 struct symbol *sym;
5727 const int wild_match_p = should_use_wild_match (name);
5728
5729 if (made_global_lookup_p)
5730 *made_global_lookup_p = 0;
5731
5732 /* Special case: If the user specifies a symbol name inside package
5733 Standard, do a non-wild matching of the symbol name without
5734 the "standard__" prefix. This was primarily introduced in order
5735 to allow the user to specifically access the standard exceptions
5736 using, for instance, Standard.Constraint_Error when Constraint_Error
5737 is ambiguous (due to the user defining its own Constraint_Error
5738 entity inside its program). */
5739 if (startswith (name, "standard__"))
5740 {
5741 block = NULL;
5742 name = name + sizeof ("standard__") - 1;
5743 }
5744
5745 /* Check the non-global symbols. If we have ANY match, then we're done. */
5746
5747 if (block != NULL)
5748 {
5749 if (full_search)
5750 ada_add_local_symbols (obstackp, name, block, domain, wild_match_p);
5751 else
5752 {
5753 /* In the !full_search case we're are being called by
5754 ada_iterate_over_symbols, and we don't want to search
5755 superblocks. */
5756 ada_add_block_symbols (obstackp, block, name, domain, NULL,
5757 wild_match_p);
5758 }
5759 if (num_defns_collected (obstackp) > 0 || !full_search)
5760 return;
5761 }
5762
5763 /* No non-global symbols found. Check our cache to see if we have
5764 already performed this search before. If we have, then return
5765 the same result. */
5766
5767 if (lookup_cached_symbol (name, domain, &sym, &block))
5768 {
5769 if (sym != NULL)
5770 add_defn_to_vec (obstackp, sym, block);
5771 return;
5772 }
5773
5774 if (made_global_lookup_p)
5775 *made_global_lookup_p = 1;
5776
5777 /* Search symbols from all global blocks. */
5778
5779 add_nonlocal_symbols (obstackp, name, domain, 1, wild_match_p);
5780
5781 /* Now add symbols from all per-file blocks if we've gotten no hits
5782 (not strictly correct, but perhaps better than an error). */
5783
5784 if (num_defns_collected (obstackp) == 0)
5785 add_nonlocal_symbols (obstackp, name, domain, 0, wild_match_p);
5786 }
5787
5788 /* Find symbols in DOMAIN matching NAME, in BLOCK and, if full_search is
5789 non-zero, enclosing scope and in global scopes, returning the number of
5790 matches.
5791 Sets *RESULTS to point to a vector of (SYM,BLOCK) tuples,
5792 indicating the symbols found and the blocks and symbol tables (if
5793 any) in which they were found. This vector is transient---good only to
5794 the next call of ada_lookup_symbol_list.
5795
5796 When full_search is non-zero, any non-function/non-enumeral
5797 symbol match within the nest of blocks whose innermost member is BLOCK,
5798 is the one match returned (no other matches in that or
5799 enclosing blocks is returned). If there are any matches in or
5800 surrounding BLOCK, then these alone are returned.
5801
5802 Names prefixed with "standard__" are handled specially: "standard__"
5803 is first stripped off, and only static and global symbols are searched. */
5804
5805 static int
5806 ada_lookup_symbol_list_worker (const char *name, const struct block *block,
5807 domain_enum domain,
5808 struct block_symbol **results,
5809 int full_search)
5810 {
5811 const int wild_match_p = should_use_wild_match (name);
5812 int syms_from_global_search;
5813 int ndefns;
5814
5815 obstack_free (&symbol_list_obstack, NULL);
5816 obstack_init (&symbol_list_obstack);
5817 ada_add_all_symbols (&symbol_list_obstack, block, name, domain,
5818 full_search, &syms_from_global_search);
5819
5820 ndefns = num_defns_collected (&symbol_list_obstack);
5821 *results = defns_collected (&symbol_list_obstack, 1);
5822
5823 ndefns = remove_extra_symbols (*results, ndefns);
5824
5825 if (ndefns == 0 && full_search && syms_from_global_search)
5826 cache_symbol (name, domain, NULL, NULL);
5827
5828 if (ndefns == 1 && full_search && syms_from_global_search)
5829 cache_symbol (name, domain, (*results)[0].symbol, (*results)[0].block);
5830
5831 ndefns = remove_irrelevant_renamings (*results, ndefns, block);
5832 return ndefns;
5833 }
5834
5835 /* Find symbols in DOMAIN matching NAME0, in BLOCK0 and enclosing scope and
5836 in global scopes, returning the number of matches, and setting *RESULTS
5837 to a vector of (SYM,BLOCK) tuples.
5838 See ada_lookup_symbol_list_worker for further details. */
5839
5840 int
5841 ada_lookup_symbol_list (const char *name0, const struct block *block0,
5842 domain_enum domain, struct block_symbol **results)
5843 {
5844 return ada_lookup_symbol_list_worker (name0, block0, domain, results, 1);
5845 }
5846
5847 /* Implementation of the la_iterate_over_symbols method. */
5848
5849 static void
5850 ada_iterate_over_symbols
5851 (const struct block *block, const char *name, domain_enum domain,
5852 gdb::function_view<symbol_found_callback_ftype> callback)
5853 {
5854 int ndefs, i;
5855 struct block_symbol *results;
5856
5857 ndefs = ada_lookup_symbol_list_worker (name, block, domain, &results, 0);
5858 for (i = 0; i < ndefs; ++i)
5859 {
5860 if (!callback (results[i].symbol))
5861 break;
5862 }
5863 }
5864
5865 /* If NAME is the name of an entity, return a string that should
5866 be used to look that entity up in Ada units.
5867
5868 NAME can have any form that the "break" or "print" commands might
5869 recognize. In other words, it does not have to be the "natural"
5870 name, or the "encoded" name. */
5871
5872 std::string
5873 ada_name_for_lookup (const char *name)
5874 {
5875 int nlen = strlen (name);
5876
5877 if (name[0] == '<' && name[nlen - 1] == '>')
5878 return std::string (name + 1, nlen - 2);
5879 else
5880 return ada_encode (ada_fold_name (name));
5881 }
5882
5883 /* The result is as for ada_lookup_symbol_list with FULL_SEARCH set
5884 to 1, but choosing the first symbol found if there are multiple
5885 choices.
5886
5887 The result is stored in *INFO, which must be non-NULL.
5888 If no match is found, INFO->SYM is set to NULL. */
5889
5890 void
5891 ada_lookup_encoded_symbol (const char *name, const struct block *block,
5892 domain_enum domain,
5893 struct block_symbol *info)
5894 {
5895 struct block_symbol *candidates;
5896 int n_candidates;
5897
5898 gdb_assert (info != NULL);
5899 memset (info, 0, sizeof (struct block_symbol));
5900
5901 n_candidates = ada_lookup_symbol_list (name, block, domain, &candidates);
5902 if (n_candidates == 0)
5903 return;
5904
5905 *info = candidates[0];
5906 info->symbol = fixup_symbol_section (info->symbol, NULL);
5907 }
5908
5909 /* Return a symbol in DOMAIN matching NAME, in BLOCK0 and enclosing
5910 scope and in global scopes, or NULL if none. NAME is folded and
5911 encoded first. Otherwise, the result is as for ada_lookup_symbol_list,
5912 choosing the first symbol if there are multiple choices.
5913 If IS_A_FIELD_OF_THIS is not NULL, it is set to zero. */
5914
5915 struct block_symbol
5916 ada_lookup_symbol (const char *name, const struct block *block0,
5917 domain_enum domain, int *is_a_field_of_this)
5918 {
5919 struct block_symbol info;
5920
5921 if (is_a_field_of_this != NULL)
5922 *is_a_field_of_this = 0;
5923
5924 ada_lookup_encoded_symbol (ada_encode (ada_fold_name (name)),
5925 block0, domain, &info);
5926 return info;
5927 }
5928
5929 static struct block_symbol
5930 ada_lookup_symbol_nonlocal (const struct language_defn *langdef,
5931 const char *name,
5932 const struct block *block,
5933 const domain_enum domain)
5934 {
5935 struct block_symbol sym;
5936
5937 sym = ada_lookup_symbol (name, block_static_block (block), domain, NULL);
5938 if (sym.symbol != NULL)
5939 return sym;
5940
5941 /* If we haven't found a match at this point, try the primitive
5942 types. In other languages, this search is performed before
5943 searching for global symbols in order to short-circuit that
5944 global-symbol search if it happens that the name corresponds
5945 to a primitive type. But we cannot do the same in Ada, because
5946 it is perfectly legitimate for a program to declare a type which
5947 has the same name as a standard type. If looking up a type in
5948 that situation, we have traditionally ignored the primitive type
5949 in favor of user-defined types. This is why, unlike most other
5950 languages, we search the primitive types this late and only after
5951 having searched the global symbols without success. */
5952
5953 if (domain == VAR_DOMAIN)
5954 {
5955 struct gdbarch *gdbarch;
5956
5957 if (block == NULL)
5958 gdbarch = target_gdbarch ();
5959 else
5960 gdbarch = block_gdbarch (block);
5961 sym.symbol = language_lookup_primitive_type_as_symbol (langdef, gdbarch, name);
5962 if (sym.symbol != NULL)
5963 return sym;
5964 }
5965
5966 return (struct block_symbol) {NULL, NULL};
5967 }
5968
5969
5970 /* True iff STR is a possible encoded suffix of a normal Ada name
5971 that is to be ignored for matching purposes. Suffixes of parallel
5972 names (e.g., XVE) are not included here. Currently, the possible suffixes
5973 are given by any of the regular expressions:
5974
5975 [.$][0-9]+ [nested subprogram suffix, on platforms such as GNU/Linux]
5976 ___[0-9]+ [nested subprogram suffix, on platforms such as HP/UX]
5977 TKB [subprogram suffix for task bodies]
5978 _E[0-9]+[bs]$ [protected object entry suffixes]
5979 (X[nb]*)?((\$|__)[0-9](_?[0-9]+)|___(JM|LJM|X([FDBUP].*|R[^T]?)))?$
5980
5981 Also, any leading "__[0-9]+" sequence is skipped before the suffix
5982 match is performed. This sequence is used to differentiate homonyms,
5983 is an optional part of a valid name suffix. */
5984
5985 static int
5986 is_name_suffix (const char *str)
5987 {
5988 int k;
5989 const char *matching;
5990 const int len = strlen (str);
5991
5992 /* Skip optional leading __[0-9]+. */
5993
5994 if (len > 3 && str[0] == '_' && str[1] == '_' && isdigit (str[2]))
5995 {
5996 str += 3;
5997 while (isdigit (str[0]))
5998 str += 1;
5999 }
6000
6001 /* [.$][0-9]+ */
6002
6003 if (str[0] == '.' || str[0] == '$')
6004 {
6005 matching = str + 1;
6006 while (isdigit (matching[0]))
6007 matching += 1;
6008 if (matching[0] == '\0')
6009 return 1;
6010 }
6011
6012 /* ___[0-9]+ */
6013
6014 if (len > 3 && str[0] == '_' && str[1] == '_' && str[2] == '_')
6015 {
6016 matching = str + 3;
6017 while (isdigit (matching[0]))
6018 matching += 1;
6019 if (matching[0] == '\0')
6020 return 1;
6021 }
6022
6023 /* "TKB" suffixes are used for subprograms implementing task bodies. */
6024
6025 if (strcmp (str, "TKB") == 0)
6026 return 1;
6027
6028 #if 0
6029 /* FIXME: brobecker/2005-09-23: Protected Object subprograms end
6030 with a N at the end. Unfortunately, the compiler uses the same
6031 convention for other internal types it creates. So treating
6032 all entity names that end with an "N" as a name suffix causes
6033 some regressions. For instance, consider the case of an enumerated
6034 type. To support the 'Image attribute, it creates an array whose
6035 name ends with N.
6036 Having a single character like this as a suffix carrying some
6037 information is a bit risky. Perhaps we should change the encoding
6038 to be something like "_N" instead. In the meantime, do not do
6039 the following check. */
6040 /* Protected Object Subprograms */
6041 if (len == 1 && str [0] == 'N')
6042 return 1;
6043 #endif
6044
6045 /* _E[0-9]+[bs]$ */
6046 if (len > 3 && str[0] == '_' && str [1] == 'E' && isdigit (str[2]))
6047 {
6048 matching = str + 3;
6049 while (isdigit (matching[0]))
6050 matching += 1;
6051 if ((matching[0] == 'b' || matching[0] == 's')
6052 && matching [1] == '\0')
6053 return 1;
6054 }
6055
6056 /* ??? We should not modify STR directly, as we are doing below. This
6057 is fine in this case, but may become problematic later if we find
6058 that this alternative did not work, and want to try matching
6059 another one from the begining of STR. Since we modified it, we
6060 won't be able to find the begining of the string anymore! */
6061 if (str[0] == 'X')
6062 {
6063 str += 1;
6064 while (str[0] != '_' && str[0] != '\0')
6065 {
6066 if (str[0] != 'n' && str[0] != 'b')
6067 return 0;
6068 str += 1;
6069 }
6070 }
6071
6072 if (str[0] == '\000')
6073 return 1;
6074
6075 if (str[0] == '_')
6076 {
6077 if (str[1] != '_' || str[2] == '\000')
6078 return 0;
6079 if (str[2] == '_')
6080 {
6081 if (strcmp (str + 3, "JM") == 0)
6082 return 1;
6083 /* FIXME: brobecker/2004-09-30: GNAT will soon stop using
6084 the LJM suffix in favor of the JM one. But we will
6085 still accept LJM as a valid suffix for a reasonable
6086 amount of time, just to allow ourselves to debug programs
6087 compiled using an older version of GNAT. */
6088 if (strcmp (str + 3, "LJM") == 0)
6089 return 1;
6090 if (str[3] != 'X')
6091 return 0;
6092 if (str[4] == 'F' || str[4] == 'D' || str[4] == 'B'
6093 || str[4] == 'U' || str[4] == 'P')
6094 return 1;
6095 if (str[4] == 'R' && str[5] != 'T')
6096 return 1;
6097 return 0;
6098 }
6099 if (!isdigit (str[2]))
6100 return 0;
6101 for (k = 3; str[k] != '\0'; k += 1)
6102 if (!isdigit (str[k]) && str[k] != '_')
6103 return 0;
6104 return 1;
6105 }
6106 if (str[0] == '$' && isdigit (str[1]))
6107 {
6108 for (k = 2; str[k] != '\0'; k += 1)
6109 if (!isdigit (str[k]) && str[k] != '_')
6110 return 0;
6111 return 1;
6112 }
6113 return 0;
6114 }
6115
6116 /* Return non-zero if the string starting at NAME and ending before
6117 NAME_END contains no capital letters. */
6118
6119 static int
6120 is_valid_name_for_wild_match (const char *name0)
6121 {
6122 const char *decoded_name = ada_decode (name0);
6123 int i;
6124
6125 /* If the decoded name starts with an angle bracket, it means that
6126 NAME0 does not follow the GNAT encoding format. It should then
6127 not be allowed as a possible wild match. */
6128 if (decoded_name[0] == '<')
6129 return 0;
6130
6131 for (i=0; decoded_name[i] != '\0'; i++)
6132 if (isalpha (decoded_name[i]) && !islower (decoded_name[i]))
6133 return 0;
6134
6135 return 1;
6136 }
6137
6138 /* Advance *NAMEP to next occurrence of TARGET0 in the string NAME0
6139 that could start a simple name. Assumes that *NAMEP points into
6140 the string beginning at NAME0. */
6141
6142 static int
6143 advance_wild_match (const char **namep, const char *name0, int target0)
6144 {
6145 const char *name = *namep;
6146
6147 while (1)
6148 {
6149 int t0, t1;
6150
6151 t0 = *name;
6152 if (t0 == '_')
6153 {
6154 t1 = name[1];
6155 if ((t1 >= 'a' && t1 <= 'z') || (t1 >= '0' && t1 <= '9'))
6156 {
6157 name += 1;
6158 if (name == name0 + 5 && startswith (name0, "_ada"))
6159 break;
6160 else
6161 name += 1;
6162 }
6163 else if (t1 == '_' && ((name[2] >= 'a' && name[2] <= 'z')
6164 || name[2] == target0))
6165 {
6166 name += 2;
6167 break;
6168 }
6169 else
6170 return 0;
6171 }
6172 else if ((t0 >= 'a' && t0 <= 'z') || (t0 >= '0' && t0 <= '9'))
6173 name += 1;
6174 else
6175 return 0;
6176 }
6177
6178 *namep = name;
6179 return 1;
6180 }
6181
6182 /* Return 0 iff NAME encodes a name of the form prefix.PATN. Ignores any
6183 informational suffixes of NAME (i.e., for which is_name_suffix is
6184 true). Assumes that PATN is a lower-cased Ada simple name. */
6185
6186 static int
6187 wild_match (const char *name, const char *patn)
6188 {
6189 const char *p;
6190 const char *name0 = name;
6191
6192 while (1)
6193 {
6194 const char *match = name;
6195
6196 if (*name == *patn)
6197 {
6198 for (name += 1, p = patn + 1; *p != '\0'; name += 1, p += 1)
6199 if (*p != *name)
6200 break;
6201 if (*p == '\0' && is_name_suffix (name))
6202 return match != name0 && !is_valid_name_for_wild_match (name0);
6203
6204 if (name[-1] == '_')
6205 name -= 1;
6206 }
6207 if (!advance_wild_match (&name, name0, *patn))
6208 return 1;
6209 }
6210 }
6211
6212 /* Returns 0 iff symbol name SYM_NAME matches SEARCH_NAME, apart from
6213 informational suffix. */
6214
6215 static int
6216 full_match (const char *sym_name, const char *search_name)
6217 {
6218 return !match_name (sym_name, search_name, 0);
6219 }
6220
6221
6222 /* Add symbols from BLOCK matching identifier NAME in DOMAIN to
6223 vector *defn_symbols, updating the list of symbols in OBSTACKP
6224 (if necessary). If WILD, treat as NAME with a wildcard prefix.
6225 OBJFILE is the section containing BLOCK. */
6226
6227 static void
6228 ada_add_block_symbols (struct obstack *obstackp,
6229 const struct block *block, const char *name,
6230 domain_enum domain, struct objfile *objfile,
6231 int wild)
6232 {
6233 struct block_iterator iter;
6234 int name_len = strlen (name);
6235 /* A matching argument symbol, if any. */
6236 struct symbol *arg_sym;
6237 /* Set true when we find a matching non-argument symbol. */
6238 int found_sym;
6239 struct symbol *sym;
6240
6241 arg_sym = NULL;
6242 found_sym = 0;
6243 if (wild)
6244 {
6245 for (sym = block_iter_match_first (block, name, wild_match, &iter);
6246 sym != NULL; sym = block_iter_match_next (name, wild_match, &iter))
6247 {
6248 if (symbol_matches_domain (SYMBOL_LANGUAGE (sym),
6249 SYMBOL_DOMAIN (sym), domain)
6250 && wild_match (SYMBOL_LINKAGE_NAME (sym), name) == 0)
6251 {
6252 if (SYMBOL_CLASS (sym) == LOC_UNRESOLVED)
6253 continue;
6254 else if (SYMBOL_IS_ARGUMENT (sym))
6255 arg_sym = sym;
6256 else
6257 {
6258 found_sym = 1;
6259 add_defn_to_vec (obstackp,
6260 fixup_symbol_section (sym, objfile),
6261 block);
6262 }
6263 }
6264 }
6265 }
6266 else
6267 {
6268 for (sym = block_iter_match_first (block, name, full_match, &iter);
6269 sym != NULL; sym = block_iter_match_next (name, full_match, &iter))
6270 {
6271 if (symbol_matches_domain (SYMBOL_LANGUAGE (sym),
6272 SYMBOL_DOMAIN (sym), domain))
6273 {
6274 if (SYMBOL_CLASS (sym) != LOC_UNRESOLVED)
6275 {
6276 if (SYMBOL_IS_ARGUMENT (sym))
6277 arg_sym = sym;
6278 else
6279 {
6280 found_sym = 1;
6281 add_defn_to_vec (obstackp,
6282 fixup_symbol_section (sym, objfile),
6283 block);
6284 }
6285 }
6286 }
6287 }
6288 }
6289
6290 /* Handle renamings. */
6291
6292 if (ada_add_block_renamings (obstackp, block, name, domain, wild))
6293 found_sym = 1;
6294
6295 if (!found_sym && arg_sym != NULL)
6296 {
6297 add_defn_to_vec (obstackp,
6298 fixup_symbol_section (arg_sym, objfile),
6299 block);
6300 }
6301
6302 if (!wild)
6303 {
6304 arg_sym = NULL;
6305 found_sym = 0;
6306
6307 ALL_BLOCK_SYMBOLS (block, iter, sym)
6308 {
6309 if (symbol_matches_domain (SYMBOL_LANGUAGE (sym),
6310 SYMBOL_DOMAIN (sym), domain))
6311 {
6312 int cmp;
6313
6314 cmp = (int) '_' - (int) SYMBOL_LINKAGE_NAME (sym)[0];
6315 if (cmp == 0)
6316 {
6317 cmp = !startswith (SYMBOL_LINKAGE_NAME (sym), "_ada_");
6318 if (cmp == 0)
6319 cmp = strncmp (name, SYMBOL_LINKAGE_NAME (sym) + 5,
6320 name_len);
6321 }
6322
6323 if (cmp == 0
6324 && is_name_suffix (SYMBOL_LINKAGE_NAME (sym) + name_len + 5))
6325 {
6326 if (SYMBOL_CLASS (sym) != LOC_UNRESOLVED)
6327 {
6328 if (SYMBOL_IS_ARGUMENT (sym))
6329 arg_sym = sym;
6330 else
6331 {
6332 found_sym = 1;
6333 add_defn_to_vec (obstackp,
6334 fixup_symbol_section (sym, objfile),
6335 block);
6336 }
6337 }
6338 }
6339 }
6340 }
6341
6342 /* NOTE: This really shouldn't be needed for _ada_ symbols.
6343 They aren't parameters, right? */
6344 if (!found_sym && arg_sym != NULL)
6345 {
6346 add_defn_to_vec (obstackp,
6347 fixup_symbol_section (arg_sym, objfile),
6348 block);
6349 }
6350 }
6351 }
6352 \f
6353
6354 /* Symbol Completion */
6355
6356 /* If SYM_NAME is a completion candidate for TEXT, return this symbol
6357 name in a form that's appropriate for the completion. The result
6358 does not need to be deallocated, but is only good until the next call.
6359
6360 TEXT_LEN is equal to the length of TEXT.
6361 Perform a wild match if WILD_MATCH_P is set.
6362 ENCODED_P should be set if TEXT represents the start of a symbol name
6363 in its encoded form. */
6364
6365 static const char *
6366 symbol_completion_match (const char *sym_name,
6367 const char *text, int text_len,
6368 int wild_match_p, int encoded_p)
6369 {
6370 const int verbatim_match = (text[0] == '<');
6371 int match = 0;
6372
6373 if (verbatim_match)
6374 {
6375 /* Strip the leading angle bracket. */
6376 text = text + 1;
6377 text_len--;
6378 }
6379
6380 /* First, test against the fully qualified name of the symbol. */
6381
6382 if (strncmp (sym_name, text, text_len) == 0)
6383 match = 1;
6384
6385 if (match && !encoded_p)
6386 {
6387 /* One needed check before declaring a positive match is to verify
6388 that iff we are doing a verbatim match, the decoded version
6389 of the symbol name starts with '<'. Otherwise, this symbol name
6390 is not a suitable completion. */
6391 const char *sym_name_copy = sym_name;
6392 int has_angle_bracket;
6393
6394 sym_name = ada_decode (sym_name);
6395 has_angle_bracket = (sym_name[0] == '<');
6396 match = (has_angle_bracket == verbatim_match);
6397 sym_name = sym_name_copy;
6398 }
6399
6400 if (match && !verbatim_match)
6401 {
6402 /* When doing non-verbatim match, another check that needs to
6403 be done is to verify that the potentially matching symbol name
6404 does not include capital letters, because the ada-mode would
6405 not be able to understand these symbol names without the
6406 angle bracket notation. */
6407 const char *tmp;
6408
6409 for (tmp = sym_name; *tmp != '\0' && !isupper (*tmp); tmp++);
6410 if (*tmp != '\0')
6411 match = 0;
6412 }
6413
6414 /* Second: Try wild matching... */
6415
6416 if (!match && wild_match_p)
6417 {
6418 /* Since we are doing wild matching, this means that TEXT
6419 may represent an unqualified symbol name. We therefore must
6420 also compare TEXT against the unqualified name of the symbol. */
6421 sym_name = ada_unqualified_name (ada_decode (sym_name));
6422
6423 if (strncmp (sym_name, text, text_len) == 0)
6424 match = 1;
6425 }
6426
6427 /* Finally: If we found a mach, prepare the result to return. */
6428
6429 if (!match)
6430 return NULL;
6431
6432 if (verbatim_match)
6433 sym_name = add_angle_brackets (sym_name);
6434
6435 if (!encoded_p)
6436 sym_name = ada_decode (sym_name);
6437
6438 return sym_name;
6439 }
6440
6441 /* A companion function to ada_collect_symbol_completion_matches().
6442 Check if SYM_NAME represents a symbol which name would be suitable
6443 to complete TEXT (TEXT_LEN is the length of TEXT), in which case it
6444 is added as a completion match to TRACKER.
6445
6446 ORIG_TEXT is the string original string from the user command
6447 that needs to be completed. WORD is the entire command on which
6448 completion should be performed. These two parameters are used to
6449 determine which part of the symbol name should be added to the
6450 completion vector.
6451 if WILD_MATCH_P is set, then wild matching is performed.
6452 ENCODED_P should be set if TEXT represents a symbol name in its
6453 encoded formed (in which case the completion should also be
6454 encoded). */
6455
6456 static void
6457 symbol_completion_add (completion_tracker &tracker,
6458 const char *sym_name,
6459 const char *text, int text_len,
6460 const char *orig_text, const char *word,
6461 int wild_match_p, int encoded_p)
6462 {
6463 const char *match = symbol_completion_match (sym_name, text, text_len,
6464 wild_match_p, encoded_p);
6465 char *completion;
6466
6467 if (match == NULL)
6468 return;
6469
6470 /* We found a match, so add the appropriate completion to the given
6471 string vector. */
6472
6473 if (word == orig_text)
6474 {
6475 completion = (char *) xmalloc (strlen (match) + 5);
6476 strcpy (completion, match);
6477 }
6478 else if (word > orig_text)
6479 {
6480 /* Return some portion of sym_name. */
6481 completion = (char *) xmalloc (strlen (match) + 5);
6482 strcpy (completion, match + (word - orig_text));
6483 }
6484 else
6485 {
6486 /* Return some of ORIG_TEXT plus sym_name. */
6487 completion = (char *) xmalloc (strlen (match) + (orig_text - word) + 5);
6488 strncpy (completion, word, orig_text - word);
6489 completion[orig_text - word] = '\0';
6490 strcat (completion, match);
6491 }
6492
6493 tracker.add_completion (gdb::unique_xmalloc_ptr<char> (completion));
6494 }
6495
6496 /* Add the list of possible symbol names completing TEXT0 to TRACKER.
6497 WORD is the entire command on which completion is made. */
6498
6499 static void
6500 ada_collect_symbol_completion_matches (completion_tracker &tracker,
6501 complete_symbol_mode mode,
6502 const char *text0, const char *word,
6503 enum type_code code)
6504 {
6505 char *text;
6506 int text_len;
6507 int wild_match_p;
6508 int encoded_p;
6509 struct symbol *sym;
6510 struct compunit_symtab *s;
6511 struct minimal_symbol *msymbol;
6512 struct objfile *objfile;
6513 const struct block *b, *surrounding_static_block = 0;
6514 int i;
6515 struct block_iterator iter;
6516 struct cleanup *old_chain = make_cleanup (null_cleanup, NULL);
6517
6518 gdb_assert (code == TYPE_CODE_UNDEF);
6519
6520 if (text0[0] == '<')
6521 {
6522 text = xstrdup (text0);
6523 make_cleanup (xfree, text);
6524 text_len = strlen (text);
6525 wild_match_p = 0;
6526 encoded_p = 1;
6527 }
6528 else
6529 {
6530 text = xstrdup (ada_encode (text0));
6531 make_cleanup (xfree, text);
6532 text_len = strlen (text);
6533 for (i = 0; i < text_len; i++)
6534 text[i] = tolower (text[i]);
6535
6536 encoded_p = (strstr (text0, "__") != NULL);
6537 /* If the name contains a ".", then the user is entering a fully
6538 qualified entity name, and the match must not be done in wild
6539 mode. Similarly, if the user wants to complete what looks like
6540 an encoded name, the match must not be done in wild mode. */
6541 wild_match_p = (strchr (text0, '.') == NULL && !encoded_p);
6542 }
6543
6544 /* First, look at the partial symtab symbols. */
6545 expand_symtabs_matching (NULL,
6546 [&] (const char *symname)
6547 {
6548 return symbol_completion_match (symname,
6549 text, text_len,
6550 wild_match_p,
6551 encoded_p);
6552 },
6553 NULL,
6554 ALL_DOMAIN);
6555
6556 /* At this point scan through the misc symbol vectors and add each
6557 symbol you find to the list. Eventually we want to ignore
6558 anything that isn't a text symbol (everything else will be
6559 handled by the psymtab code above). */
6560
6561 ALL_MSYMBOLS (objfile, msymbol)
6562 {
6563 QUIT;
6564 symbol_completion_add (tracker, MSYMBOL_LINKAGE_NAME (msymbol),
6565 text, text_len, text0, word, wild_match_p,
6566 encoded_p);
6567 }
6568
6569 /* Search upwards from currently selected frame (so that we can
6570 complete on local vars. */
6571
6572 for (b = get_selected_block (0); b != NULL; b = BLOCK_SUPERBLOCK (b))
6573 {
6574 if (!BLOCK_SUPERBLOCK (b))
6575 surrounding_static_block = b; /* For elmin of dups */
6576
6577 ALL_BLOCK_SYMBOLS (b, iter, sym)
6578 {
6579 symbol_completion_add (tracker, SYMBOL_LINKAGE_NAME (sym),
6580 text, text_len, text0, word,
6581 wild_match_p, encoded_p);
6582 }
6583 }
6584
6585 /* Go through the symtabs and check the externs and statics for
6586 symbols which match. */
6587
6588 ALL_COMPUNITS (objfile, s)
6589 {
6590 QUIT;
6591 b = BLOCKVECTOR_BLOCK (COMPUNIT_BLOCKVECTOR (s), GLOBAL_BLOCK);
6592 ALL_BLOCK_SYMBOLS (b, iter, sym)
6593 {
6594 symbol_completion_add (tracker, SYMBOL_LINKAGE_NAME (sym),
6595 text, text_len, text0, word,
6596 wild_match_p, encoded_p);
6597 }
6598 }
6599
6600 ALL_COMPUNITS (objfile, s)
6601 {
6602 QUIT;
6603 b = BLOCKVECTOR_BLOCK (COMPUNIT_BLOCKVECTOR (s), STATIC_BLOCK);
6604 /* Don't do this block twice. */
6605 if (b == surrounding_static_block)
6606 continue;
6607 ALL_BLOCK_SYMBOLS (b, iter, sym)
6608 {
6609 symbol_completion_add (tracker, SYMBOL_LINKAGE_NAME (sym),
6610 text, text_len, text0, word,
6611 wild_match_p, encoded_p);
6612 }
6613 }
6614
6615 do_cleanups (old_chain);
6616 }
6617
6618 /* Field Access */
6619
6620 /* Return non-zero if TYPE is a pointer to the GNAT dispatch table used
6621 for tagged types. */
6622
6623 static int
6624 ada_is_dispatch_table_ptr_type (struct type *type)
6625 {
6626 const char *name;
6627
6628 if (TYPE_CODE (type) != TYPE_CODE_PTR)
6629 return 0;
6630
6631 name = TYPE_NAME (TYPE_TARGET_TYPE (type));
6632 if (name == NULL)
6633 return 0;
6634
6635 return (strcmp (name, "ada__tags__dispatch_table") == 0);
6636 }
6637
6638 /* Return non-zero if TYPE is an interface tag. */
6639
6640 static int
6641 ada_is_interface_tag (struct type *type)
6642 {
6643 const char *name = TYPE_NAME (type);
6644
6645 if (name == NULL)
6646 return 0;
6647
6648 return (strcmp (name, "ada__tags__interface_tag") == 0);
6649 }
6650
6651 /* True if field number FIELD_NUM in struct or union type TYPE is supposed
6652 to be invisible to users. */
6653
6654 int
6655 ada_is_ignored_field (struct type *type, int field_num)
6656 {
6657 if (field_num < 0 || field_num > TYPE_NFIELDS (type))
6658 return 1;
6659
6660 /* Check the name of that field. */
6661 {
6662 const char *name = TYPE_FIELD_NAME (type, field_num);
6663
6664 /* Anonymous field names should not be printed.
6665 brobecker/2007-02-20: I don't think this can actually happen
6666 but we don't want to print the value of annonymous fields anyway. */
6667 if (name == NULL)
6668 return 1;
6669
6670 /* Normally, fields whose name start with an underscore ("_")
6671 are fields that have been internally generated by the compiler,
6672 and thus should not be printed. The "_parent" field is special,
6673 however: This is a field internally generated by the compiler
6674 for tagged types, and it contains the components inherited from
6675 the parent type. This field should not be printed as is, but
6676 should not be ignored either. */
6677 if (name[0] == '_' && !startswith (name, "_parent"))
6678 return 1;
6679 }
6680
6681 /* If this is the dispatch table of a tagged type or an interface tag,
6682 then ignore. */
6683 if (ada_is_tagged_type (type, 1)
6684 && (ada_is_dispatch_table_ptr_type (TYPE_FIELD_TYPE (type, field_num))
6685 || ada_is_interface_tag (TYPE_FIELD_TYPE (type, field_num))))
6686 return 1;
6687
6688 /* Not a special field, so it should not be ignored. */
6689 return 0;
6690 }
6691
6692 /* True iff TYPE has a tag field. If REFOK, then TYPE may also be a
6693 pointer or reference type whose ultimate target has a tag field. */
6694
6695 int
6696 ada_is_tagged_type (struct type *type, int refok)
6697 {
6698 return (ada_lookup_struct_elt_type (type, "_tag", refok, 1) != NULL);
6699 }
6700
6701 /* True iff TYPE represents the type of X'Tag */
6702
6703 int
6704 ada_is_tag_type (struct type *type)
6705 {
6706 type = ada_check_typedef (type);
6707
6708 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_PTR)
6709 return 0;
6710 else
6711 {
6712 const char *name = ada_type_name (TYPE_TARGET_TYPE (type));
6713
6714 return (name != NULL
6715 && strcmp (name, "ada__tags__dispatch_table") == 0);
6716 }
6717 }
6718
6719 /* The type of the tag on VAL. */
6720
6721 struct type *
6722 ada_tag_type (struct value *val)
6723 {
6724 return ada_lookup_struct_elt_type (value_type (val), "_tag", 1, 0);
6725 }
6726
6727 /* Return 1 if TAG follows the old scheme for Ada tags (used for Ada 95,
6728 retired at Ada 05). */
6729
6730 static int
6731 is_ada95_tag (struct value *tag)
6732 {
6733 return ada_value_struct_elt (tag, "tsd", 1) != NULL;
6734 }
6735
6736 /* The value of the tag on VAL. */
6737
6738 struct value *
6739 ada_value_tag (struct value *val)
6740 {
6741 return ada_value_struct_elt (val, "_tag", 0);
6742 }
6743
6744 /* The value of the tag on the object of type TYPE whose contents are
6745 saved at VALADDR, if it is non-null, or is at memory address
6746 ADDRESS. */
6747
6748 static struct value *
6749 value_tag_from_contents_and_address (struct type *type,
6750 const gdb_byte *valaddr,
6751 CORE_ADDR address)
6752 {
6753 int tag_byte_offset;
6754 struct type *tag_type;
6755
6756 if (find_struct_field ("_tag", type, 0, &tag_type, &tag_byte_offset,
6757 NULL, NULL, NULL))
6758 {
6759 const gdb_byte *valaddr1 = ((valaddr == NULL)
6760 ? NULL
6761 : valaddr + tag_byte_offset);
6762 CORE_ADDR address1 = (address == 0) ? 0 : address + tag_byte_offset;
6763
6764 return value_from_contents_and_address (tag_type, valaddr1, address1);
6765 }
6766 return NULL;
6767 }
6768
6769 static struct type *
6770 type_from_tag (struct value *tag)
6771 {
6772 const char *type_name = ada_tag_name (tag);
6773
6774 if (type_name != NULL)
6775 return ada_find_any_type (ada_encode (type_name));
6776 return NULL;
6777 }
6778
6779 /* Given a value OBJ of a tagged type, return a value of this
6780 type at the base address of the object. The base address, as
6781 defined in Ada.Tags, it is the address of the primary tag of
6782 the object, and therefore where the field values of its full
6783 view can be fetched. */
6784
6785 struct value *
6786 ada_tag_value_at_base_address (struct value *obj)
6787 {
6788 struct value *val;
6789 LONGEST offset_to_top = 0;
6790 struct type *ptr_type, *obj_type;
6791 struct value *tag;
6792 CORE_ADDR base_address;
6793
6794 obj_type = value_type (obj);
6795
6796 /* It is the responsability of the caller to deref pointers. */
6797
6798 if (TYPE_CODE (obj_type) == TYPE_CODE_PTR
6799 || TYPE_CODE (obj_type) == TYPE_CODE_REF)
6800 return obj;
6801
6802 tag = ada_value_tag (obj);
6803 if (!tag)
6804 return obj;
6805
6806 /* Base addresses only appeared with Ada 05 and multiple inheritance. */
6807
6808 if (is_ada95_tag (tag))
6809 return obj;
6810
6811 ptr_type = builtin_type (target_gdbarch ())->builtin_data_ptr;
6812 ptr_type = lookup_pointer_type (ptr_type);
6813 val = value_cast (ptr_type, tag);
6814 if (!val)
6815 return obj;
6816
6817 /* It is perfectly possible that an exception be raised while
6818 trying to determine the base address, just like for the tag;
6819 see ada_tag_name for more details. We do not print the error
6820 message for the same reason. */
6821
6822 TRY
6823 {
6824 offset_to_top = value_as_long (value_ind (value_ptradd (val, -2)));
6825 }
6826
6827 CATCH (e, RETURN_MASK_ERROR)
6828 {
6829 return obj;
6830 }
6831 END_CATCH
6832
6833 /* If offset is null, nothing to do. */
6834
6835 if (offset_to_top == 0)
6836 return obj;
6837
6838 /* -1 is a special case in Ada.Tags; however, what should be done
6839 is not quite clear from the documentation. So do nothing for
6840 now. */
6841
6842 if (offset_to_top == -1)
6843 return obj;
6844
6845 base_address = value_address (obj) - offset_to_top;
6846 tag = value_tag_from_contents_and_address (obj_type, NULL, base_address);
6847
6848 /* Make sure that we have a proper tag at the new address.
6849 Otherwise, offset_to_top is bogus (which can happen when
6850 the object is not initialized yet). */
6851
6852 if (!tag)
6853 return obj;
6854
6855 obj_type = type_from_tag (tag);
6856
6857 if (!obj_type)
6858 return obj;
6859
6860 return value_from_contents_and_address (obj_type, NULL, base_address);
6861 }
6862
6863 /* Return the "ada__tags__type_specific_data" type. */
6864
6865 static struct type *
6866 ada_get_tsd_type (struct inferior *inf)
6867 {
6868 struct ada_inferior_data *data = get_ada_inferior_data (inf);
6869
6870 if (data->tsd_type == 0)
6871 data->tsd_type = ada_find_any_type ("ada__tags__type_specific_data");
6872 return data->tsd_type;
6873 }
6874
6875 /* Return the TSD (type-specific data) associated to the given TAG.
6876 TAG is assumed to be the tag of a tagged-type entity.
6877
6878 May return NULL if we are unable to get the TSD. */
6879
6880 static struct value *
6881 ada_get_tsd_from_tag (struct value *tag)
6882 {
6883 struct value *val;
6884 struct type *type;
6885
6886 /* First option: The TSD is simply stored as a field of our TAG.
6887 Only older versions of GNAT would use this format, but we have
6888 to test it first, because there are no visible markers for
6889 the current approach except the absence of that field. */
6890
6891 val = ada_value_struct_elt (tag, "tsd", 1);
6892 if (val)
6893 return val;
6894
6895 /* Try the second representation for the dispatch table (in which
6896 there is no explicit 'tsd' field in the referent of the tag pointer,
6897 and instead the tsd pointer is stored just before the dispatch
6898 table. */
6899
6900 type = ada_get_tsd_type (current_inferior());
6901 if (type == NULL)
6902 return NULL;
6903 type = lookup_pointer_type (lookup_pointer_type (type));
6904 val = value_cast (type, tag);
6905 if (val == NULL)
6906 return NULL;
6907 return value_ind (value_ptradd (val, -1));
6908 }
6909
6910 /* Given the TSD of a tag (type-specific data), return a string
6911 containing the name of the associated type.
6912
6913 The returned value is good until the next call. May return NULL
6914 if we are unable to determine the tag name. */
6915
6916 static char *
6917 ada_tag_name_from_tsd (struct value *tsd)
6918 {
6919 static char name[1024];
6920 char *p;
6921 struct value *val;
6922
6923 val = ada_value_struct_elt (tsd, "expanded_name", 1);
6924 if (val == NULL)
6925 return NULL;
6926 read_memory_string (value_as_address (val), name, sizeof (name) - 1);
6927 for (p = name; *p != '\0'; p += 1)
6928 if (isalpha (*p))
6929 *p = tolower (*p);
6930 return name;
6931 }
6932
6933 /* The type name of the dynamic type denoted by the 'tag value TAG, as
6934 a C string.
6935
6936 Return NULL if the TAG is not an Ada tag, or if we were unable to
6937 determine the name of that tag. The result is good until the next
6938 call. */
6939
6940 const char *
6941 ada_tag_name (struct value *tag)
6942 {
6943 char *name = NULL;
6944
6945 if (!ada_is_tag_type (value_type (tag)))
6946 return NULL;
6947
6948 /* It is perfectly possible that an exception be raised while trying
6949 to determine the TAG's name, even under normal circumstances:
6950 The associated variable may be uninitialized or corrupted, for
6951 instance. We do not let any exception propagate past this point.
6952 instead we return NULL.
6953
6954 We also do not print the error message either (which often is very
6955 low-level (Eg: "Cannot read memory at 0x[...]"), but instead let
6956 the caller print a more meaningful message if necessary. */
6957 TRY
6958 {
6959 struct value *tsd = ada_get_tsd_from_tag (tag);
6960
6961 if (tsd != NULL)
6962 name = ada_tag_name_from_tsd (tsd);
6963 }
6964 CATCH (e, RETURN_MASK_ERROR)
6965 {
6966 }
6967 END_CATCH
6968
6969 return name;
6970 }
6971
6972 /* The parent type of TYPE, or NULL if none. */
6973
6974 struct type *
6975 ada_parent_type (struct type *type)
6976 {
6977 int i;
6978
6979 type = ada_check_typedef (type);
6980
6981 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_STRUCT)
6982 return NULL;
6983
6984 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
6985 if (ada_is_parent_field (type, i))
6986 {
6987 struct type *parent_type = TYPE_FIELD_TYPE (type, i);
6988
6989 /* If the _parent field is a pointer, then dereference it. */
6990 if (TYPE_CODE (parent_type) == TYPE_CODE_PTR)
6991 parent_type = TYPE_TARGET_TYPE (parent_type);
6992 /* If there is a parallel XVS type, get the actual base type. */
6993 parent_type = ada_get_base_type (parent_type);
6994
6995 return ada_check_typedef (parent_type);
6996 }
6997
6998 return NULL;
6999 }
7000
7001 /* True iff field number FIELD_NUM of structure type TYPE contains the
7002 parent-type (inherited) fields of a derived type. Assumes TYPE is
7003 a structure type with at least FIELD_NUM+1 fields. */
7004
7005 int
7006 ada_is_parent_field (struct type *type, int field_num)
7007 {
7008 const char *name = TYPE_FIELD_NAME (ada_check_typedef (type), field_num);
7009
7010 return (name != NULL
7011 && (startswith (name, "PARENT")
7012 || startswith (name, "_parent")));
7013 }
7014
7015 /* True iff field number FIELD_NUM of structure type TYPE is a
7016 transparent wrapper field (which should be silently traversed when doing
7017 field selection and flattened when printing). Assumes TYPE is a
7018 structure type with at least FIELD_NUM+1 fields. Such fields are always
7019 structures. */
7020
7021 int
7022 ada_is_wrapper_field (struct type *type, int field_num)
7023 {
7024 const char *name = TYPE_FIELD_NAME (type, field_num);
7025
7026 if (name != NULL && strcmp (name, "RETVAL") == 0)
7027 {
7028 /* This happens in functions with "out" or "in out" parameters
7029 which are passed by copy. For such functions, GNAT describes
7030 the function's return type as being a struct where the return
7031 value is in a field called RETVAL, and where the other "out"
7032 or "in out" parameters are fields of that struct. This is not
7033 a wrapper. */
7034 return 0;
7035 }
7036
7037 return (name != NULL
7038 && (startswith (name, "PARENT")
7039 || strcmp (name, "REP") == 0
7040 || startswith (name, "_parent")
7041 || name[0] == 'S' || name[0] == 'R' || name[0] == 'O'));
7042 }
7043
7044 /* True iff field number FIELD_NUM of structure or union type TYPE
7045 is a variant wrapper. Assumes TYPE is a structure type with at least
7046 FIELD_NUM+1 fields. */
7047
7048 int
7049 ada_is_variant_part (struct type *type, int field_num)
7050 {
7051 struct type *field_type = TYPE_FIELD_TYPE (type, field_num);
7052
7053 return (TYPE_CODE (field_type) == TYPE_CODE_UNION
7054 || (is_dynamic_field (type, field_num)
7055 && (TYPE_CODE (TYPE_TARGET_TYPE (field_type))
7056 == TYPE_CODE_UNION)));
7057 }
7058
7059 /* Assuming that VAR_TYPE is a variant wrapper (type of the variant part)
7060 whose discriminants are contained in the record type OUTER_TYPE,
7061 returns the type of the controlling discriminant for the variant.
7062 May return NULL if the type could not be found. */
7063
7064 struct type *
7065 ada_variant_discrim_type (struct type *var_type, struct type *outer_type)
7066 {
7067 const char *name = ada_variant_discrim_name (var_type);
7068
7069 return ada_lookup_struct_elt_type (outer_type, name, 1, 1);
7070 }
7071
7072 /* Assuming that TYPE is the type of a variant wrapper, and FIELD_NUM is a
7073 valid field number within it, returns 1 iff field FIELD_NUM of TYPE
7074 represents a 'when others' clause; otherwise 0. */
7075
7076 int
7077 ada_is_others_clause (struct type *type, int field_num)
7078 {
7079 const char *name = TYPE_FIELD_NAME (type, field_num);
7080
7081 return (name != NULL && name[0] == 'O');
7082 }
7083
7084 /* Assuming that TYPE0 is the type of the variant part of a record,
7085 returns the name of the discriminant controlling the variant.
7086 The value is valid until the next call to ada_variant_discrim_name. */
7087
7088 const char *
7089 ada_variant_discrim_name (struct type *type0)
7090 {
7091 static char *result = NULL;
7092 static size_t result_len = 0;
7093 struct type *type;
7094 const char *name;
7095 const char *discrim_end;
7096 const char *discrim_start;
7097
7098 if (TYPE_CODE (type0) == TYPE_CODE_PTR)
7099 type = TYPE_TARGET_TYPE (type0);
7100 else
7101 type = type0;
7102
7103 name = ada_type_name (type);
7104
7105 if (name == NULL || name[0] == '\000')
7106 return "";
7107
7108 for (discrim_end = name + strlen (name) - 6; discrim_end != name;
7109 discrim_end -= 1)
7110 {
7111 if (startswith (discrim_end, "___XVN"))
7112 break;
7113 }
7114 if (discrim_end == name)
7115 return "";
7116
7117 for (discrim_start = discrim_end; discrim_start != name + 3;
7118 discrim_start -= 1)
7119 {
7120 if (discrim_start == name + 1)
7121 return "";
7122 if ((discrim_start > name + 3
7123 && startswith (discrim_start - 3, "___"))
7124 || discrim_start[-1] == '.')
7125 break;
7126 }
7127
7128 GROW_VECT (result, result_len, discrim_end - discrim_start + 1);
7129 strncpy (result, discrim_start, discrim_end - discrim_start);
7130 result[discrim_end - discrim_start] = '\0';
7131 return result;
7132 }
7133
7134 /* Scan STR for a subtype-encoded number, beginning at position K.
7135 Put the position of the character just past the number scanned in
7136 *NEW_K, if NEW_K!=NULL. Put the scanned number in *R, if R!=NULL.
7137 Return 1 if there was a valid number at the given position, and 0
7138 otherwise. A "subtype-encoded" number consists of the absolute value
7139 in decimal, followed by the letter 'm' to indicate a negative number.
7140 Assumes 0m does not occur. */
7141
7142 int
7143 ada_scan_number (const char str[], int k, LONGEST * R, int *new_k)
7144 {
7145 ULONGEST RU;
7146
7147 if (!isdigit (str[k]))
7148 return 0;
7149
7150 /* Do it the hard way so as not to make any assumption about
7151 the relationship of unsigned long (%lu scan format code) and
7152 LONGEST. */
7153 RU = 0;
7154 while (isdigit (str[k]))
7155 {
7156 RU = RU * 10 + (str[k] - '0');
7157 k += 1;
7158 }
7159
7160 if (str[k] == 'm')
7161 {
7162 if (R != NULL)
7163 *R = (-(LONGEST) (RU - 1)) - 1;
7164 k += 1;
7165 }
7166 else if (R != NULL)
7167 *R = (LONGEST) RU;
7168
7169 /* NOTE on the above: Technically, C does not say what the results of
7170 - (LONGEST) RU or (LONGEST) -RU are for RU == largest positive
7171 number representable as a LONGEST (although either would probably work
7172 in most implementations). When RU>0, the locution in the then branch
7173 above is always equivalent to the negative of RU. */
7174
7175 if (new_k != NULL)
7176 *new_k = k;
7177 return 1;
7178 }
7179
7180 /* Assuming that TYPE is a variant part wrapper type (a VARIANTS field),
7181 and FIELD_NUM is a valid field number within it, returns 1 iff VAL is
7182 in the range encoded by field FIELD_NUM of TYPE; otherwise 0. */
7183
7184 int
7185 ada_in_variant (LONGEST val, struct type *type, int field_num)
7186 {
7187 const char *name = TYPE_FIELD_NAME (type, field_num);
7188 int p;
7189
7190 p = 0;
7191 while (1)
7192 {
7193 switch (name[p])
7194 {
7195 case '\0':
7196 return 0;
7197 case 'S':
7198 {
7199 LONGEST W;
7200
7201 if (!ada_scan_number (name, p + 1, &W, &p))
7202 return 0;
7203 if (val == W)
7204 return 1;
7205 break;
7206 }
7207 case 'R':
7208 {
7209 LONGEST L, U;
7210
7211 if (!ada_scan_number (name, p + 1, &L, &p)
7212 || name[p] != 'T' || !ada_scan_number (name, p + 1, &U, &p))
7213 return 0;
7214 if (val >= L && val <= U)
7215 return 1;
7216 break;
7217 }
7218 case 'O':
7219 return 1;
7220 default:
7221 return 0;
7222 }
7223 }
7224 }
7225
7226 /* FIXME: Lots of redundancy below. Try to consolidate. */
7227
7228 /* Given a value ARG1 (offset by OFFSET bytes) of a struct or union type
7229 ARG_TYPE, extract and return the value of one of its (non-static)
7230 fields. FIELDNO says which field. Differs from value_primitive_field
7231 only in that it can handle packed values of arbitrary type. */
7232
7233 static struct value *
7234 ada_value_primitive_field (struct value *arg1, int offset, int fieldno,
7235 struct type *arg_type)
7236 {
7237 struct type *type;
7238
7239 arg_type = ada_check_typedef (arg_type);
7240 type = TYPE_FIELD_TYPE (arg_type, fieldno);
7241
7242 /* Handle packed fields. */
7243
7244 if (TYPE_FIELD_BITSIZE (arg_type, fieldno) != 0)
7245 {
7246 int bit_pos = TYPE_FIELD_BITPOS (arg_type, fieldno);
7247 int bit_size = TYPE_FIELD_BITSIZE (arg_type, fieldno);
7248
7249 return ada_value_primitive_packed_val (arg1, value_contents (arg1),
7250 offset + bit_pos / 8,
7251 bit_pos % 8, bit_size, type);
7252 }
7253 else
7254 return value_primitive_field (arg1, offset, fieldno, arg_type);
7255 }
7256
7257 /* Find field with name NAME in object of type TYPE. If found,
7258 set the following for each argument that is non-null:
7259 - *FIELD_TYPE_P to the field's type;
7260 - *BYTE_OFFSET_P to OFFSET + the byte offset of the field within
7261 an object of that type;
7262 - *BIT_OFFSET_P to the bit offset modulo byte size of the field;
7263 - *BIT_SIZE_P to its size in bits if the field is packed, and
7264 0 otherwise;
7265 If INDEX_P is non-null, increment *INDEX_P by the number of source-visible
7266 fields up to but not including the desired field, or by the total
7267 number of fields if not found. A NULL value of NAME never
7268 matches; the function just counts visible fields in this case.
7269
7270 Returns 1 if found, 0 otherwise. */
7271
7272 static int
7273 find_struct_field (const char *name, struct type *type, int offset,
7274 struct type **field_type_p,
7275 int *byte_offset_p, int *bit_offset_p, int *bit_size_p,
7276 int *index_p)
7277 {
7278 int i;
7279
7280 type = ada_check_typedef (type);
7281
7282 if (field_type_p != NULL)
7283 *field_type_p = NULL;
7284 if (byte_offset_p != NULL)
7285 *byte_offset_p = 0;
7286 if (bit_offset_p != NULL)
7287 *bit_offset_p = 0;
7288 if (bit_size_p != NULL)
7289 *bit_size_p = 0;
7290
7291 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
7292 {
7293 int bit_pos = TYPE_FIELD_BITPOS (type, i);
7294 int fld_offset = offset + bit_pos / 8;
7295 const char *t_field_name = TYPE_FIELD_NAME (type, i);
7296
7297 if (t_field_name == NULL)
7298 continue;
7299
7300 else if (name != NULL && field_name_match (t_field_name, name))
7301 {
7302 int bit_size = TYPE_FIELD_BITSIZE (type, i);
7303
7304 if (field_type_p != NULL)
7305 *field_type_p = TYPE_FIELD_TYPE (type, i);
7306 if (byte_offset_p != NULL)
7307 *byte_offset_p = fld_offset;
7308 if (bit_offset_p != NULL)
7309 *bit_offset_p = bit_pos % 8;
7310 if (bit_size_p != NULL)
7311 *bit_size_p = bit_size;
7312 return 1;
7313 }
7314 else if (ada_is_wrapper_field (type, i))
7315 {
7316 if (find_struct_field (name, TYPE_FIELD_TYPE (type, i), fld_offset,
7317 field_type_p, byte_offset_p, bit_offset_p,
7318 bit_size_p, index_p))
7319 return 1;
7320 }
7321 else if (ada_is_variant_part (type, i))
7322 {
7323 /* PNH: Wait. Do we ever execute this section, or is ARG always of
7324 fixed type?? */
7325 int j;
7326 struct type *field_type
7327 = ada_check_typedef (TYPE_FIELD_TYPE (type, i));
7328
7329 for (j = 0; j < TYPE_NFIELDS (field_type); j += 1)
7330 {
7331 if (find_struct_field (name, TYPE_FIELD_TYPE (field_type, j),
7332 fld_offset
7333 + TYPE_FIELD_BITPOS (field_type, j) / 8,
7334 field_type_p, byte_offset_p,
7335 bit_offset_p, bit_size_p, index_p))
7336 return 1;
7337 }
7338 }
7339 else if (index_p != NULL)
7340 *index_p += 1;
7341 }
7342 return 0;
7343 }
7344
7345 /* Number of user-visible fields in record type TYPE. */
7346
7347 static int
7348 num_visible_fields (struct type *type)
7349 {
7350 int n;
7351
7352 n = 0;
7353 find_struct_field (NULL, type, 0, NULL, NULL, NULL, NULL, &n);
7354 return n;
7355 }
7356
7357 /* Look for a field NAME in ARG. Adjust the address of ARG by OFFSET bytes,
7358 and search in it assuming it has (class) type TYPE.
7359 If found, return value, else return NULL.
7360
7361 Searches recursively through wrapper fields (e.g., '_parent'). */
7362
7363 static struct value *
7364 ada_search_struct_field (const char *name, struct value *arg, int offset,
7365 struct type *type)
7366 {
7367 int i;
7368
7369 type = ada_check_typedef (type);
7370 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
7371 {
7372 const char *t_field_name = TYPE_FIELD_NAME (type, i);
7373
7374 if (t_field_name == NULL)
7375 continue;
7376
7377 else if (field_name_match (t_field_name, name))
7378 return ada_value_primitive_field (arg, offset, i, type);
7379
7380 else if (ada_is_wrapper_field (type, i))
7381 {
7382 struct value *v = /* Do not let indent join lines here. */
7383 ada_search_struct_field (name, arg,
7384 offset + TYPE_FIELD_BITPOS (type, i) / 8,
7385 TYPE_FIELD_TYPE (type, i));
7386
7387 if (v != NULL)
7388 return v;
7389 }
7390
7391 else if (ada_is_variant_part (type, i))
7392 {
7393 /* PNH: Do we ever get here? See find_struct_field. */
7394 int j;
7395 struct type *field_type = ada_check_typedef (TYPE_FIELD_TYPE (type,
7396 i));
7397 int var_offset = offset + TYPE_FIELD_BITPOS (type, i) / 8;
7398
7399 for (j = 0; j < TYPE_NFIELDS (field_type); j += 1)
7400 {
7401 struct value *v = ada_search_struct_field /* Force line
7402 break. */
7403 (name, arg,
7404 var_offset + TYPE_FIELD_BITPOS (field_type, j) / 8,
7405 TYPE_FIELD_TYPE (field_type, j));
7406
7407 if (v != NULL)
7408 return v;
7409 }
7410 }
7411 }
7412 return NULL;
7413 }
7414
7415 static struct value *ada_index_struct_field_1 (int *, struct value *,
7416 int, struct type *);
7417
7418
7419 /* Return field #INDEX in ARG, where the index is that returned by
7420 * find_struct_field through its INDEX_P argument. Adjust the address
7421 * of ARG by OFFSET bytes, and search in it assuming it has (class) type TYPE.
7422 * If found, return value, else return NULL. */
7423
7424 static struct value *
7425 ada_index_struct_field (int index, struct value *arg, int offset,
7426 struct type *type)
7427 {
7428 return ada_index_struct_field_1 (&index, arg, offset, type);
7429 }
7430
7431
7432 /* Auxiliary function for ada_index_struct_field. Like
7433 * ada_index_struct_field, but takes index from *INDEX_P and modifies
7434 * *INDEX_P. */
7435
7436 static struct value *
7437 ada_index_struct_field_1 (int *index_p, struct value *arg, int offset,
7438 struct type *type)
7439 {
7440 int i;
7441 type = ada_check_typedef (type);
7442
7443 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
7444 {
7445 if (TYPE_FIELD_NAME (type, i) == NULL)
7446 continue;
7447 else if (ada_is_wrapper_field (type, i))
7448 {
7449 struct value *v = /* Do not let indent join lines here. */
7450 ada_index_struct_field_1 (index_p, arg,
7451 offset + TYPE_FIELD_BITPOS (type, i) / 8,
7452 TYPE_FIELD_TYPE (type, i));
7453
7454 if (v != NULL)
7455 return v;
7456 }
7457
7458 else if (ada_is_variant_part (type, i))
7459 {
7460 /* PNH: Do we ever get here? See ada_search_struct_field,
7461 find_struct_field. */
7462 error (_("Cannot assign this kind of variant record"));
7463 }
7464 else if (*index_p == 0)
7465 return ada_value_primitive_field (arg, offset, i, type);
7466 else
7467 *index_p -= 1;
7468 }
7469 return NULL;
7470 }
7471
7472 /* Given ARG, a value of type (pointer or reference to a)*
7473 structure/union, extract the component named NAME from the ultimate
7474 target structure/union and return it as a value with its
7475 appropriate type.
7476
7477 The routine searches for NAME among all members of the structure itself
7478 and (recursively) among all members of any wrapper members
7479 (e.g., '_parent').
7480
7481 If NO_ERR, then simply return NULL in case of error, rather than
7482 calling error. */
7483
7484 struct value *
7485 ada_value_struct_elt (struct value *arg, const char *name, int no_err)
7486 {
7487 struct type *t, *t1;
7488 struct value *v;
7489
7490 v = NULL;
7491 t1 = t = ada_check_typedef (value_type (arg));
7492 if (TYPE_CODE (t) == TYPE_CODE_REF)
7493 {
7494 t1 = TYPE_TARGET_TYPE (t);
7495 if (t1 == NULL)
7496 goto BadValue;
7497 t1 = ada_check_typedef (t1);
7498 if (TYPE_CODE (t1) == TYPE_CODE_PTR)
7499 {
7500 arg = coerce_ref (arg);
7501 t = t1;
7502 }
7503 }
7504
7505 while (TYPE_CODE (t) == TYPE_CODE_PTR)
7506 {
7507 t1 = TYPE_TARGET_TYPE (t);
7508 if (t1 == NULL)
7509 goto BadValue;
7510 t1 = ada_check_typedef (t1);
7511 if (TYPE_CODE (t1) == TYPE_CODE_PTR)
7512 {
7513 arg = value_ind (arg);
7514 t = t1;
7515 }
7516 else
7517 break;
7518 }
7519
7520 if (TYPE_CODE (t1) != TYPE_CODE_STRUCT && TYPE_CODE (t1) != TYPE_CODE_UNION)
7521 goto BadValue;
7522
7523 if (t1 == t)
7524 v = ada_search_struct_field (name, arg, 0, t);
7525 else
7526 {
7527 int bit_offset, bit_size, byte_offset;
7528 struct type *field_type;
7529 CORE_ADDR address;
7530
7531 if (TYPE_CODE (t) == TYPE_CODE_PTR)
7532 address = value_address (ada_value_ind (arg));
7533 else
7534 address = value_address (ada_coerce_ref (arg));
7535
7536 t1 = ada_to_fixed_type (ada_get_base_type (t1), NULL, address, NULL, 1);
7537 if (find_struct_field (name, t1, 0,
7538 &field_type, &byte_offset, &bit_offset,
7539 &bit_size, NULL))
7540 {
7541 if (bit_size != 0)
7542 {
7543 if (TYPE_CODE (t) == TYPE_CODE_REF)
7544 arg = ada_coerce_ref (arg);
7545 else
7546 arg = ada_value_ind (arg);
7547 v = ada_value_primitive_packed_val (arg, NULL, byte_offset,
7548 bit_offset, bit_size,
7549 field_type);
7550 }
7551 else
7552 v = value_at_lazy (field_type, address + byte_offset);
7553 }
7554 }
7555
7556 if (v != NULL || no_err)
7557 return v;
7558 else
7559 error (_("There is no member named %s."), name);
7560
7561 BadValue:
7562 if (no_err)
7563 return NULL;
7564 else
7565 error (_("Attempt to extract a component of "
7566 "a value that is not a record."));
7567 }
7568
7569 /* Return a string representation of type TYPE. */
7570
7571 static std::string
7572 type_as_string (struct type *type)
7573 {
7574 string_file tmp_stream;
7575
7576 type_print (type, "", &tmp_stream, -1);
7577
7578 return std::move (tmp_stream.string ());
7579 }
7580
7581 /* Given a type TYPE, look up the type of the component of type named NAME.
7582 If DISPP is non-null, add its byte displacement from the beginning of a
7583 structure (pointed to by a value) of type TYPE to *DISPP (does not
7584 work for packed fields).
7585
7586 Matches any field whose name has NAME as a prefix, possibly
7587 followed by "___".
7588
7589 TYPE can be either a struct or union. If REFOK, TYPE may also
7590 be a (pointer or reference)+ to a struct or union, and the
7591 ultimate target type will be searched.
7592
7593 Looks recursively into variant clauses and parent types.
7594
7595 If NOERR is nonzero, return NULL if NAME is not suitably defined or
7596 TYPE is not a type of the right kind. */
7597
7598 static struct type *
7599 ada_lookup_struct_elt_type (struct type *type, const char *name, int refok,
7600 int noerr)
7601 {
7602 int i;
7603
7604 if (name == NULL)
7605 goto BadName;
7606
7607 if (refok && type != NULL)
7608 while (1)
7609 {
7610 type = ada_check_typedef (type);
7611 if (TYPE_CODE (type) != TYPE_CODE_PTR
7612 && TYPE_CODE (type) != TYPE_CODE_REF)
7613 break;
7614 type = TYPE_TARGET_TYPE (type);
7615 }
7616
7617 if (type == NULL
7618 || (TYPE_CODE (type) != TYPE_CODE_STRUCT
7619 && TYPE_CODE (type) != TYPE_CODE_UNION))
7620 {
7621 if (noerr)
7622 return NULL;
7623
7624 error (_("Type %s is not a structure or union type"),
7625 type != NULL ? type_as_string (type).c_str () : _("(null)"));
7626 }
7627
7628 type = to_static_fixed_type (type);
7629
7630 for (i = 0; i < TYPE_NFIELDS (type); i += 1)
7631 {
7632 const char *t_field_name = TYPE_FIELD_NAME (type, i);
7633 struct type *t;
7634
7635 if (t_field_name == NULL)
7636 continue;
7637
7638 else if (field_name_match (t_field_name, name))
7639 return TYPE_FIELD_TYPE (type, i);
7640
7641 else if (ada_is_wrapper_field (type, i))
7642 {
7643 t = ada_lookup_struct_elt_type (TYPE_FIELD_TYPE (type, i), name,
7644 0, 1);
7645 if (t != NULL)
7646 return t;
7647 }
7648
7649 else if (ada_is_variant_part (type, i))
7650 {
7651 int j;
7652 struct type *field_type = ada_check_typedef (TYPE_FIELD_TYPE (type,
7653 i));
7654
7655 for (j = TYPE_NFIELDS (field_type) - 1; j >= 0; j -= 1)
7656 {
7657 /* FIXME pnh 2008/01/26: We check for a field that is
7658 NOT wrapped in a struct, since the compiler sometimes
7659 generates these for unchecked variant types. Revisit
7660 if the compiler changes this practice. */
7661 const char *v_field_name = TYPE_FIELD_NAME (field_type, j);
7662
7663 if (v_field_name != NULL
7664 && field_name_match (v_field_name, name))
7665 t = TYPE_FIELD_TYPE (field_type, j);
7666 else
7667 t = ada_lookup_struct_elt_type (TYPE_FIELD_TYPE (field_type,
7668 j),
7669 name, 0, 1);
7670
7671 if (t != NULL)
7672 return t;
7673 }
7674 }
7675
7676 }
7677
7678 BadName:
7679 if (!noerr)
7680 {
7681 const char *name_str = name != NULL ? name : _("<null>");
7682
7683 error (_("Type %s has no component named %s"),
7684 type_as_string (type).c_str (), name_str);
7685 }
7686
7687 return NULL;
7688 }
7689
7690 /* Assuming that VAR_TYPE is the type of a variant part of a record (a union),
7691 within a value of type OUTER_TYPE, return true iff VAR_TYPE
7692 represents an unchecked union (that is, the variant part of a
7693 record that is named in an Unchecked_Union pragma). */
7694
7695 static int
7696 is_unchecked_variant (struct type *var_type, struct type *outer_type)
7697 {
7698 const char *discrim_name = ada_variant_discrim_name (var_type);
7699
7700 return (ada_lookup_struct_elt_type (outer_type, discrim_name, 0, 1) == NULL);
7701 }
7702
7703
7704 /* Assuming that VAR_TYPE is the type of a variant part of a record (a union),
7705 within a value of type OUTER_TYPE that is stored in GDB at
7706 OUTER_VALADDR, determine which variant clause (field number in VAR_TYPE,
7707 numbering from 0) is applicable. Returns -1 if none are. */
7708
7709 int
7710 ada_which_variant_applies (struct type *var_type, struct type *outer_type,
7711 const gdb_byte *outer_valaddr)
7712 {
7713 int others_clause;
7714 int i;
7715 const char *discrim_name = ada_variant_discrim_name (var_type);
7716 struct value *outer;
7717 struct value *discrim;
7718 LONGEST discrim_val;
7719
7720 /* Using plain value_from_contents_and_address here causes problems
7721 because we will end up trying to resolve a type that is currently
7722 being constructed. */
7723 outer = value_from_contents_and_address_unresolved (outer_type,
7724 outer_valaddr, 0);
7725 discrim = ada_value_struct_elt (outer, discrim_name, 1);
7726 if (discrim == NULL)
7727 return -1;
7728 discrim_val = value_as_long (discrim);
7729
7730 others_clause = -1;
7731 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1)
7732 {
7733 if (ada_is_others_clause (var_type, i))
7734 others_clause = i;
7735 else if (ada_in_variant (discrim_val, var_type, i))
7736 return i;
7737 }
7738
7739 return others_clause;
7740 }
7741 \f
7742
7743
7744 /* Dynamic-Sized Records */
7745
7746 /* Strategy: The type ostensibly attached to a value with dynamic size
7747 (i.e., a size that is not statically recorded in the debugging
7748 data) does not accurately reflect the size or layout of the value.
7749 Our strategy is to convert these values to values with accurate,
7750 conventional types that are constructed on the fly. */
7751
7752 /* There is a subtle and tricky problem here. In general, we cannot
7753 determine the size of dynamic records without its data. However,
7754 the 'struct value' data structure, which GDB uses to represent
7755 quantities in the inferior process (the target), requires the size
7756 of the type at the time of its allocation in order to reserve space
7757 for GDB's internal copy of the data. That's why the
7758 'to_fixed_xxx_type' routines take (target) addresses as parameters,
7759 rather than struct value*s.
7760
7761 However, GDB's internal history variables ($1, $2, etc.) are
7762 struct value*s containing internal copies of the data that are not, in
7763 general, the same as the data at their corresponding addresses in
7764 the target. Fortunately, the types we give to these values are all
7765 conventional, fixed-size types (as per the strategy described
7766 above), so that we don't usually have to perform the
7767 'to_fixed_xxx_type' conversions to look at their values.
7768 Unfortunately, there is one exception: if one of the internal
7769 history variables is an array whose elements are unconstrained
7770 records, then we will need to create distinct fixed types for each
7771 element selected. */
7772
7773 /* The upshot of all of this is that many routines take a (type, host
7774 address, target address) triple as arguments to represent a value.
7775 The host address, if non-null, is supposed to contain an internal
7776 copy of the relevant data; otherwise, the program is to consult the
7777 target at the target address. */
7778
7779 /* Assuming that VAL0 represents a pointer value, the result of
7780 dereferencing it. Differs from value_ind in its treatment of
7781 dynamic-sized types. */
7782
7783 struct value *
7784 ada_value_ind (struct value *val0)
7785 {
7786 struct value *val = value_ind (val0);
7787
7788 if (ada_is_tagged_type (value_type (val), 0))
7789 val = ada_tag_value_at_base_address (val);
7790
7791 return ada_to_fixed_value (val);
7792 }
7793
7794 /* The value resulting from dereferencing any "reference to"
7795 qualifiers on VAL0. */
7796
7797 static struct value *
7798 ada_coerce_ref (struct value *val0)
7799 {
7800 if (TYPE_CODE (value_type (val0)) == TYPE_CODE_REF)
7801 {
7802 struct value *val = val0;
7803
7804 val = coerce_ref (val);
7805
7806 if (ada_is_tagged_type (value_type (val), 0))
7807 val = ada_tag_value_at_base_address (val);
7808
7809 return ada_to_fixed_value (val);
7810 }
7811 else
7812 return val0;
7813 }
7814
7815 /* Return OFF rounded upward if necessary to a multiple of
7816 ALIGNMENT (a power of 2). */
7817
7818 static unsigned int
7819 align_value (unsigned int off, unsigned int alignment)
7820 {
7821 return (off + alignment - 1) & ~(alignment - 1);
7822 }
7823
7824 /* Return the bit alignment required for field #F of template type TYPE. */
7825
7826 static unsigned int
7827 field_alignment (struct type *type, int f)
7828 {
7829 const char *name = TYPE_FIELD_NAME (type, f);
7830 int len;
7831 int align_offset;
7832
7833 /* The field name should never be null, unless the debugging information
7834 is somehow malformed. In this case, we assume the field does not
7835 require any alignment. */
7836 if (name == NULL)
7837 return 1;
7838
7839 len = strlen (name);
7840
7841 if (!isdigit (name[len - 1]))
7842 return 1;
7843
7844 if (isdigit (name[len - 2]))
7845 align_offset = len - 2;
7846 else
7847 align_offset = len - 1;
7848
7849 if (align_offset < 7 || !startswith (name + align_offset - 6, "___XV"))
7850 return TARGET_CHAR_BIT;
7851
7852 return atoi (name + align_offset) * TARGET_CHAR_BIT;
7853 }
7854
7855 /* Find a typedef or tag symbol named NAME. Ignores ambiguity. */
7856
7857 static struct symbol *
7858 ada_find_any_type_symbol (const char *name)
7859 {
7860 struct symbol *sym;
7861
7862 sym = standard_lookup (name, get_selected_block (NULL), VAR_DOMAIN);
7863 if (sym != NULL && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
7864 return sym;
7865
7866 sym = standard_lookup (name, NULL, STRUCT_DOMAIN);
7867 return sym;
7868 }
7869
7870 /* Find a type named NAME. Ignores ambiguity. This routine will look
7871 solely for types defined by debug info, it will not search the GDB
7872 primitive types. */
7873
7874 static struct type *
7875 ada_find_any_type (const char *name)
7876 {
7877 struct symbol *sym = ada_find_any_type_symbol (name);
7878
7879 if (sym != NULL)
7880 return SYMBOL_TYPE (sym);
7881
7882 return NULL;
7883 }
7884
7885 /* Given NAME_SYM and an associated BLOCK, find a "renaming" symbol
7886 associated with NAME_SYM's name. NAME_SYM may itself be a renaming
7887 symbol, in which case it is returned. Otherwise, this looks for
7888 symbols whose name is that of NAME_SYM suffixed with "___XR".
7889 Return symbol if found, and NULL otherwise. */
7890
7891 struct symbol *
7892 ada_find_renaming_symbol (struct symbol *name_sym, const struct block *block)
7893 {
7894 const char *name = SYMBOL_LINKAGE_NAME (name_sym);
7895 struct symbol *sym;
7896
7897 if (strstr (name, "___XR") != NULL)
7898 return name_sym;
7899
7900 sym = find_old_style_renaming_symbol (name, block);
7901
7902 if (sym != NULL)
7903 return sym;
7904
7905 /* Not right yet. FIXME pnh 7/20/2007. */
7906 sym = ada_find_any_type_symbol (name);
7907 if (sym != NULL && strstr (SYMBOL_LINKAGE_NAME (sym), "___XR") != NULL)
7908 return sym;
7909 else
7910 return NULL;
7911 }
7912
7913 static struct symbol *
7914 find_old_style_renaming_symbol (const char *name, const struct block *block)
7915 {
7916 const struct symbol *function_sym = block_linkage_function (block);
7917 char *rename;
7918
7919 if (function_sym != NULL)
7920 {
7921 /* If the symbol is defined inside a function, NAME is not fully
7922 qualified. This means we need to prepend the function name
7923 as well as adding the ``___XR'' suffix to build the name of
7924 the associated renaming symbol. */
7925 const char *function_name = SYMBOL_LINKAGE_NAME (function_sym);
7926 /* Function names sometimes contain suffixes used
7927 for instance to qualify nested subprograms. When building
7928 the XR type name, we need to make sure that this suffix is
7929 not included. So do not include any suffix in the function
7930 name length below. */
7931 int function_name_len = ada_name_prefix_len (function_name);
7932 const int rename_len = function_name_len + 2 /* "__" */
7933 + strlen (name) + 6 /* "___XR\0" */ ;
7934
7935 /* Strip the suffix if necessary. */
7936 ada_remove_trailing_digits (function_name, &function_name_len);
7937 ada_remove_po_subprogram_suffix (function_name, &function_name_len);
7938 ada_remove_Xbn_suffix (function_name, &function_name_len);
7939
7940 /* Library-level functions are a special case, as GNAT adds
7941 a ``_ada_'' prefix to the function name to avoid namespace
7942 pollution. However, the renaming symbols themselves do not
7943 have this prefix, so we need to skip this prefix if present. */
7944 if (function_name_len > 5 /* "_ada_" */
7945 && strstr (function_name, "_ada_") == function_name)
7946 {
7947 function_name += 5;
7948 function_name_len -= 5;
7949 }
7950
7951 rename = (char *) alloca (rename_len * sizeof (char));
7952 strncpy (rename, function_name, function_name_len);
7953 xsnprintf (rename + function_name_len, rename_len - function_name_len,
7954 "__%s___XR", name);
7955 }
7956 else
7957 {
7958 const int rename_len = strlen (name) + 6;
7959
7960 rename = (char *) alloca (rename_len * sizeof (char));
7961 xsnprintf (rename, rename_len * sizeof (char), "%s___XR", name);
7962 }
7963
7964 return ada_find_any_type_symbol (rename);
7965 }
7966
7967 /* Because of GNAT encoding conventions, several GDB symbols may match a
7968 given type name. If the type denoted by TYPE0 is to be preferred to
7969 that of TYPE1 for purposes of type printing, return non-zero;
7970 otherwise return 0. */
7971
7972 int
7973 ada_prefer_type (struct type *type0, struct type *type1)
7974 {
7975 if (type1 == NULL)
7976 return 1;
7977 else if (type0 == NULL)
7978 return 0;
7979 else if (TYPE_CODE (type1) == TYPE_CODE_VOID)
7980 return 1;
7981 else if (TYPE_CODE (type0) == TYPE_CODE_VOID)
7982 return 0;
7983 else if (TYPE_NAME (type1) == NULL && TYPE_NAME (type0) != NULL)
7984 return 1;
7985 else if (ada_is_constrained_packed_array_type (type0))
7986 return 1;
7987 else if (ada_is_array_descriptor_type (type0)
7988 && !ada_is_array_descriptor_type (type1))
7989 return 1;
7990 else
7991 {
7992 const char *type0_name = type_name_no_tag (type0);
7993 const char *type1_name = type_name_no_tag (type1);
7994
7995 if (type0_name != NULL && strstr (type0_name, "___XR") != NULL
7996 && (type1_name == NULL || strstr (type1_name, "___XR") == NULL))
7997 return 1;
7998 }
7999 return 0;
8000 }
8001
8002 /* The name of TYPE, which is either its TYPE_NAME, or, if that is
8003 null, its TYPE_TAG_NAME. Null if TYPE is null. */
8004
8005 const char *
8006 ada_type_name (struct type *type)
8007 {
8008 if (type == NULL)
8009 return NULL;
8010 else if (TYPE_NAME (type) != NULL)
8011 return TYPE_NAME (type);
8012 else
8013 return TYPE_TAG_NAME (type);
8014 }
8015
8016 /* Search the list of "descriptive" types associated to TYPE for a type
8017 whose name is NAME. */
8018
8019 static struct type *
8020 find_parallel_type_by_descriptive_type (struct type *type, const char *name)
8021 {
8022 struct type *result, *tmp;
8023
8024 if (ada_ignore_descriptive_types_p)
8025 return NULL;
8026
8027 /* If there no descriptive-type info, then there is no parallel type
8028 to be found. */
8029 if (!HAVE_GNAT_AUX_INFO (type))
8030 return NULL;
8031
8032 result = TYPE_DESCRIPTIVE_TYPE (type);
8033 while (result != NULL)
8034 {
8035 const char *result_name = ada_type_name (result);
8036
8037 if (result_name == NULL)
8038 {
8039 warning (_("unexpected null name on descriptive type"));
8040 return NULL;
8041 }
8042
8043 /* If the names match, stop. */
8044 if (strcmp (result_name, name) == 0)
8045 break;
8046
8047 /* Otherwise, look at the next item on the list, if any. */
8048 if (HAVE_GNAT_AUX_INFO (result))
8049 tmp = TYPE_DESCRIPTIVE_TYPE (result);
8050 else
8051 tmp = NULL;
8052
8053 /* If not found either, try after having resolved the typedef. */
8054 if (tmp != NULL)
8055 result = tmp;
8056 else
8057 {
8058 result = check_typedef (result);
8059 if (HAVE_GNAT_AUX_INFO (result))
8060 result = TYPE_DESCRIPTIVE_TYPE (result);
8061 else
8062 result = NULL;
8063 }
8064 }
8065
8066 /* If we didn't find a match, see whether this is a packed array. With
8067 older compilers, the descriptive type information is either absent or
8068 irrelevant when it comes to packed arrays so the above lookup fails.
8069 Fall back to using a parallel lookup by name in this case. */
8070 if (result == NULL && ada_is_constrained_packed_array_type (type))
8071 return ada_find_any_type (name);
8072
8073 return result;
8074 }
8075
8076 /* Find a parallel type to TYPE with the specified NAME, using the
8077 descriptive type taken from the debugging information, if available,
8078 and otherwise using the (slower) name-based method. */
8079
8080 static struct type *
8081 ada_find_parallel_type_with_name (struct type *type, const char *name)
8082 {
8083 struct type *result = NULL;
8084
8085 if (HAVE_GNAT_AUX_INFO (type))
8086 result = find_parallel_type_by_descriptive_type (type, name);
8087 else
8088 result = ada_find_any_type (name);
8089
8090 return result;
8091 }
8092
8093 /* Same as above, but specify the name of the parallel type by appending
8094 SUFFIX to the name of TYPE. */
8095
8096 struct type *
8097 ada_find_parallel_type (struct type *type, const char *suffix)
8098 {
8099 char *name;
8100 const char *type_name = ada_type_name (type);
8101 int len;
8102
8103 if (type_name == NULL)
8104 return NULL;
8105
8106 len = strlen (type_name);
8107
8108 name = (char *) alloca (len + strlen (suffix) + 1);
8109
8110 strcpy (name, type_name);
8111 strcpy (name + len, suffix);
8112
8113 return ada_find_parallel_type_with_name (type, name);
8114 }
8115
8116 /* If TYPE is a variable-size record type, return the corresponding template
8117 type describing its fields. Otherwise, return NULL. */
8118
8119 static struct type *
8120 dynamic_template_type (struct type *type)
8121 {
8122 type = ada_check_typedef (type);
8123
8124 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_STRUCT
8125 || ada_type_name (type) == NULL)
8126 return NULL;
8127 else
8128 {
8129 int len = strlen (ada_type_name (type));
8130
8131 if (len > 6 && strcmp (ada_type_name (type) + len - 6, "___XVE") == 0)
8132 return type;
8133 else
8134 return ada_find_parallel_type (type, "___XVE");
8135 }
8136 }
8137
8138 /* Assuming that TEMPL_TYPE is a union or struct type, returns
8139 non-zero iff field FIELD_NUM of TEMPL_TYPE has dynamic size. */
8140
8141 static int
8142 is_dynamic_field (struct type *templ_type, int field_num)
8143 {
8144 const char *name = TYPE_FIELD_NAME (templ_type, field_num);
8145
8146 return name != NULL
8147 && TYPE_CODE (TYPE_FIELD_TYPE (templ_type, field_num)) == TYPE_CODE_PTR
8148 && strstr (name, "___XVL") != NULL;
8149 }
8150
8151 /* The index of the variant field of TYPE, or -1 if TYPE does not
8152 represent a variant record type. */
8153
8154 static int
8155 variant_field_index (struct type *type)
8156 {
8157 int f;
8158
8159 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_STRUCT)
8160 return -1;
8161
8162 for (f = 0; f < TYPE_NFIELDS (type); f += 1)
8163 {
8164 if (ada_is_variant_part (type, f))
8165 return f;
8166 }
8167 return -1;
8168 }
8169
8170 /* A record type with no fields. */
8171
8172 static struct type *
8173 empty_record (struct type *templ)
8174 {
8175 struct type *type = alloc_type_copy (templ);
8176
8177 TYPE_CODE (type) = TYPE_CODE_STRUCT;
8178 TYPE_NFIELDS (type) = 0;
8179 TYPE_FIELDS (type) = NULL;
8180 INIT_CPLUS_SPECIFIC (type);
8181 TYPE_NAME (type) = "<empty>";
8182 TYPE_TAG_NAME (type) = NULL;
8183 TYPE_LENGTH (type) = 0;
8184 return type;
8185 }
8186
8187 /* An ordinary record type (with fixed-length fields) that describes
8188 the value of type TYPE at VALADDR or ADDRESS (see comments at
8189 the beginning of this section) VAL according to GNAT conventions.
8190 DVAL0 should describe the (portion of a) record that contains any
8191 necessary discriminants. It should be NULL if value_type (VAL) is
8192 an outer-level type (i.e., as opposed to a branch of a variant.) A
8193 variant field (unless unchecked) is replaced by a particular branch
8194 of the variant.
8195
8196 If not KEEP_DYNAMIC_FIELDS, then all fields whose position or
8197 length are not statically known are discarded. As a consequence,
8198 VALADDR, ADDRESS and DVAL0 are ignored.
8199
8200 NOTE: Limitations: For now, we assume that dynamic fields and
8201 variants occupy whole numbers of bytes. However, they need not be
8202 byte-aligned. */
8203
8204 struct type *
8205 ada_template_to_fixed_record_type_1 (struct type *type,
8206 const gdb_byte *valaddr,
8207 CORE_ADDR address, struct value *dval0,
8208 int keep_dynamic_fields)
8209 {
8210 struct value *mark = value_mark ();
8211 struct value *dval;
8212 struct type *rtype;
8213 int nfields, bit_len;
8214 int variant_field;
8215 long off;
8216 int fld_bit_len;
8217 int f;
8218
8219 /* Compute the number of fields in this record type that are going
8220 to be processed: unless keep_dynamic_fields, this includes only
8221 fields whose position and length are static will be processed. */
8222 if (keep_dynamic_fields)
8223 nfields = TYPE_NFIELDS (type);
8224 else
8225 {
8226 nfields = 0;
8227 while (nfields < TYPE_NFIELDS (type)
8228 && !ada_is_variant_part (type, nfields)
8229 && !is_dynamic_field (type, nfields))
8230 nfields++;
8231 }
8232
8233 rtype = alloc_type_copy (type);
8234 TYPE_CODE (rtype) = TYPE_CODE_STRUCT;
8235 INIT_CPLUS_SPECIFIC (rtype);
8236 TYPE_NFIELDS (rtype) = nfields;
8237 TYPE_FIELDS (rtype) = (struct field *)
8238 TYPE_ALLOC (rtype, nfields * sizeof (struct field));
8239 memset (TYPE_FIELDS (rtype), 0, sizeof (struct field) * nfields);
8240 TYPE_NAME (rtype) = ada_type_name (type);
8241 TYPE_TAG_NAME (rtype) = NULL;
8242 TYPE_FIXED_INSTANCE (rtype) = 1;
8243
8244 off = 0;
8245 bit_len = 0;
8246 variant_field = -1;
8247
8248 for (f = 0; f < nfields; f += 1)
8249 {
8250 off = align_value (off, field_alignment (type, f))
8251 + TYPE_FIELD_BITPOS (type, f);
8252 SET_FIELD_BITPOS (TYPE_FIELD (rtype, f), off);
8253 TYPE_FIELD_BITSIZE (rtype, f) = 0;
8254
8255 if (ada_is_variant_part (type, f))
8256 {
8257 variant_field = f;
8258 fld_bit_len = 0;
8259 }
8260 else if (is_dynamic_field (type, f))
8261 {
8262 const gdb_byte *field_valaddr = valaddr;
8263 CORE_ADDR field_address = address;
8264 struct type *field_type =
8265 TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (type, f));
8266
8267 if (dval0 == NULL)
8268 {
8269 /* rtype's length is computed based on the run-time
8270 value of discriminants. If the discriminants are not
8271 initialized, the type size may be completely bogus and
8272 GDB may fail to allocate a value for it. So check the
8273 size first before creating the value. */
8274 ada_ensure_varsize_limit (rtype);
8275 /* Using plain value_from_contents_and_address here
8276 causes problems because we will end up trying to
8277 resolve a type that is currently being
8278 constructed. */
8279 dval = value_from_contents_and_address_unresolved (rtype,
8280 valaddr,
8281 address);
8282 rtype = value_type (dval);
8283 }
8284 else
8285 dval = dval0;
8286
8287 /* If the type referenced by this field is an aligner type, we need
8288 to unwrap that aligner type, because its size might not be set.
8289 Keeping the aligner type would cause us to compute the wrong
8290 size for this field, impacting the offset of the all the fields
8291 that follow this one. */
8292 if (ada_is_aligner_type (field_type))
8293 {
8294 long field_offset = TYPE_FIELD_BITPOS (field_type, f);
8295
8296 field_valaddr = cond_offset_host (field_valaddr, field_offset);
8297 field_address = cond_offset_target (field_address, field_offset);
8298 field_type = ada_aligned_type (field_type);
8299 }
8300
8301 field_valaddr = cond_offset_host (field_valaddr,
8302 off / TARGET_CHAR_BIT);
8303 field_address = cond_offset_target (field_address,
8304 off / TARGET_CHAR_BIT);
8305
8306 /* Get the fixed type of the field. Note that, in this case,
8307 we do not want to get the real type out of the tag: if
8308 the current field is the parent part of a tagged record,
8309 we will get the tag of the object. Clearly wrong: the real
8310 type of the parent is not the real type of the child. We
8311 would end up in an infinite loop. */
8312 field_type = ada_get_base_type (field_type);
8313 field_type = ada_to_fixed_type (field_type, field_valaddr,
8314 field_address, dval, 0);
8315 /* If the field size is already larger than the maximum
8316 object size, then the record itself will necessarily
8317 be larger than the maximum object size. We need to make
8318 this check now, because the size might be so ridiculously
8319 large (due to an uninitialized variable in the inferior)
8320 that it would cause an overflow when adding it to the
8321 record size. */
8322 ada_ensure_varsize_limit (field_type);
8323
8324 TYPE_FIELD_TYPE (rtype, f) = field_type;
8325 TYPE_FIELD_NAME (rtype, f) = TYPE_FIELD_NAME (type, f);
8326 /* The multiplication can potentially overflow. But because
8327 the field length has been size-checked just above, and
8328 assuming that the maximum size is a reasonable value,
8329 an overflow should not happen in practice. So rather than
8330 adding overflow recovery code to this already complex code,
8331 we just assume that it's not going to happen. */
8332 fld_bit_len =
8333 TYPE_LENGTH (TYPE_FIELD_TYPE (rtype, f)) * TARGET_CHAR_BIT;
8334 }
8335 else
8336 {
8337 /* Note: If this field's type is a typedef, it is important
8338 to preserve the typedef layer.
8339
8340 Otherwise, we might be transforming a typedef to a fat
8341 pointer (encoding a pointer to an unconstrained array),
8342 into a basic fat pointer (encoding an unconstrained
8343 array). As both types are implemented using the same
8344 structure, the typedef is the only clue which allows us
8345 to distinguish between the two options. Stripping it
8346 would prevent us from printing this field appropriately. */
8347 TYPE_FIELD_TYPE (rtype, f) = TYPE_FIELD_TYPE (type, f);
8348 TYPE_FIELD_NAME (rtype, f) = TYPE_FIELD_NAME (type, f);
8349 if (TYPE_FIELD_BITSIZE (type, f) > 0)
8350 fld_bit_len =
8351 TYPE_FIELD_BITSIZE (rtype, f) = TYPE_FIELD_BITSIZE (type, f);
8352 else
8353 {
8354 struct type *field_type = TYPE_FIELD_TYPE (type, f);
8355
8356 /* We need to be careful of typedefs when computing
8357 the length of our field. If this is a typedef,
8358 get the length of the target type, not the length
8359 of the typedef. */
8360 if (TYPE_CODE (field_type) == TYPE_CODE_TYPEDEF)
8361 field_type = ada_typedef_target_type (field_type);
8362
8363 fld_bit_len =
8364 TYPE_LENGTH (ada_check_typedef (field_type)) * TARGET_CHAR_BIT;
8365 }
8366 }
8367 if (off + fld_bit_len > bit_len)
8368 bit_len = off + fld_bit_len;
8369 off += fld_bit_len;
8370 TYPE_LENGTH (rtype) =
8371 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT;
8372 }
8373
8374 /* We handle the variant part, if any, at the end because of certain
8375 odd cases in which it is re-ordered so as NOT to be the last field of
8376 the record. This can happen in the presence of representation
8377 clauses. */
8378 if (variant_field >= 0)
8379 {
8380 struct type *branch_type;
8381
8382 off = TYPE_FIELD_BITPOS (rtype, variant_field);
8383
8384 if (dval0 == NULL)
8385 {
8386 /* Using plain value_from_contents_and_address here causes
8387 problems because we will end up trying to resolve a type
8388 that is currently being constructed. */
8389 dval = value_from_contents_and_address_unresolved (rtype, valaddr,
8390 address);
8391 rtype = value_type (dval);
8392 }
8393 else
8394 dval = dval0;
8395
8396 branch_type =
8397 to_fixed_variant_branch_type
8398 (TYPE_FIELD_TYPE (type, variant_field),
8399 cond_offset_host (valaddr, off / TARGET_CHAR_BIT),
8400 cond_offset_target (address, off / TARGET_CHAR_BIT), dval);
8401 if (branch_type == NULL)
8402 {
8403 for (f = variant_field + 1; f < TYPE_NFIELDS (rtype); f += 1)
8404 TYPE_FIELDS (rtype)[f - 1] = TYPE_FIELDS (rtype)[f];
8405 TYPE_NFIELDS (rtype) -= 1;
8406 }
8407 else
8408 {
8409 TYPE_FIELD_TYPE (rtype, variant_field) = branch_type;
8410 TYPE_FIELD_NAME (rtype, variant_field) = "S";
8411 fld_bit_len =
8412 TYPE_LENGTH (TYPE_FIELD_TYPE (rtype, variant_field)) *
8413 TARGET_CHAR_BIT;
8414 if (off + fld_bit_len > bit_len)
8415 bit_len = off + fld_bit_len;
8416 TYPE_LENGTH (rtype) =
8417 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT;
8418 }
8419 }
8420
8421 /* According to exp_dbug.ads, the size of TYPE for variable-size records
8422 should contain the alignment of that record, which should be a strictly
8423 positive value. If null or negative, then something is wrong, most
8424 probably in the debug info. In that case, we don't round up the size
8425 of the resulting type. If this record is not part of another structure,
8426 the current RTYPE length might be good enough for our purposes. */
8427 if (TYPE_LENGTH (type) <= 0)
8428 {
8429 if (TYPE_NAME (rtype))
8430 warning (_("Invalid type size for `%s' detected: %d."),
8431 TYPE_NAME (rtype), TYPE_LENGTH (type));
8432 else
8433 warning (_("Invalid type size for <unnamed> detected: %d."),
8434 TYPE_LENGTH (type));
8435 }
8436 else
8437 {
8438 TYPE_LENGTH (rtype) = align_value (TYPE_LENGTH (rtype),
8439 TYPE_LENGTH (type));
8440 }
8441
8442 value_free_to_mark (mark);
8443 if (TYPE_LENGTH (rtype) > varsize_limit)
8444 error (_("record type with dynamic size is larger than varsize-limit"));
8445 return rtype;
8446 }
8447
8448 /* As for ada_template_to_fixed_record_type_1 with KEEP_DYNAMIC_FIELDS
8449 of 1. */
8450
8451 static struct type *
8452 template_to_fixed_record_type (struct type *type, const gdb_byte *valaddr,
8453 CORE_ADDR address, struct value *dval0)
8454 {
8455 return ada_template_to_fixed_record_type_1 (type, valaddr,
8456 address, dval0, 1);
8457 }
8458
8459 /* An ordinary record type in which ___XVL-convention fields and
8460 ___XVU- and ___XVN-convention field types in TYPE0 are replaced with
8461 static approximations, containing all possible fields. Uses
8462 no runtime values. Useless for use in values, but that's OK,
8463 since the results are used only for type determinations. Works on both
8464 structs and unions. Representation note: to save space, we memorize
8465 the result of this function in the TYPE_TARGET_TYPE of the
8466 template type. */
8467
8468 static struct type *
8469 template_to_static_fixed_type (struct type *type0)
8470 {
8471 struct type *type;
8472 int nfields;
8473 int f;
8474
8475 /* No need no do anything if the input type is already fixed. */
8476 if (TYPE_FIXED_INSTANCE (type0))
8477 return type0;
8478
8479 /* Likewise if we already have computed the static approximation. */
8480 if (TYPE_TARGET_TYPE (type0) != NULL)
8481 return TYPE_TARGET_TYPE (type0);
8482
8483 /* Don't clone TYPE0 until we are sure we are going to need a copy. */
8484 type = type0;
8485 nfields = TYPE_NFIELDS (type0);
8486
8487 /* Whether or not we cloned TYPE0, cache the result so that we don't do
8488 recompute all over next time. */
8489 TYPE_TARGET_TYPE (type0) = type;
8490
8491 for (f = 0; f < nfields; f += 1)
8492 {
8493 struct type *field_type = TYPE_FIELD_TYPE (type0, f);
8494 struct type *new_type;
8495
8496 if (is_dynamic_field (type0, f))
8497 {
8498 field_type = ada_check_typedef (field_type);
8499 new_type = to_static_fixed_type (TYPE_TARGET_TYPE (field_type));
8500 }
8501 else
8502 new_type = static_unwrap_type (field_type);
8503
8504 if (new_type != field_type)
8505 {
8506 /* Clone TYPE0 only the first time we get a new field type. */
8507 if (type == type0)
8508 {
8509 TYPE_TARGET_TYPE (type0) = type = alloc_type_copy (type0);
8510 TYPE_CODE (type) = TYPE_CODE (type0);
8511 INIT_CPLUS_SPECIFIC (type);
8512 TYPE_NFIELDS (type) = nfields;
8513 TYPE_FIELDS (type) = (struct field *)
8514 TYPE_ALLOC (type, nfields * sizeof (struct field));
8515 memcpy (TYPE_FIELDS (type), TYPE_FIELDS (type0),
8516 sizeof (struct field) * nfields);
8517 TYPE_NAME (type) = ada_type_name (type0);
8518 TYPE_TAG_NAME (type) = NULL;
8519 TYPE_FIXED_INSTANCE (type) = 1;
8520 TYPE_LENGTH (type) = 0;
8521 }
8522 TYPE_FIELD_TYPE (type, f) = new_type;
8523 TYPE_FIELD_NAME (type, f) = TYPE_FIELD_NAME (type0, f);
8524 }
8525 }
8526
8527 return type;
8528 }
8529
8530 /* Given an object of type TYPE whose contents are at VALADDR and
8531 whose address in memory is ADDRESS, returns a revision of TYPE,
8532 which should be a non-dynamic-sized record, in which the variant
8533 part, if any, is replaced with the appropriate branch. Looks
8534 for discriminant values in DVAL0, which can be NULL if the record
8535 contains the necessary discriminant values. */
8536
8537 static struct type *
8538 to_record_with_fixed_variant_part (struct type *type, const gdb_byte *valaddr,
8539 CORE_ADDR address, struct value *dval0)
8540 {
8541 struct value *mark = value_mark ();
8542 struct value *dval;
8543 struct type *rtype;
8544 struct type *branch_type;
8545 int nfields = TYPE_NFIELDS (type);
8546 int variant_field = variant_field_index (type);
8547
8548 if (variant_field == -1)
8549 return type;
8550
8551 if (dval0 == NULL)
8552 {
8553 dval = value_from_contents_and_address (type, valaddr, address);
8554 type = value_type (dval);
8555 }
8556 else
8557 dval = dval0;
8558
8559 rtype = alloc_type_copy (type);
8560 TYPE_CODE (rtype) = TYPE_CODE_STRUCT;
8561 INIT_CPLUS_SPECIFIC (rtype);
8562 TYPE_NFIELDS (rtype) = nfields;
8563 TYPE_FIELDS (rtype) =
8564 (struct field *) TYPE_ALLOC (rtype, nfields * sizeof (struct field));
8565 memcpy (TYPE_FIELDS (rtype), TYPE_FIELDS (type),
8566 sizeof (struct field) * nfields);
8567 TYPE_NAME (rtype) = ada_type_name (type);
8568 TYPE_TAG_NAME (rtype) = NULL;
8569 TYPE_FIXED_INSTANCE (rtype) = 1;
8570 TYPE_LENGTH (rtype) = TYPE_LENGTH (type);
8571
8572 branch_type = to_fixed_variant_branch_type
8573 (TYPE_FIELD_TYPE (type, variant_field),
8574 cond_offset_host (valaddr,
8575 TYPE_FIELD_BITPOS (type, variant_field)
8576 / TARGET_CHAR_BIT),
8577 cond_offset_target (address,
8578 TYPE_FIELD_BITPOS (type, variant_field)
8579 / TARGET_CHAR_BIT), dval);
8580 if (branch_type == NULL)
8581 {
8582 int f;
8583
8584 for (f = variant_field + 1; f < nfields; f += 1)
8585 TYPE_FIELDS (rtype)[f - 1] = TYPE_FIELDS (rtype)[f];
8586 TYPE_NFIELDS (rtype) -= 1;
8587 }
8588 else
8589 {
8590 TYPE_FIELD_TYPE (rtype, variant_field) = branch_type;
8591 TYPE_FIELD_NAME (rtype, variant_field) = "S";
8592 TYPE_FIELD_BITSIZE (rtype, variant_field) = 0;
8593 TYPE_LENGTH (rtype) += TYPE_LENGTH (branch_type);
8594 }
8595 TYPE_LENGTH (rtype) -= TYPE_LENGTH (TYPE_FIELD_TYPE (type, variant_field));
8596
8597 value_free_to_mark (mark);
8598 return rtype;
8599 }
8600
8601 /* An ordinary record type (with fixed-length fields) that describes
8602 the value at (TYPE0, VALADDR, ADDRESS) [see explanation at
8603 beginning of this section]. Any necessary discriminants' values
8604 should be in DVAL, a record value; it may be NULL if the object
8605 at ADDR itself contains any necessary discriminant values.
8606 Additionally, VALADDR and ADDRESS may also be NULL if no discriminant
8607 values from the record are needed. Except in the case that DVAL,
8608 VALADDR, and ADDRESS are all 0 or NULL, a variant field (unless
8609 unchecked) is replaced by a particular branch of the variant.
8610
8611 NOTE: the case in which DVAL and VALADDR are NULL and ADDRESS is 0
8612 is questionable and may be removed. It can arise during the
8613 processing of an unconstrained-array-of-record type where all the
8614 variant branches have exactly the same size. This is because in
8615 such cases, the compiler does not bother to use the XVS convention
8616 when encoding the record. I am currently dubious of this
8617 shortcut and suspect the compiler should be altered. FIXME. */
8618
8619 static struct type *
8620 to_fixed_record_type (struct type *type0, const gdb_byte *valaddr,
8621 CORE_ADDR address, struct value *dval)
8622 {
8623 struct type *templ_type;
8624
8625 if (TYPE_FIXED_INSTANCE (type0))
8626 return type0;
8627
8628 templ_type = dynamic_template_type (type0);
8629
8630 if (templ_type != NULL)
8631 return template_to_fixed_record_type (templ_type, valaddr, address, dval);
8632 else if (variant_field_index (type0) >= 0)
8633 {
8634 if (dval == NULL && valaddr == NULL && address == 0)
8635 return type0;
8636 return to_record_with_fixed_variant_part (type0, valaddr, address,
8637 dval);
8638 }
8639 else
8640 {
8641 TYPE_FIXED_INSTANCE (type0) = 1;
8642 return type0;
8643 }
8644
8645 }
8646
8647 /* An ordinary record type (with fixed-length fields) that describes
8648 the value at (VAR_TYPE0, VALADDR, ADDRESS), where VAR_TYPE0 is a
8649 union type. Any necessary discriminants' values should be in DVAL,
8650 a record value. That is, this routine selects the appropriate
8651 branch of the union at ADDR according to the discriminant value
8652 indicated in the union's type name. Returns VAR_TYPE0 itself if
8653 it represents a variant subject to a pragma Unchecked_Union. */
8654
8655 static struct type *
8656 to_fixed_variant_branch_type (struct type *var_type0, const gdb_byte *valaddr,
8657 CORE_ADDR address, struct value *dval)
8658 {
8659 int which;
8660 struct type *templ_type;
8661 struct type *var_type;
8662
8663 if (TYPE_CODE (var_type0) == TYPE_CODE_PTR)
8664 var_type = TYPE_TARGET_TYPE (var_type0);
8665 else
8666 var_type = var_type0;
8667
8668 templ_type = ada_find_parallel_type (var_type, "___XVU");
8669
8670 if (templ_type != NULL)
8671 var_type = templ_type;
8672
8673 if (is_unchecked_variant (var_type, value_type (dval)))
8674 return var_type0;
8675 which =
8676 ada_which_variant_applies (var_type,
8677 value_type (dval), value_contents (dval));
8678
8679 if (which < 0)
8680 return empty_record (var_type);
8681 else if (is_dynamic_field (var_type, which))
8682 return to_fixed_record_type
8683 (TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (var_type, which)),
8684 valaddr, address, dval);
8685 else if (variant_field_index (TYPE_FIELD_TYPE (var_type, which)) >= 0)
8686 return
8687 to_fixed_record_type
8688 (TYPE_FIELD_TYPE (var_type, which), valaddr, address, dval);
8689 else
8690 return TYPE_FIELD_TYPE (var_type, which);
8691 }
8692
8693 /* Assuming RANGE_TYPE is a TYPE_CODE_RANGE, return nonzero if
8694 ENCODING_TYPE, a type following the GNAT conventions for discrete
8695 type encodings, only carries redundant information. */
8696
8697 static int
8698 ada_is_redundant_range_encoding (struct type *range_type,
8699 struct type *encoding_type)
8700 {
8701 struct type *fixed_range_type;
8702 const char *bounds_str;
8703 int n;
8704 LONGEST lo, hi;
8705
8706 gdb_assert (TYPE_CODE (range_type) == TYPE_CODE_RANGE);
8707
8708 if (TYPE_CODE (get_base_type (range_type))
8709 != TYPE_CODE (get_base_type (encoding_type)))
8710 {
8711 /* The compiler probably used a simple base type to describe
8712 the range type instead of the range's actual base type,
8713 expecting us to get the real base type from the encoding
8714 anyway. In this situation, the encoding cannot be ignored
8715 as redundant. */
8716 return 0;
8717 }
8718
8719 if (is_dynamic_type (range_type))
8720 return 0;
8721
8722 if (TYPE_NAME (encoding_type) == NULL)
8723 return 0;
8724
8725 bounds_str = strstr (TYPE_NAME (encoding_type), "___XDLU_");
8726 if (bounds_str == NULL)
8727 return 0;
8728
8729 n = 8; /* Skip "___XDLU_". */
8730 if (!ada_scan_number (bounds_str, n, &lo, &n))
8731 return 0;
8732 if (TYPE_LOW_BOUND (range_type) != lo)
8733 return 0;
8734
8735 n += 2; /* Skip the "__" separator between the two bounds. */
8736 if (!ada_scan_number (bounds_str, n, &hi, &n))
8737 return 0;
8738 if (TYPE_HIGH_BOUND (range_type) != hi)
8739 return 0;
8740
8741 return 1;
8742 }
8743
8744 /* Given the array type ARRAY_TYPE, return nonzero if DESC_TYPE,
8745 a type following the GNAT encoding for describing array type
8746 indices, only carries redundant information. */
8747
8748 static int
8749 ada_is_redundant_index_type_desc (struct type *array_type,
8750 struct type *desc_type)
8751 {
8752 struct type *this_layer = check_typedef (array_type);
8753 int i;
8754
8755 for (i = 0; i < TYPE_NFIELDS (desc_type); i++)
8756 {
8757 if (!ada_is_redundant_range_encoding (TYPE_INDEX_TYPE (this_layer),
8758 TYPE_FIELD_TYPE (desc_type, i)))
8759 return 0;
8760 this_layer = check_typedef (TYPE_TARGET_TYPE (this_layer));
8761 }
8762
8763 return 1;
8764 }
8765
8766 /* Assuming that TYPE0 is an array type describing the type of a value
8767 at ADDR, and that DVAL describes a record containing any
8768 discriminants used in TYPE0, returns a type for the value that
8769 contains no dynamic components (that is, no components whose sizes
8770 are determined by run-time quantities). Unless IGNORE_TOO_BIG is
8771 true, gives an error message if the resulting type's size is over
8772 varsize_limit. */
8773
8774 static struct type *
8775 to_fixed_array_type (struct type *type0, struct value *dval,
8776 int ignore_too_big)
8777 {
8778 struct type *index_type_desc;
8779 struct type *result;
8780 int constrained_packed_array_p;
8781 static const char *xa_suffix = "___XA";
8782
8783 type0 = ada_check_typedef (type0);
8784 if (TYPE_FIXED_INSTANCE (type0))
8785 return type0;
8786
8787 constrained_packed_array_p = ada_is_constrained_packed_array_type (type0);
8788 if (constrained_packed_array_p)
8789 type0 = decode_constrained_packed_array_type (type0);
8790
8791 index_type_desc = ada_find_parallel_type (type0, xa_suffix);
8792
8793 /* As mentioned in exp_dbug.ads, for non bit-packed arrays an
8794 encoding suffixed with 'P' may still be generated. If so,
8795 it should be used to find the XA type. */
8796
8797 if (index_type_desc == NULL)
8798 {
8799 const char *type_name = ada_type_name (type0);
8800
8801 if (type_name != NULL)
8802 {
8803 const int len = strlen (type_name);
8804 char *name = (char *) alloca (len + strlen (xa_suffix));
8805
8806 if (type_name[len - 1] == 'P')
8807 {
8808 strcpy (name, type_name);
8809 strcpy (name + len - 1, xa_suffix);
8810 index_type_desc = ada_find_parallel_type_with_name (type0, name);
8811 }
8812 }
8813 }
8814
8815 ada_fixup_array_indexes_type (index_type_desc);
8816 if (index_type_desc != NULL
8817 && ada_is_redundant_index_type_desc (type0, index_type_desc))
8818 {
8819 /* Ignore this ___XA parallel type, as it does not bring any
8820 useful information. This allows us to avoid creating fixed
8821 versions of the array's index types, which would be identical
8822 to the original ones. This, in turn, can also help avoid
8823 the creation of fixed versions of the array itself. */
8824 index_type_desc = NULL;
8825 }
8826
8827 if (index_type_desc == NULL)
8828 {
8829 struct type *elt_type0 = ada_check_typedef (TYPE_TARGET_TYPE (type0));
8830
8831 /* NOTE: elt_type---the fixed version of elt_type0---should never
8832 depend on the contents of the array in properly constructed
8833 debugging data. */
8834 /* Create a fixed version of the array element type.
8835 We're not providing the address of an element here,
8836 and thus the actual object value cannot be inspected to do
8837 the conversion. This should not be a problem, since arrays of
8838 unconstrained objects are not allowed. In particular, all
8839 the elements of an array of a tagged type should all be of
8840 the same type specified in the debugging info. No need to
8841 consult the object tag. */
8842 struct type *elt_type = ada_to_fixed_type (elt_type0, 0, 0, dval, 1);
8843
8844 /* Make sure we always create a new array type when dealing with
8845 packed array types, since we're going to fix-up the array
8846 type length and element bitsize a little further down. */
8847 if (elt_type0 == elt_type && !constrained_packed_array_p)
8848 result = type0;
8849 else
8850 result = create_array_type (alloc_type_copy (type0),
8851 elt_type, TYPE_INDEX_TYPE (type0));
8852 }
8853 else
8854 {
8855 int i;
8856 struct type *elt_type0;
8857
8858 elt_type0 = type0;
8859 for (i = TYPE_NFIELDS (index_type_desc); i > 0; i -= 1)
8860 elt_type0 = TYPE_TARGET_TYPE (elt_type0);
8861
8862 /* NOTE: result---the fixed version of elt_type0---should never
8863 depend on the contents of the array in properly constructed
8864 debugging data. */
8865 /* Create a fixed version of the array element type.
8866 We're not providing the address of an element here,
8867 and thus the actual object value cannot be inspected to do
8868 the conversion. This should not be a problem, since arrays of
8869 unconstrained objects are not allowed. In particular, all
8870 the elements of an array of a tagged type should all be of
8871 the same type specified in the debugging info. No need to
8872 consult the object tag. */
8873 result =
8874 ada_to_fixed_type (ada_check_typedef (elt_type0), 0, 0, dval, 1);
8875
8876 elt_type0 = type0;
8877 for (i = TYPE_NFIELDS (index_type_desc) - 1; i >= 0; i -= 1)
8878 {
8879 struct type *range_type =
8880 to_fixed_range_type (TYPE_FIELD_TYPE (index_type_desc, i), dval);
8881
8882 result = create_array_type (alloc_type_copy (elt_type0),
8883 result, range_type);
8884 elt_type0 = TYPE_TARGET_TYPE (elt_type0);
8885 }
8886 if (!ignore_too_big && TYPE_LENGTH (result) > varsize_limit)
8887 error (_("array type with dynamic size is larger than varsize-limit"));
8888 }
8889
8890 /* We want to preserve the type name. This can be useful when
8891 trying to get the type name of a value that has already been
8892 printed (for instance, if the user did "print VAR; whatis $". */
8893 TYPE_NAME (result) = TYPE_NAME (type0);
8894
8895 if (constrained_packed_array_p)
8896 {
8897 /* So far, the resulting type has been created as if the original
8898 type was a regular (non-packed) array type. As a result, the
8899 bitsize of the array elements needs to be set again, and the array
8900 length needs to be recomputed based on that bitsize. */
8901 int len = TYPE_LENGTH (result) / TYPE_LENGTH (TYPE_TARGET_TYPE (result));
8902 int elt_bitsize = TYPE_FIELD_BITSIZE (type0, 0);
8903
8904 TYPE_FIELD_BITSIZE (result, 0) = TYPE_FIELD_BITSIZE (type0, 0);
8905 TYPE_LENGTH (result) = len * elt_bitsize / HOST_CHAR_BIT;
8906 if (TYPE_LENGTH (result) * HOST_CHAR_BIT < len * elt_bitsize)
8907 TYPE_LENGTH (result)++;
8908 }
8909
8910 TYPE_FIXED_INSTANCE (result) = 1;
8911 return result;
8912 }
8913
8914
8915 /* A standard type (containing no dynamically sized components)
8916 corresponding to TYPE for the value (TYPE, VALADDR, ADDRESS)
8917 DVAL describes a record containing any discriminants used in TYPE0,
8918 and may be NULL if there are none, or if the object of type TYPE at
8919 ADDRESS or in VALADDR contains these discriminants.
8920
8921 If CHECK_TAG is not null, in the case of tagged types, this function
8922 attempts to locate the object's tag and use it to compute the actual
8923 type. However, when ADDRESS is null, we cannot use it to determine the
8924 location of the tag, and therefore compute the tagged type's actual type.
8925 So we return the tagged type without consulting the tag. */
8926
8927 static struct type *
8928 ada_to_fixed_type_1 (struct type *type, const gdb_byte *valaddr,
8929 CORE_ADDR address, struct value *dval, int check_tag)
8930 {
8931 type = ada_check_typedef (type);
8932 switch (TYPE_CODE (type))
8933 {
8934 default:
8935 return type;
8936 case TYPE_CODE_STRUCT:
8937 {
8938 struct type *static_type = to_static_fixed_type (type);
8939 struct type *fixed_record_type =
8940 to_fixed_record_type (type, valaddr, address, NULL);
8941
8942 /* If STATIC_TYPE is a tagged type and we know the object's address,
8943 then we can determine its tag, and compute the object's actual
8944 type from there. Note that we have to use the fixed record
8945 type (the parent part of the record may have dynamic fields
8946 and the way the location of _tag is expressed may depend on
8947 them). */
8948
8949 if (check_tag && address != 0 && ada_is_tagged_type (static_type, 0))
8950 {
8951 struct value *tag =
8952 value_tag_from_contents_and_address
8953 (fixed_record_type,
8954 valaddr,
8955 address);
8956 struct type *real_type = type_from_tag (tag);
8957 struct value *obj =
8958 value_from_contents_and_address (fixed_record_type,
8959 valaddr,
8960 address);
8961 fixed_record_type = value_type (obj);
8962 if (real_type != NULL)
8963 return to_fixed_record_type
8964 (real_type, NULL,
8965 value_address (ada_tag_value_at_base_address (obj)), NULL);
8966 }
8967
8968 /* Check to see if there is a parallel ___XVZ variable.
8969 If there is, then it provides the actual size of our type. */
8970 else if (ada_type_name (fixed_record_type) != NULL)
8971 {
8972 const char *name = ada_type_name (fixed_record_type);
8973 char *xvz_name
8974 = (char *) alloca (strlen (name) + 7 /* "___XVZ\0" */);
8975 LONGEST size;
8976
8977 xsnprintf (xvz_name, strlen (name) + 7, "%s___XVZ", name);
8978 if (get_int_var_value (xvz_name, size)
8979 && TYPE_LENGTH (fixed_record_type) != size)
8980 {
8981 fixed_record_type = copy_type (fixed_record_type);
8982 TYPE_LENGTH (fixed_record_type) = size;
8983
8984 /* The FIXED_RECORD_TYPE may have be a stub. We have
8985 observed this when the debugging info is STABS, and
8986 apparently it is something that is hard to fix.
8987
8988 In practice, we don't need the actual type definition
8989 at all, because the presence of the XVZ variable allows us
8990 to assume that there must be a XVS type as well, which we
8991 should be able to use later, when we need the actual type
8992 definition.
8993
8994 In the meantime, pretend that the "fixed" type we are
8995 returning is NOT a stub, because this can cause trouble
8996 when using this type to create new types targeting it.
8997 Indeed, the associated creation routines often check
8998 whether the target type is a stub and will try to replace
8999 it, thus using a type with the wrong size. This, in turn,
9000 might cause the new type to have the wrong size too.
9001 Consider the case of an array, for instance, where the size
9002 of the array is computed from the number of elements in
9003 our array multiplied by the size of its element. */
9004 TYPE_STUB (fixed_record_type) = 0;
9005 }
9006 }
9007 return fixed_record_type;
9008 }
9009 case TYPE_CODE_ARRAY:
9010 return to_fixed_array_type (type, dval, 1);
9011 case TYPE_CODE_UNION:
9012 if (dval == NULL)
9013 return type;
9014 else
9015 return to_fixed_variant_branch_type (type, valaddr, address, dval);
9016 }
9017 }
9018
9019 /* The same as ada_to_fixed_type_1, except that it preserves the type
9020 if it is a TYPE_CODE_TYPEDEF of a type that is already fixed.
9021
9022 The typedef layer needs be preserved in order to differentiate between
9023 arrays and array pointers when both types are implemented using the same
9024 fat pointer. In the array pointer case, the pointer is encoded as
9025 a typedef of the pointer type. For instance, considering:
9026
9027 type String_Access is access String;
9028 S1 : String_Access := null;
9029
9030 To the debugger, S1 is defined as a typedef of type String. But
9031 to the user, it is a pointer. So if the user tries to print S1,
9032 we should not dereference the array, but print the array address
9033 instead.
9034
9035 If we didn't preserve the typedef layer, we would lose the fact that
9036 the type is to be presented as a pointer (needs de-reference before
9037 being printed). And we would also use the source-level type name. */
9038
9039 struct type *
9040 ada_to_fixed_type (struct type *type, const gdb_byte *valaddr,
9041 CORE_ADDR address, struct value *dval, int check_tag)
9042
9043 {
9044 struct type *fixed_type =
9045 ada_to_fixed_type_1 (type, valaddr, address, dval, check_tag);
9046
9047 /* If TYPE is a typedef and its target type is the same as the FIXED_TYPE,
9048 then preserve the typedef layer.
9049
9050 Implementation note: We can only check the main-type portion of
9051 the TYPE and FIXED_TYPE, because eliminating the typedef layer
9052 from TYPE now returns a type that has the same instance flags
9053 as TYPE. For instance, if TYPE is a "typedef const", and its
9054 target type is a "struct", then the typedef elimination will return
9055 a "const" version of the target type. See check_typedef for more
9056 details about how the typedef layer elimination is done.
9057
9058 brobecker/2010-11-19: It seems to me that the only case where it is
9059 useful to preserve the typedef layer is when dealing with fat pointers.
9060 Perhaps, we could add a check for that and preserve the typedef layer
9061 only in that situation. But this seems unecessary so far, probably
9062 because we call check_typedef/ada_check_typedef pretty much everywhere.
9063 */
9064 if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF
9065 && (TYPE_MAIN_TYPE (ada_typedef_target_type (type))
9066 == TYPE_MAIN_TYPE (fixed_type)))
9067 return type;
9068
9069 return fixed_type;
9070 }
9071
9072 /* A standard (static-sized) type corresponding as well as possible to
9073 TYPE0, but based on no runtime data. */
9074
9075 static struct type *
9076 to_static_fixed_type (struct type *type0)
9077 {
9078 struct type *type;
9079
9080 if (type0 == NULL)
9081 return NULL;
9082
9083 if (TYPE_FIXED_INSTANCE (type0))
9084 return type0;
9085
9086 type0 = ada_check_typedef (type0);
9087
9088 switch (TYPE_CODE (type0))
9089 {
9090 default:
9091 return type0;
9092 case TYPE_CODE_STRUCT:
9093 type = dynamic_template_type (type0);
9094 if (type != NULL)
9095 return template_to_static_fixed_type (type);
9096 else
9097 return template_to_static_fixed_type (type0);
9098 case TYPE_CODE_UNION:
9099 type = ada_find_parallel_type (type0, "___XVU");
9100 if (type != NULL)
9101 return template_to_static_fixed_type (type);
9102 else
9103 return template_to_static_fixed_type (type0);
9104 }
9105 }
9106
9107 /* A static approximation of TYPE with all type wrappers removed. */
9108
9109 static struct type *
9110 static_unwrap_type (struct type *type)
9111 {
9112 if (ada_is_aligner_type (type))
9113 {
9114 struct type *type1 = TYPE_FIELD_TYPE (ada_check_typedef (type), 0);
9115 if (ada_type_name (type1) == NULL)
9116 TYPE_NAME (type1) = ada_type_name (type);
9117
9118 return static_unwrap_type (type1);
9119 }
9120 else
9121 {
9122 struct type *raw_real_type = ada_get_base_type (type);
9123
9124 if (raw_real_type == type)
9125 return type;
9126 else
9127 return to_static_fixed_type (raw_real_type);
9128 }
9129 }
9130
9131 /* In some cases, incomplete and private types require
9132 cross-references that are not resolved as records (for example,
9133 type Foo;
9134 type FooP is access Foo;
9135 V: FooP;
9136 type Foo is array ...;
9137 ). In these cases, since there is no mechanism for producing
9138 cross-references to such types, we instead substitute for FooP a
9139 stub enumeration type that is nowhere resolved, and whose tag is
9140 the name of the actual type. Call these types "non-record stubs". */
9141
9142 /* A type equivalent to TYPE that is not a non-record stub, if one
9143 exists, otherwise TYPE. */
9144
9145 struct type *
9146 ada_check_typedef (struct type *type)
9147 {
9148 if (type == NULL)
9149 return NULL;
9150
9151 /* If our type is a typedef type of a fat pointer, then we're done.
9152 We don't want to strip the TYPE_CODE_TYPDEF layer, because this is
9153 what allows us to distinguish between fat pointers that represent
9154 array types, and fat pointers that represent array access types
9155 (in both cases, the compiler implements them as fat pointers). */
9156 if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF
9157 && is_thick_pntr (ada_typedef_target_type (type)))
9158 return type;
9159
9160 type = check_typedef (type);
9161 if (type == NULL || TYPE_CODE (type) != TYPE_CODE_ENUM
9162 || !TYPE_STUB (type)
9163 || TYPE_TAG_NAME (type) == NULL)
9164 return type;
9165 else
9166 {
9167 const char *name = TYPE_TAG_NAME (type);
9168 struct type *type1 = ada_find_any_type (name);
9169
9170 if (type1 == NULL)
9171 return type;
9172
9173 /* TYPE1 might itself be a TYPE_CODE_TYPEDEF (this can happen with
9174 stubs pointing to arrays, as we don't create symbols for array
9175 types, only for the typedef-to-array types). If that's the case,
9176 strip the typedef layer. */
9177 if (TYPE_CODE (type1) == TYPE_CODE_TYPEDEF)
9178 type1 = ada_check_typedef (type1);
9179
9180 return type1;
9181 }
9182 }
9183
9184 /* A value representing the data at VALADDR/ADDRESS as described by
9185 type TYPE0, but with a standard (static-sized) type that correctly
9186 describes it. If VAL0 is not NULL and TYPE0 already is a standard
9187 type, then return VAL0 [this feature is simply to avoid redundant
9188 creation of struct values]. */
9189
9190 static struct value *
9191 ada_to_fixed_value_create (struct type *type0, CORE_ADDR address,
9192 struct value *val0)
9193 {
9194 struct type *type = ada_to_fixed_type (type0, 0, address, NULL, 1);
9195
9196 if (type == type0 && val0 != NULL)
9197 return val0;
9198 else
9199 return value_from_contents_and_address (type, 0, address);
9200 }
9201
9202 /* A value representing VAL, but with a standard (static-sized) type
9203 that correctly describes it. Does not necessarily create a new
9204 value. */
9205
9206 struct value *
9207 ada_to_fixed_value (struct value *val)
9208 {
9209 val = unwrap_value (val);
9210 val = ada_to_fixed_value_create (value_type (val),
9211 value_address (val),
9212 val);
9213 return val;
9214 }
9215 \f
9216
9217 /* Attributes */
9218
9219 /* Table mapping attribute numbers to names.
9220 NOTE: Keep up to date with enum ada_attribute definition in ada-lang.h. */
9221
9222 static const char *attribute_names[] = {
9223 "<?>",
9224
9225 "first",
9226 "last",
9227 "length",
9228 "image",
9229 "max",
9230 "min",
9231 "modulus",
9232 "pos",
9233 "size",
9234 "tag",
9235 "val",
9236 0
9237 };
9238
9239 const char *
9240 ada_attribute_name (enum exp_opcode n)
9241 {
9242 if (n >= OP_ATR_FIRST && n <= (int) OP_ATR_VAL)
9243 return attribute_names[n - OP_ATR_FIRST + 1];
9244 else
9245 return attribute_names[0];
9246 }
9247
9248 /* Evaluate the 'POS attribute applied to ARG. */
9249
9250 static LONGEST
9251 pos_atr (struct value *arg)
9252 {
9253 struct value *val = coerce_ref (arg);
9254 struct type *type = value_type (val);
9255 LONGEST result;
9256
9257 if (!discrete_type_p (type))
9258 error (_("'POS only defined on discrete types"));
9259
9260 if (!discrete_position (type, value_as_long (val), &result))
9261 error (_("enumeration value is invalid: can't find 'POS"));
9262
9263 return result;
9264 }
9265
9266 static struct value *
9267 value_pos_atr (struct type *type, struct value *arg)
9268 {
9269 return value_from_longest (type, pos_atr (arg));
9270 }
9271
9272 /* Evaluate the TYPE'VAL attribute applied to ARG. */
9273
9274 static struct value *
9275 value_val_atr (struct type *type, struct value *arg)
9276 {
9277 if (!discrete_type_p (type))
9278 error (_("'VAL only defined on discrete types"));
9279 if (!integer_type_p (value_type (arg)))
9280 error (_("'VAL requires integral argument"));
9281
9282 if (TYPE_CODE (type) == TYPE_CODE_ENUM)
9283 {
9284 long pos = value_as_long (arg);
9285
9286 if (pos < 0 || pos >= TYPE_NFIELDS (type))
9287 error (_("argument to 'VAL out of range"));
9288 return value_from_longest (type, TYPE_FIELD_ENUMVAL (type, pos));
9289 }
9290 else
9291 return value_from_longest (type, value_as_long (arg));
9292 }
9293 \f
9294
9295 /* Evaluation */
9296
9297 /* True if TYPE appears to be an Ada character type.
9298 [At the moment, this is true only for Character and Wide_Character;
9299 It is a heuristic test that could stand improvement]. */
9300
9301 int
9302 ada_is_character_type (struct type *type)
9303 {
9304 const char *name;
9305
9306 /* If the type code says it's a character, then assume it really is,
9307 and don't check any further. */
9308 if (TYPE_CODE (type) == TYPE_CODE_CHAR)
9309 return 1;
9310
9311 /* Otherwise, assume it's a character type iff it is a discrete type
9312 with a known character type name. */
9313 name = ada_type_name (type);
9314 return (name != NULL
9315 && (TYPE_CODE (type) == TYPE_CODE_INT
9316 || TYPE_CODE (type) == TYPE_CODE_RANGE)
9317 && (strcmp (name, "character") == 0
9318 || strcmp (name, "wide_character") == 0
9319 || strcmp (name, "wide_wide_character") == 0
9320 || strcmp (name, "unsigned char") == 0));
9321 }
9322
9323 /* True if TYPE appears to be an Ada string type. */
9324
9325 int
9326 ada_is_string_type (struct type *type)
9327 {
9328 type = ada_check_typedef (type);
9329 if (type != NULL
9330 && TYPE_CODE (type) != TYPE_CODE_PTR
9331 && (ada_is_simple_array_type (type)
9332 || ada_is_array_descriptor_type (type))
9333 && ada_array_arity (type) == 1)
9334 {
9335 struct type *elttype = ada_array_element_type (type, 1);
9336
9337 return ada_is_character_type (elttype);
9338 }
9339 else
9340 return 0;
9341 }
9342
9343 /* The compiler sometimes provides a parallel XVS type for a given
9344 PAD type. Normally, it is safe to follow the PAD type directly,
9345 but older versions of the compiler have a bug that causes the offset
9346 of its "F" field to be wrong. Following that field in that case
9347 would lead to incorrect results, but this can be worked around
9348 by ignoring the PAD type and using the associated XVS type instead.
9349
9350 Set to True if the debugger should trust the contents of PAD types.
9351 Otherwise, ignore the PAD type if there is a parallel XVS type. */
9352 static int trust_pad_over_xvs = 1;
9353
9354 /* True if TYPE is a struct type introduced by the compiler to force the
9355 alignment of a value. Such types have a single field with a
9356 distinctive name. */
9357
9358 int
9359 ada_is_aligner_type (struct type *type)
9360 {
9361 type = ada_check_typedef (type);
9362
9363 if (!trust_pad_over_xvs && ada_find_parallel_type (type, "___XVS") != NULL)
9364 return 0;
9365
9366 return (TYPE_CODE (type) == TYPE_CODE_STRUCT
9367 && TYPE_NFIELDS (type) == 1
9368 && strcmp (TYPE_FIELD_NAME (type, 0), "F") == 0);
9369 }
9370
9371 /* If there is an ___XVS-convention type parallel to SUBTYPE, return
9372 the parallel type. */
9373
9374 struct type *
9375 ada_get_base_type (struct type *raw_type)
9376 {
9377 struct type *real_type_namer;
9378 struct type *raw_real_type;
9379
9380 if (raw_type == NULL || TYPE_CODE (raw_type) != TYPE_CODE_STRUCT)
9381 return raw_type;
9382
9383 if (ada_is_aligner_type (raw_type))
9384 /* The encoding specifies that we should always use the aligner type.
9385 So, even if this aligner type has an associated XVS type, we should
9386 simply ignore it.
9387
9388 According to the compiler gurus, an XVS type parallel to an aligner
9389 type may exist because of a stabs limitation. In stabs, aligner
9390 types are empty because the field has a variable-sized type, and
9391 thus cannot actually be used as an aligner type. As a result,
9392 we need the associated parallel XVS type to decode the type.
9393 Since the policy in the compiler is to not change the internal
9394 representation based on the debugging info format, we sometimes
9395 end up having a redundant XVS type parallel to the aligner type. */
9396 return raw_type;
9397
9398 real_type_namer = ada_find_parallel_type (raw_type, "___XVS");
9399 if (real_type_namer == NULL
9400 || TYPE_CODE (real_type_namer) != TYPE_CODE_STRUCT
9401 || TYPE_NFIELDS (real_type_namer) != 1)
9402 return raw_type;
9403
9404 if (TYPE_CODE (TYPE_FIELD_TYPE (real_type_namer, 0)) != TYPE_CODE_REF)
9405 {
9406 /* This is an older encoding form where the base type needs to be
9407 looked up by name. We prefer the newer enconding because it is
9408 more efficient. */
9409 raw_real_type = ada_find_any_type (TYPE_FIELD_NAME (real_type_namer, 0));
9410 if (raw_real_type == NULL)
9411 return raw_type;
9412 else
9413 return raw_real_type;
9414 }
9415
9416 /* The field in our XVS type is a reference to the base type. */
9417 return TYPE_TARGET_TYPE (TYPE_FIELD_TYPE (real_type_namer, 0));
9418 }
9419
9420 /* The type of value designated by TYPE, with all aligners removed. */
9421
9422 struct type *
9423 ada_aligned_type (struct type *type)
9424 {
9425 if (ada_is_aligner_type (type))
9426 return ada_aligned_type (TYPE_FIELD_TYPE (type, 0));
9427 else
9428 return ada_get_base_type (type);
9429 }
9430
9431
9432 /* The address of the aligned value in an object at address VALADDR
9433 having type TYPE. Assumes ada_is_aligner_type (TYPE). */
9434
9435 const gdb_byte *
9436 ada_aligned_value_addr (struct type *type, const gdb_byte *valaddr)
9437 {
9438 if (ada_is_aligner_type (type))
9439 return ada_aligned_value_addr (TYPE_FIELD_TYPE (type, 0),
9440 valaddr +
9441 TYPE_FIELD_BITPOS (type,
9442 0) / TARGET_CHAR_BIT);
9443 else
9444 return valaddr;
9445 }
9446
9447
9448
9449 /* The printed representation of an enumeration literal with encoded
9450 name NAME. The value is good to the next call of ada_enum_name. */
9451 const char *
9452 ada_enum_name (const char *name)
9453 {
9454 static char *result;
9455 static size_t result_len = 0;
9456 const char *tmp;
9457
9458 /* First, unqualify the enumeration name:
9459 1. Search for the last '.' character. If we find one, then skip
9460 all the preceding characters, the unqualified name starts
9461 right after that dot.
9462 2. Otherwise, we may be debugging on a target where the compiler
9463 translates dots into "__". Search forward for double underscores,
9464 but stop searching when we hit an overloading suffix, which is
9465 of the form "__" followed by digits. */
9466
9467 tmp = strrchr (name, '.');
9468 if (tmp != NULL)
9469 name = tmp + 1;
9470 else
9471 {
9472 while ((tmp = strstr (name, "__")) != NULL)
9473 {
9474 if (isdigit (tmp[2]))
9475 break;
9476 else
9477 name = tmp + 2;
9478 }
9479 }
9480
9481 if (name[0] == 'Q')
9482 {
9483 int v;
9484
9485 if (name[1] == 'U' || name[1] == 'W')
9486 {
9487 if (sscanf (name + 2, "%x", &v) != 1)
9488 return name;
9489 }
9490 else
9491 return name;
9492
9493 GROW_VECT (result, result_len, 16);
9494 if (isascii (v) && isprint (v))
9495 xsnprintf (result, result_len, "'%c'", v);
9496 else if (name[1] == 'U')
9497 xsnprintf (result, result_len, "[\"%02x\"]", v);
9498 else
9499 xsnprintf (result, result_len, "[\"%04x\"]", v);
9500
9501 return result;
9502 }
9503 else
9504 {
9505 tmp = strstr (name, "__");
9506 if (tmp == NULL)
9507 tmp = strstr (name, "$");
9508 if (tmp != NULL)
9509 {
9510 GROW_VECT (result, result_len, tmp - name + 1);
9511 strncpy (result, name, tmp - name);
9512 result[tmp - name] = '\0';
9513 return result;
9514 }
9515
9516 return name;
9517 }
9518 }
9519
9520 /* Evaluate the subexpression of EXP starting at *POS as for
9521 evaluate_type, updating *POS to point just past the evaluated
9522 expression. */
9523
9524 static struct value *
9525 evaluate_subexp_type (struct expression *exp, int *pos)
9526 {
9527 return evaluate_subexp (NULL_TYPE, exp, pos, EVAL_AVOID_SIDE_EFFECTS);
9528 }
9529
9530 /* If VAL is wrapped in an aligner or subtype wrapper, return the
9531 value it wraps. */
9532
9533 static struct value *
9534 unwrap_value (struct value *val)
9535 {
9536 struct type *type = ada_check_typedef (value_type (val));
9537
9538 if (ada_is_aligner_type (type))
9539 {
9540 struct value *v = ada_value_struct_elt (val, "F", 0);
9541 struct type *val_type = ada_check_typedef (value_type (v));
9542
9543 if (ada_type_name (val_type) == NULL)
9544 TYPE_NAME (val_type) = ada_type_name (type);
9545
9546 return unwrap_value (v);
9547 }
9548 else
9549 {
9550 struct type *raw_real_type =
9551 ada_check_typedef (ada_get_base_type (type));
9552
9553 /* If there is no parallel XVS or XVE type, then the value is
9554 already unwrapped. Return it without further modification. */
9555 if ((type == raw_real_type)
9556 && ada_find_parallel_type (type, "___XVE") == NULL)
9557 return val;
9558
9559 return
9560 coerce_unspec_val_to_type
9561 (val, ada_to_fixed_type (raw_real_type, 0,
9562 value_address (val),
9563 NULL, 1));
9564 }
9565 }
9566
9567 static struct value *
9568 cast_to_fixed (struct type *type, struct value *arg)
9569 {
9570 LONGEST val;
9571
9572 if (type == value_type (arg))
9573 return arg;
9574 else if (ada_is_fixed_point_type (value_type (arg)))
9575 val = ada_float_to_fixed (type,
9576 ada_fixed_to_float (value_type (arg),
9577 value_as_long (arg)));
9578 else
9579 {
9580 DOUBLEST argd = value_as_double (arg);
9581
9582 val = ada_float_to_fixed (type, argd);
9583 }
9584
9585 return value_from_longest (type, val);
9586 }
9587
9588 static struct value *
9589 cast_from_fixed (struct type *type, struct value *arg)
9590 {
9591 DOUBLEST val = ada_fixed_to_float (value_type (arg),
9592 value_as_long (arg));
9593
9594 return value_from_double (type, val);
9595 }
9596
9597 /* Given two array types T1 and T2, return nonzero iff both arrays
9598 contain the same number of elements. */
9599
9600 static int
9601 ada_same_array_size_p (struct type *t1, struct type *t2)
9602 {
9603 LONGEST lo1, hi1, lo2, hi2;
9604
9605 /* Get the array bounds in order to verify that the size of
9606 the two arrays match. */
9607 if (!get_array_bounds (t1, &lo1, &hi1)
9608 || !get_array_bounds (t2, &lo2, &hi2))
9609 error (_("unable to determine array bounds"));
9610
9611 /* To make things easier for size comparison, normalize a bit
9612 the case of empty arrays by making sure that the difference
9613 between upper bound and lower bound is always -1. */
9614 if (lo1 > hi1)
9615 hi1 = lo1 - 1;
9616 if (lo2 > hi2)
9617 hi2 = lo2 - 1;
9618
9619 return (hi1 - lo1 == hi2 - lo2);
9620 }
9621
9622 /* Assuming that VAL is an array of integrals, and TYPE represents
9623 an array with the same number of elements, but with wider integral
9624 elements, return an array "casted" to TYPE. In practice, this
9625 means that the returned array is built by casting each element
9626 of the original array into TYPE's (wider) element type. */
9627
9628 static struct value *
9629 ada_promote_array_of_integrals (struct type *type, struct value *val)
9630 {
9631 struct type *elt_type = TYPE_TARGET_TYPE (type);
9632 LONGEST lo, hi;
9633 struct value *res;
9634 LONGEST i;
9635
9636 /* Verify that both val and type are arrays of scalars, and
9637 that the size of val's elements is smaller than the size
9638 of type's element. */
9639 gdb_assert (TYPE_CODE (type) == TYPE_CODE_ARRAY);
9640 gdb_assert (is_integral_type (TYPE_TARGET_TYPE (type)));
9641 gdb_assert (TYPE_CODE (value_type (val)) == TYPE_CODE_ARRAY);
9642 gdb_assert (is_integral_type (TYPE_TARGET_TYPE (value_type (val))));
9643 gdb_assert (TYPE_LENGTH (TYPE_TARGET_TYPE (type))
9644 > TYPE_LENGTH (TYPE_TARGET_TYPE (value_type (val))));
9645
9646 if (!get_array_bounds (type, &lo, &hi))
9647 error (_("unable to determine array bounds"));
9648
9649 res = allocate_value (type);
9650
9651 /* Promote each array element. */
9652 for (i = 0; i < hi - lo + 1; i++)
9653 {
9654 struct value *elt = value_cast (elt_type, value_subscript (val, lo + i));
9655
9656 memcpy (value_contents_writeable (res) + (i * TYPE_LENGTH (elt_type)),
9657 value_contents_all (elt), TYPE_LENGTH (elt_type));
9658 }
9659
9660 return res;
9661 }
9662
9663 /* Coerce VAL as necessary for assignment to an lval of type TYPE, and
9664 return the converted value. */
9665
9666 static struct value *
9667 coerce_for_assign (struct type *type, struct value *val)
9668 {
9669 struct type *type2 = value_type (val);
9670
9671 if (type == type2)
9672 return val;
9673
9674 type2 = ada_check_typedef (type2);
9675 type = ada_check_typedef (type);
9676
9677 if (TYPE_CODE (type2) == TYPE_CODE_PTR
9678 && TYPE_CODE (type) == TYPE_CODE_ARRAY)
9679 {
9680 val = ada_value_ind (val);
9681 type2 = value_type (val);
9682 }
9683
9684 if (TYPE_CODE (type2) == TYPE_CODE_ARRAY
9685 && TYPE_CODE (type) == TYPE_CODE_ARRAY)
9686 {
9687 if (!ada_same_array_size_p (type, type2))
9688 error (_("cannot assign arrays of different length"));
9689
9690 if (is_integral_type (TYPE_TARGET_TYPE (type))
9691 && is_integral_type (TYPE_TARGET_TYPE (type2))
9692 && TYPE_LENGTH (TYPE_TARGET_TYPE (type2))
9693 < TYPE_LENGTH (TYPE_TARGET_TYPE (type)))
9694 {
9695 /* Allow implicit promotion of the array elements to
9696 a wider type. */
9697 return ada_promote_array_of_integrals (type, val);
9698 }
9699
9700 if (TYPE_LENGTH (TYPE_TARGET_TYPE (type2))
9701 != TYPE_LENGTH (TYPE_TARGET_TYPE (type)))
9702 error (_("Incompatible types in assignment"));
9703 deprecated_set_value_type (val, type);
9704 }
9705 return val;
9706 }
9707
9708 static struct value *
9709 ada_value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
9710 {
9711 struct value *val;
9712 struct type *type1, *type2;
9713 LONGEST v, v1, v2;
9714
9715 arg1 = coerce_ref (arg1);
9716 arg2 = coerce_ref (arg2);
9717 type1 = get_base_type (ada_check_typedef (value_type (arg1)));
9718 type2 = get_base_type (ada_check_typedef (value_type (arg2)));
9719
9720 if (TYPE_CODE (type1) != TYPE_CODE_INT
9721 || TYPE_CODE (type2) != TYPE_CODE_INT)
9722 return value_binop (arg1, arg2, op);
9723
9724 switch (op)
9725 {
9726 case BINOP_MOD:
9727 case BINOP_DIV:
9728 case BINOP_REM:
9729 break;
9730 default:
9731 return value_binop (arg1, arg2, op);
9732 }
9733
9734 v2 = value_as_long (arg2);
9735 if (v2 == 0)
9736 error (_("second operand of %s must not be zero."), op_string (op));
9737
9738 if (TYPE_UNSIGNED (type1) || op == BINOP_MOD)
9739 return value_binop (arg1, arg2, op);
9740
9741 v1 = value_as_long (arg1);
9742 switch (op)
9743 {
9744 case BINOP_DIV:
9745 v = v1 / v2;
9746 if (!TRUNCATION_TOWARDS_ZERO && v1 * (v1 % v2) < 0)
9747 v += v > 0 ? -1 : 1;
9748 break;
9749 case BINOP_REM:
9750 v = v1 % v2;
9751 if (v * v1 < 0)
9752 v -= v2;
9753 break;
9754 default:
9755 /* Should not reach this point. */
9756 v = 0;
9757 }
9758
9759 val = allocate_value (type1);
9760 store_unsigned_integer (value_contents_raw (val),
9761 TYPE_LENGTH (value_type (val)),
9762 gdbarch_byte_order (get_type_arch (type1)), v);
9763 return val;
9764 }
9765
9766 static int
9767 ada_value_equal (struct value *arg1, struct value *arg2)
9768 {
9769 if (ada_is_direct_array_type (value_type (arg1))
9770 || ada_is_direct_array_type (value_type (arg2)))
9771 {
9772 /* Automatically dereference any array reference before
9773 we attempt to perform the comparison. */
9774 arg1 = ada_coerce_ref (arg1);
9775 arg2 = ada_coerce_ref (arg2);
9776
9777 arg1 = ada_coerce_to_simple_array (arg1);
9778 arg2 = ada_coerce_to_simple_array (arg2);
9779 if (TYPE_CODE (value_type (arg1)) != TYPE_CODE_ARRAY
9780 || TYPE_CODE (value_type (arg2)) != TYPE_CODE_ARRAY)
9781 error (_("Attempt to compare array with non-array"));
9782 /* FIXME: The following works only for types whose
9783 representations use all bits (no padding or undefined bits)
9784 and do not have user-defined equality. */
9785 return
9786 TYPE_LENGTH (value_type (arg1)) == TYPE_LENGTH (value_type (arg2))
9787 && memcmp (value_contents (arg1), value_contents (arg2),
9788 TYPE_LENGTH (value_type (arg1))) == 0;
9789 }
9790 return value_equal (arg1, arg2);
9791 }
9792
9793 /* Total number of component associations in the aggregate starting at
9794 index PC in EXP. Assumes that index PC is the start of an
9795 OP_AGGREGATE. */
9796
9797 static int
9798 num_component_specs (struct expression *exp, int pc)
9799 {
9800 int n, m, i;
9801
9802 m = exp->elts[pc + 1].longconst;
9803 pc += 3;
9804 n = 0;
9805 for (i = 0; i < m; i += 1)
9806 {
9807 switch (exp->elts[pc].opcode)
9808 {
9809 default:
9810 n += 1;
9811 break;
9812 case OP_CHOICES:
9813 n += exp->elts[pc + 1].longconst;
9814 break;
9815 }
9816 ada_evaluate_subexp (NULL, exp, &pc, EVAL_SKIP);
9817 }
9818 return n;
9819 }
9820
9821 /* Assign the result of evaluating EXP starting at *POS to the INDEXth
9822 component of LHS (a simple array or a record), updating *POS past
9823 the expression, assuming that LHS is contained in CONTAINER. Does
9824 not modify the inferior's memory, nor does it modify LHS (unless
9825 LHS == CONTAINER). */
9826
9827 static void
9828 assign_component (struct value *container, struct value *lhs, LONGEST index,
9829 struct expression *exp, int *pos)
9830 {
9831 struct value *mark = value_mark ();
9832 struct value *elt;
9833
9834 if (TYPE_CODE (value_type (lhs)) == TYPE_CODE_ARRAY)
9835 {
9836 struct type *index_type = builtin_type (exp->gdbarch)->builtin_int;
9837 struct value *index_val = value_from_longest (index_type, index);
9838
9839 elt = unwrap_value (ada_value_subscript (lhs, 1, &index_val));
9840 }
9841 else
9842 {
9843 elt = ada_index_struct_field (index, lhs, 0, value_type (lhs));
9844 elt = ada_to_fixed_value (elt);
9845 }
9846
9847 if (exp->elts[*pos].opcode == OP_AGGREGATE)
9848 assign_aggregate (container, elt, exp, pos, EVAL_NORMAL);
9849 else
9850 value_assign_to_component (container, elt,
9851 ada_evaluate_subexp (NULL, exp, pos,
9852 EVAL_NORMAL));
9853
9854 value_free_to_mark (mark);
9855 }
9856
9857 /* Assuming that LHS represents an lvalue having a record or array
9858 type, and EXP->ELTS[*POS] is an OP_AGGREGATE, evaluate an assignment
9859 of that aggregate's value to LHS, advancing *POS past the
9860 aggregate. NOSIDE is as for evaluate_subexp. CONTAINER is an
9861 lvalue containing LHS (possibly LHS itself). Does not modify
9862 the inferior's memory, nor does it modify the contents of
9863 LHS (unless == CONTAINER). Returns the modified CONTAINER. */
9864
9865 static struct value *
9866 assign_aggregate (struct value *container,
9867 struct value *lhs, struct expression *exp,
9868 int *pos, enum noside noside)
9869 {
9870 struct type *lhs_type;
9871 int n = exp->elts[*pos+1].longconst;
9872 LONGEST low_index, high_index;
9873 int num_specs;
9874 LONGEST *indices;
9875 int max_indices, num_indices;
9876 int i;
9877
9878 *pos += 3;
9879 if (noside != EVAL_NORMAL)
9880 {
9881 for (i = 0; i < n; i += 1)
9882 ada_evaluate_subexp (NULL, exp, pos, noside);
9883 return container;
9884 }
9885
9886 container = ada_coerce_ref (container);
9887 if (ada_is_direct_array_type (value_type (container)))
9888 container = ada_coerce_to_simple_array (container);
9889 lhs = ada_coerce_ref (lhs);
9890 if (!deprecated_value_modifiable (lhs))
9891 error (_("Left operand of assignment is not a modifiable lvalue."));
9892
9893 lhs_type = value_type (lhs);
9894 if (ada_is_direct_array_type (lhs_type))
9895 {
9896 lhs = ada_coerce_to_simple_array (lhs);
9897 lhs_type = value_type (lhs);
9898 low_index = TYPE_ARRAY_LOWER_BOUND_VALUE (lhs_type);
9899 high_index = TYPE_ARRAY_UPPER_BOUND_VALUE (lhs_type);
9900 }
9901 else if (TYPE_CODE (lhs_type) == TYPE_CODE_STRUCT)
9902 {
9903 low_index = 0;
9904 high_index = num_visible_fields (lhs_type) - 1;
9905 }
9906 else
9907 error (_("Left-hand side must be array or record."));
9908
9909 num_specs = num_component_specs (exp, *pos - 3);
9910 max_indices = 4 * num_specs + 4;
9911 indices = XALLOCAVEC (LONGEST, max_indices);
9912 indices[0] = indices[1] = low_index - 1;
9913 indices[2] = indices[3] = high_index + 1;
9914 num_indices = 4;
9915
9916 for (i = 0; i < n; i += 1)
9917 {
9918 switch (exp->elts[*pos].opcode)
9919 {
9920 case OP_CHOICES:
9921 aggregate_assign_from_choices (container, lhs, exp, pos, indices,
9922 &num_indices, max_indices,
9923 low_index, high_index);
9924 break;
9925 case OP_POSITIONAL:
9926 aggregate_assign_positional (container, lhs, exp, pos, indices,
9927 &num_indices, max_indices,
9928 low_index, high_index);
9929 break;
9930 case OP_OTHERS:
9931 if (i != n-1)
9932 error (_("Misplaced 'others' clause"));
9933 aggregate_assign_others (container, lhs, exp, pos, indices,
9934 num_indices, low_index, high_index);
9935 break;
9936 default:
9937 error (_("Internal error: bad aggregate clause"));
9938 }
9939 }
9940
9941 return container;
9942 }
9943
9944 /* Assign into the component of LHS indexed by the OP_POSITIONAL
9945 construct at *POS, updating *POS past the construct, given that
9946 the positions are relative to lower bound LOW, where HIGH is the
9947 upper bound. Record the position in INDICES[0 .. MAX_INDICES-1]
9948 updating *NUM_INDICES as needed. CONTAINER is as for
9949 assign_aggregate. */
9950 static void
9951 aggregate_assign_positional (struct value *container,
9952 struct value *lhs, struct expression *exp,
9953 int *pos, LONGEST *indices, int *num_indices,
9954 int max_indices, LONGEST low, LONGEST high)
9955 {
9956 LONGEST ind = longest_to_int (exp->elts[*pos + 1].longconst) + low;
9957
9958 if (ind - 1 == high)
9959 warning (_("Extra components in aggregate ignored."));
9960 if (ind <= high)
9961 {
9962 add_component_interval (ind, ind, indices, num_indices, max_indices);
9963 *pos += 3;
9964 assign_component (container, lhs, ind, exp, pos);
9965 }
9966 else
9967 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
9968 }
9969
9970 /* Assign into the components of LHS indexed by the OP_CHOICES
9971 construct at *POS, updating *POS past the construct, given that
9972 the allowable indices are LOW..HIGH. Record the indices assigned
9973 to in INDICES[0 .. MAX_INDICES-1], updating *NUM_INDICES as
9974 needed. CONTAINER is as for assign_aggregate. */
9975 static void
9976 aggregate_assign_from_choices (struct value *container,
9977 struct value *lhs, struct expression *exp,
9978 int *pos, LONGEST *indices, int *num_indices,
9979 int max_indices, LONGEST low, LONGEST high)
9980 {
9981 int j;
9982 int n_choices = longest_to_int (exp->elts[*pos+1].longconst);
9983 int choice_pos, expr_pc;
9984 int is_array = ada_is_direct_array_type (value_type (lhs));
9985
9986 choice_pos = *pos += 3;
9987
9988 for (j = 0; j < n_choices; j += 1)
9989 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
9990 expr_pc = *pos;
9991 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
9992
9993 for (j = 0; j < n_choices; j += 1)
9994 {
9995 LONGEST lower, upper;
9996 enum exp_opcode op = exp->elts[choice_pos].opcode;
9997
9998 if (op == OP_DISCRETE_RANGE)
9999 {
10000 choice_pos += 1;
10001 lower = value_as_long (ada_evaluate_subexp (NULL, exp, pos,
10002 EVAL_NORMAL));
10003 upper = value_as_long (ada_evaluate_subexp (NULL, exp, pos,
10004 EVAL_NORMAL));
10005 }
10006 else if (is_array)
10007 {
10008 lower = value_as_long (ada_evaluate_subexp (NULL, exp, &choice_pos,
10009 EVAL_NORMAL));
10010 upper = lower;
10011 }
10012 else
10013 {
10014 int ind;
10015 const char *name;
10016
10017 switch (op)
10018 {
10019 case OP_NAME:
10020 name = &exp->elts[choice_pos + 2].string;
10021 break;
10022 case OP_VAR_VALUE:
10023 name = SYMBOL_NATURAL_NAME (exp->elts[choice_pos + 2].symbol);
10024 break;
10025 default:
10026 error (_("Invalid record component association."));
10027 }
10028 ada_evaluate_subexp (NULL, exp, &choice_pos, EVAL_SKIP);
10029 ind = 0;
10030 if (! find_struct_field (name, value_type (lhs), 0,
10031 NULL, NULL, NULL, NULL, &ind))
10032 error (_("Unknown component name: %s."), name);
10033 lower = upper = ind;
10034 }
10035
10036 if (lower <= upper && (lower < low || upper > high))
10037 error (_("Index in component association out of bounds."));
10038
10039 add_component_interval (lower, upper, indices, num_indices,
10040 max_indices);
10041 while (lower <= upper)
10042 {
10043 int pos1;
10044
10045 pos1 = expr_pc;
10046 assign_component (container, lhs, lower, exp, &pos1);
10047 lower += 1;
10048 }
10049 }
10050 }
10051
10052 /* Assign the value of the expression in the OP_OTHERS construct in
10053 EXP at *POS into the components of LHS indexed from LOW .. HIGH that
10054 have not been previously assigned. The index intervals already assigned
10055 are in INDICES[0 .. NUM_INDICES-1]. Updates *POS to after the
10056 OP_OTHERS clause. CONTAINER is as for assign_aggregate. */
10057 static void
10058 aggregate_assign_others (struct value *container,
10059 struct value *lhs, struct expression *exp,
10060 int *pos, LONGEST *indices, int num_indices,
10061 LONGEST low, LONGEST high)
10062 {
10063 int i;
10064 int expr_pc = *pos + 1;
10065
10066 for (i = 0; i < num_indices - 2; i += 2)
10067 {
10068 LONGEST ind;
10069
10070 for (ind = indices[i + 1] + 1; ind < indices[i + 2]; ind += 1)
10071 {
10072 int localpos;
10073
10074 localpos = expr_pc;
10075 assign_component (container, lhs, ind, exp, &localpos);
10076 }
10077 }
10078 ada_evaluate_subexp (NULL, exp, pos, EVAL_SKIP);
10079 }
10080
10081 /* Add the interval [LOW .. HIGH] to the sorted set of intervals
10082 [ INDICES[0] .. INDICES[1] ],..., [ INDICES[*SIZE-2] .. INDICES[*SIZE-1] ],
10083 modifying *SIZE as needed. It is an error if *SIZE exceeds
10084 MAX_SIZE. The resulting intervals do not overlap. */
10085 static void
10086 add_component_interval (LONGEST low, LONGEST high,
10087 LONGEST* indices, int *size, int max_size)
10088 {
10089 int i, j;
10090
10091 for (i = 0; i < *size; i += 2) {
10092 if (high >= indices[i] && low <= indices[i + 1])
10093 {
10094 int kh;
10095
10096 for (kh = i + 2; kh < *size; kh += 2)
10097 if (high < indices[kh])
10098 break;
10099 if (low < indices[i])
10100 indices[i] = low;
10101 indices[i + 1] = indices[kh - 1];
10102 if (high > indices[i + 1])
10103 indices[i + 1] = high;
10104 memcpy (indices + i + 2, indices + kh, *size - kh);
10105 *size -= kh - i - 2;
10106 return;
10107 }
10108 else if (high < indices[i])
10109 break;
10110 }
10111
10112 if (*size == max_size)
10113 error (_("Internal error: miscounted aggregate components."));
10114 *size += 2;
10115 for (j = *size-1; j >= i+2; j -= 1)
10116 indices[j] = indices[j - 2];
10117 indices[i] = low;
10118 indices[i + 1] = high;
10119 }
10120
10121 /* Perform and Ada cast of ARG2 to type TYPE if the type of ARG2
10122 is different. */
10123
10124 static struct value *
10125 ada_value_cast (struct type *type, struct value *arg2, enum noside noside)
10126 {
10127 if (type == ada_check_typedef (value_type (arg2)))
10128 return arg2;
10129
10130 if (ada_is_fixed_point_type (type))
10131 return (cast_to_fixed (type, arg2));
10132
10133 if (ada_is_fixed_point_type (value_type (arg2)))
10134 return cast_from_fixed (type, arg2);
10135
10136 return value_cast (type, arg2);
10137 }
10138
10139 /* Evaluating Ada expressions, and printing their result.
10140 ------------------------------------------------------
10141
10142 1. Introduction:
10143 ----------------
10144
10145 We usually evaluate an Ada expression in order to print its value.
10146 We also evaluate an expression in order to print its type, which
10147 happens during the EVAL_AVOID_SIDE_EFFECTS phase of the evaluation,
10148 but we'll focus mostly on the EVAL_NORMAL phase. In practice, the
10149 EVAL_AVOID_SIDE_EFFECTS phase allows us to simplify certain aspects of
10150 the evaluation compared to the EVAL_NORMAL, but is otherwise very
10151 similar.
10152
10153 Evaluating expressions is a little more complicated for Ada entities
10154 than it is for entities in languages such as C. The main reason for
10155 this is that Ada provides types whose definition might be dynamic.
10156 One example of such types is variant records. Or another example
10157 would be an array whose bounds can only be known at run time.
10158
10159 The following description is a general guide as to what should be
10160 done (and what should NOT be done) in order to evaluate an expression
10161 involving such types, and when. This does not cover how the semantic
10162 information is encoded by GNAT as this is covered separatly. For the
10163 document used as the reference for the GNAT encoding, see exp_dbug.ads
10164 in the GNAT sources.
10165
10166 Ideally, we should embed each part of this description next to its
10167 associated code. Unfortunately, the amount of code is so vast right
10168 now that it's hard to see whether the code handling a particular
10169 situation might be duplicated or not. One day, when the code is
10170 cleaned up, this guide might become redundant with the comments
10171 inserted in the code, and we might want to remove it.
10172
10173 2. ``Fixing'' an Entity, the Simple Case:
10174 -----------------------------------------
10175
10176 When evaluating Ada expressions, the tricky issue is that they may
10177 reference entities whose type contents and size are not statically
10178 known. Consider for instance a variant record:
10179
10180 type Rec (Empty : Boolean := True) is record
10181 case Empty is
10182 when True => null;
10183 when False => Value : Integer;
10184 end case;
10185 end record;
10186 Yes : Rec := (Empty => False, Value => 1);
10187 No : Rec := (empty => True);
10188
10189 The size and contents of that record depends on the value of the
10190 descriminant (Rec.Empty). At this point, neither the debugging
10191 information nor the associated type structure in GDB are able to
10192 express such dynamic types. So what the debugger does is to create
10193 "fixed" versions of the type that applies to the specific object.
10194 We also informally refer to this opperation as "fixing" an object,
10195 which means creating its associated fixed type.
10196
10197 Example: when printing the value of variable "Yes" above, its fixed
10198 type would look like this:
10199
10200 type Rec is record
10201 Empty : Boolean;
10202 Value : Integer;
10203 end record;
10204
10205 On the other hand, if we printed the value of "No", its fixed type
10206 would become:
10207
10208 type Rec is record
10209 Empty : Boolean;
10210 end record;
10211
10212 Things become a little more complicated when trying to fix an entity
10213 with a dynamic type that directly contains another dynamic type,
10214 such as an array of variant records, for instance. There are
10215 two possible cases: Arrays, and records.
10216
10217 3. ``Fixing'' Arrays:
10218 ---------------------
10219
10220 The type structure in GDB describes an array in terms of its bounds,
10221 and the type of its elements. By design, all elements in the array
10222 have the same type and we cannot represent an array of variant elements
10223 using the current type structure in GDB. When fixing an array,
10224 we cannot fix the array element, as we would potentially need one
10225 fixed type per element of the array. As a result, the best we can do
10226 when fixing an array is to produce an array whose bounds and size
10227 are correct (allowing us to read it from memory), but without having
10228 touched its element type. Fixing each element will be done later,
10229 when (if) necessary.
10230
10231 Arrays are a little simpler to handle than records, because the same
10232 amount of memory is allocated for each element of the array, even if
10233 the amount of space actually used by each element differs from element
10234 to element. Consider for instance the following array of type Rec:
10235
10236 type Rec_Array is array (1 .. 2) of Rec;
10237
10238 The actual amount of memory occupied by each element might be different
10239 from element to element, depending on the value of their discriminant.
10240 But the amount of space reserved for each element in the array remains
10241 fixed regardless. So we simply need to compute that size using
10242 the debugging information available, from which we can then determine
10243 the array size (we multiply the number of elements of the array by
10244 the size of each element).
10245
10246 The simplest case is when we have an array of a constrained element
10247 type. For instance, consider the following type declarations:
10248
10249 type Bounded_String (Max_Size : Integer) is
10250 Length : Integer;
10251 Buffer : String (1 .. Max_Size);
10252 end record;
10253 type Bounded_String_Array is array (1 ..2) of Bounded_String (80);
10254
10255 In this case, the compiler describes the array as an array of
10256 variable-size elements (identified by its XVS suffix) for which
10257 the size can be read in the parallel XVZ variable.
10258
10259 In the case of an array of an unconstrained element type, the compiler
10260 wraps the array element inside a private PAD type. This type should not
10261 be shown to the user, and must be "unwrap"'ed before printing. Note
10262 that we also use the adjective "aligner" in our code to designate
10263 these wrapper types.
10264
10265 In some cases, the size allocated for each element is statically
10266 known. In that case, the PAD type already has the correct size,
10267 and the array element should remain unfixed.
10268
10269 But there are cases when this size is not statically known.
10270 For instance, assuming that "Five" is an integer variable:
10271
10272 type Dynamic is array (1 .. Five) of Integer;
10273 type Wrapper (Has_Length : Boolean := False) is record
10274 Data : Dynamic;
10275 case Has_Length is
10276 when True => Length : Integer;
10277 when False => null;
10278 end case;
10279 end record;
10280 type Wrapper_Array is array (1 .. 2) of Wrapper;
10281
10282 Hello : Wrapper_Array := (others => (Has_Length => True,
10283 Data => (others => 17),
10284 Length => 1));
10285
10286
10287 The debugging info would describe variable Hello as being an
10288 array of a PAD type. The size of that PAD type is not statically
10289 known, but can be determined using a parallel XVZ variable.
10290 In that case, a copy of the PAD type with the correct size should
10291 be used for the fixed array.
10292
10293 3. ``Fixing'' record type objects:
10294 ----------------------------------
10295
10296 Things are slightly different from arrays in the case of dynamic
10297 record types. In this case, in order to compute the associated
10298 fixed type, we need to determine the size and offset of each of
10299 its components. This, in turn, requires us to compute the fixed
10300 type of each of these components.
10301
10302 Consider for instance the example:
10303
10304 type Bounded_String (Max_Size : Natural) is record
10305 Str : String (1 .. Max_Size);
10306 Length : Natural;
10307 end record;
10308 My_String : Bounded_String (Max_Size => 10);
10309
10310 In that case, the position of field "Length" depends on the size
10311 of field Str, which itself depends on the value of the Max_Size
10312 discriminant. In order to fix the type of variable My_String,
10313 we need to fix the type of field Str. Therefore, fixing a variant
10314 record requires us to fix each of its components.
10315
10316 However, if a component does not have a dynamic size, the component
10317 should not be fixed. In particular, fields that use a PAD type
10318 should not fixed. Here is an example where this might happen
10319 (assuming type Rec above):
10320
10321 type Container (Big : Boolean) is record
10322 First : Rec;
10323 After : Integer;
10324 case Big is
10325 when True => Another : Integer;
10326 when False => null;
10327 end case;
10328 end record;
10329 My_Container : Container := (Big => False,
10330 First => (Empty => True),
10331 After => 42);
10332
10333 In that example, the compiler creates a PAD type for component First,
10334 whose size is constant, and then positions the component After just
10335 right after it. The offset of component After is therefore constant
10336 in this case.
10337
10338 The debugger computes the position of each field based on an algorithm
10339 that uses, among other things, the actual position and size of the field
10340 preceding it. Let's now imagine that the user is trying to print
10341 the value of My_Container. If the type fixing was recursive, we would
10342 end up computing the offset of field After based on the size of the
10343 fixed version of field First. And since in our example First has
10344 only one actual field, the size of the fixed type is actually smaller
10345 than the amount of space allocated to that field, and thus we would
10346 compute the wrong offset of field After.
10347
10348 To make things more complicated, we need to watch out for dynamic
10349 components of variant records (identified by the ___XVL suffix in
10350 the component name). Even if the target type is a PAD type, the size
10351 of that type might not be statically known. So the PAD type needs
10352 to be unwrapped and the resulting type needs to be fixed. Otherwise,
10353 we might end up with the wrong size for our component. This can be
10354 observed with the following type declarations:
10355
10356 type Octal is new Integer range 0 .. 7;
10357 type Octal_Array is array (Positive range <>) of Octal;
10358 pragma Pack (Octal_Array);
10359
10360 type Octal_Buffer (Size : Positive) is record
10361 Buffer : Octal_Array (1 .. Size);
10362 Length : Integer;
10363 end record;
10364
10365 In that case, Buffer is a PAD type whose size is unset and needs
10366 to be computed by fixing the unwrapped type.
10367
10368 4. When to ``Fix'' un-``Fixed'' sub-elements of an entity:
10369 ----------------------------------------------------------
10370
10371 Lastly, when should the sub-elements of an entity that remained unfixed
10372 thus far, be actually fixed?
10373
10374 The answer is: Only when referencing that element. For instance
10375 when selecting one component of a record, this specific component
10376 should be fixed at that point in time. Or when printing the value
10377 of a record, each component should be fixed before its value gets
10378 printed. Similarly for arrays, the element of the array should be
10379 fixed when printing each element of the array, or when extracting
10380 one element out of that array. On the other hand, fixing should
10381 not be performed on the elements when taking a slice of an array!
10382
10383 Note that one of the side-effects of miscomputing the offset and
10384 size of each field is that we end up also miscomputing the size
10385 of the containing type. This can have adverse results when computing
10386 the value of an entity. GDB fetches the value of an entity based
10387 on the size of its type, and thus a wrong size causes GDB to fetch
10388 the wrong amount of memory. In the case where the computed size is
10389 too small, GDB fetches too little data to print the value of our
10390 entiry. Results in this case as unpredicatble, as we usually read
10391 past the buffer containing the data =:-o. */
10392
10393 /* Implement the evaluate_exp routine in the exp_descriptor structure
10394 for the Ada language. */
10395
10396 static struct value *
10397 ada_evaluate_subexp (struct type *expect_type, struct expression *exp,
10398 int *pos, enum noside noside)
10399 {
10400 enum exp_opcode op;
10401 int tem;
10402 int pc;
10403 int preeval_pos;
10404 struct value *arg1 = NULL, *arg2 = NULL, *arg3;
10405 struct type *type;
10406 int nargs, oplen;
10407 struct value **argvec;
10408
10409 pc = *pos;
10410 *pos += 1;
10411 op = exp->elts[pc].opcode;
10412
10413 switch (op)
10414 {
10415 default:
10416 *pos -= 1;
10417 arg1 = evaluate_subexp_standard (expect_type, exp, pos, noside);
10418
10419 if (noside == EVAL_NORMAL)
10420 arg1 = unwrap_value (arg1);
10421
10422 /* If evaluating an OP_DOUBLE and an EXPECT_TYPE was provided,
10423 then we need to perform the conversion manually, because
10424 evaluate_subexp_standard doesn't do it. This conversion is
10425 necessary in Ada because the different kinds of float/fixed
10426 types in Ada have different representations.
10427
10428 Similarly, we need to perform the conversion from OP_LONG
10429 ourselves. */
10430 if ((op == OP_DOUBLE || op == OP_LONG) && expect_type != NULL)
10431 arg1 = ada_value_cast (expect_type, arg1, noside);
10432
10433 return arg1;
10434
10435 case OP_STRING:
10436 {
10437 struct value *result;
10438
10439 *pos -= 1;
10440 result = evaluate_subexp_standard (expect_type, exp, pos, noside);
10441 /* The result type will have code OP_STRING, bashed there from
10442 OP_ARRAY. Bash it back. */
10443 if (TYPE_CODE (value_type (result)) == TYPE_CODE_STRING)
10444 TYPE_CODE (value_type (result)) = TYPE_CODE_ARRAY;
10445 return result;
10446 }
10447
10448 case UNOP_CAST:
10449 (*pos) += 2;
10450 type = exp->elts[pc + 1].type;
10451 arg1 = evaluate_subexp (type, exp, pos, noside);
10452 if (noside == EVAL_SKIP)
10453 goto nosideret;
10454 arg1 = ada_value_cast (type, arg1, noside);
10455 return arg1;
10456
10457 case UNOP_QUAL:
10458 (*pos) += 2;
10459 type = exp->elts[pc + 1].type;
10460 return ada_evaluate_subexp (type, exp, pos, noside);
10461
10462 case BINOP_ASSIGN:
10463 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10464 if (exp->elts[*pos].opcode == OP_AGGREGATE)
10465 {
10466 arg1 = assign_aggregate (arg1, arg1, exp, pos, noside);
10467 if (noside == EVAL_SKIP || noside == EVAL_AVOID_SIDE_EFFECTS)
10468 return arg1;
10469 return ada_value_assign (arg1, arg1);
10470 }
10471 /* Force the evaluation of the rhs ARG2 to the type of the lhs ARG1,
10472 except if the lhs of our assignment is a convenience variable.
10473 In the case of assigning to a convenience variable, the lhs
10474 should be exactly the result of the evaluation of the rhs. */
10475 type = value_type (arg1);
10476 if (VALUE_LVAL (arg1) == lval_internalvar)
10477 type = NULL;
10478 arg2 = evaluate_subexp (type, exp, pos, noside);
10479 if (noside == EVAL_SKIP || noside == EVAL_AVOID_SIDE_EFFECTS)
10480 return arg1;
10481 if (ada_is_fixed_point_type (value_type (arg1)))
10482 arg2 = cast_to_fixed (value_type (arg1), arg2);
10483 else if (ada_is_fixed_point_type (value_type (arg2)))
10484 error
10485 (_("Fixed-point values must be assigned to fixed-point variables"));
10486 else
10487 arg2 = coerce_for_assign (value_type (arg1), arg2);
10488 return ada_value_assign (arg1, arg2);
10489
10490 case BINOP_ADD:
10491 arg1 = evaluate_subexp_with_coercion (exp, pos, noside);
10492 arg2 = evaluate_subexp_with_coercion (exp, pos, noside);
10493 if (noside == EVAL_SKIP)
10494 goto nosideret;
10495 if (TYPE_CODE (value_type (arg1)) == TYPE_CODE_PTR)
10496 return (value_from_longest
10497 (value_type (arg1),
10498 value_as_long (arg1) + value_as_long (arg2)));
10499 if (TYPE_CODE (value_type (arg2)) == TYPE_CODE_PTR)
10500 return (value_from_longest
10501 (value_type (arg2),
10502 value_as_long (arg1) + value_as_long (arg2)));
10503 if ((ada_is_fixed_point_type (value_type (arg1))
10504 || ada_is_fixed_point_type (value_type (arg2)))
10505 && value_type (arg1) != value_type (arg2))
10506 error (_("Operands of fixed-point addition must have the same type"));
10507 /* Do the addition, and cast the result to the type of the first
10508 argument. We cannot cast the result to a reference type, so if
10509 ARG1 is a reference type, find its underlying type. */
10510 type = value_type (arg1);
10511 while (TYPE_CODE (type) == TYPE_CODE_REF)
10512 type = TYPE_TARGET_TYPE (type);
10513 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
10514 return value_cast (type, value_binop (arg1, arg2, BINOP_ADD));
10515
10516 case BINOP_SUB:
10517 arg1 = evaluate_subexp_with_coercion (exp, pos, noside);
10518 arg2 = evaluate_subexp_with_coercion (exp, pos, noside);
10519 if (noside == EVAL_SKIP)
10520 goto nosideret;
10521 if (TYPE_CODE (value_type (arg1)) == TYPE_CODE_PTR)
10522 return (value_from_longest
10523 (value_type (arg1),
10524 value_as_long (arg1) - value_as_long (arg2)));
10525 if (TYPE_CODE (value_type (arg2)) == TYPE_CODE_PTR)
10526 return (value_from_longest
10527 (value_type (arg2),
10528 value_as_long (arg1) - value_as_long (arg2)));
10529 if ((ada_is_fixed_point_type (value_type (arg1))
10530 || ada_is_fixed_point_type (value_type (arg2)))
10531 && value_type (arg1) != value_type (arg2))
10532 error (_("Operands of fixed-point subtraction "
10533 "must have the same type"));
10534 /* Do the substraction, and cast the result to the type of the first
10535 argument. We cannot cast the result to a reference type, so if
10536 ARG1 is a reference type, find its underlying type. */
10537 type = value_type (arg1);
10538 while (TYPE_CODE (type) == TYPE_CODE_REF)
10539 type = TYPE_TARGET_TYPE (type);
10540 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
10541 return value_cast (type, value_binop (arg1, arg2, BINOP_SUB));
10542
10543 case BINOP_MUL:
10544 case BINOP_DIV:
10545 case BINOP_REM:
10546 case BINOP_MOD:
10547 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10548 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10549 if (noside == EVAL_SKIP)
10550 goto nosideret;
10551 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
10552 {
10553 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
10554 return value_zero (value_type (arg1), not_lval);
10555 }
10556 else
10557 {
10558 type = builtin_type (exp->gdbarch)->builtin_double;
10559 if (ada_is_fixed_point_type (value_type (arg1)))
10560 arg1 = cast_from_fixed (type, arg1);
10561 if (ada_is_fixed_point_type (value_type (arg2)))
10562 arg2 = cast_from_fixed (type, arg2);
10563 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
10564 return ada_value_binop (arg1, arg2, op);
10565 }
10566
10567 case BINOP_EQUAL:
10568 case BINOP_NOTEQUAL:
10569 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10570 arg2 = evaluate_subexp (value_type (arg1), exp, pos, noside);
10571 if (noside == EVAL_SKIP)
10572 goto nosideret;
10573 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10574 tem = 0;
10575 else
10576 {
10577 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
10578 tem = ada_value_equal (arg1, arg2);
10579 }
10580 if (op == BINOP_NOTEQUAL)
10581 tem = !tem;
10582 type = language_bool_type (exp->language_defn, exp->gdbarch);
10583 return value_from_longest (type, (LONGEST) tem);
10584
10585 case UNOP_NEG:
10586 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10587 if (noside == EVAL_SKIP)
10588 goto nosideret;
10589 else if (ada_is_fixed_point_type (value_type (arg1)))
10590 return value_cast (value_type (arg1), value_neg (arg1));
10591 else
10592 {
10593 unop_promote (exp->language_defn, exp->gdbarch, &arg1);
10594 return value_neg (arg1);
10595 }
10596
10597 case BINOP_LOGICAL_AND:
10598 case BINOP_LOGICAL_OR:
10599 case UNOP_LOGICAL_NOT:
10600 {
10601 struct value *val;
10602
10603 *pos -= 1;
10604 val = evaluate_subexp_standard (expect_type, exp, pos, noside);
10605 type = language_bool_type (exp->language_defn, exp->gdbarch);
10606 return value_cast (type, val);
10607 }
10608
10609 case BINOP_BITWISE_AND:
10610 case BINOP_BITWISE_IOR:
10611 case BINOP_BITWISE_XOR:
10612 {
10613 struct value *val;
10614
10615 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, EVAL_AVOID_SIDE_EFFECTS);
10616 *pos = pc;
10617 val = evaluate_subexp_standard (expect_type, exp, pos, noside);
10618
10619 return value_cast (value_type (arg1), val);
10620 }
10621
10622 case OP_VAR_VALUE:
10623 *pos -= 1;
10624
10625 if (noside == EVAL_SKIP)
10626 {
10627 *pos += 4;
10628 goto nosideret;
10629 }
10630
10631 if (SYMBOL_DOMAIN (exp->elts[pc + 2].symbol) == UNDEF_DOMAIN)
10632 /* Only encountered when an unresolved symbol occurs in a
10633 context other than a function call, in which case, it is
10634 invalid. */
10635 error (_("Unexpected unresolved symbol, %s, during evaluation"),
10636 SYMBOL_PRINT_NAME (exp->elts[pc + 2].symbol));
10637
10638 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10639 {
10640 type = static_unwrap_type (SYMBOL_TYPE (exp->elts[pc + 2].symbol));
10641 /* Check to see if this is a tagged type. We also need to handle
10642 the case where the type is a reference to a tagged type, but
10643 we have to be careful to exclude pointers to tagged types.
10644 The latter should be shown as usual (as a pointer), whereas
10645 a reference should mostly be transparent to the user. */
10646 if (ada_is_tagged_type (type, 0)
10647 || (TYPE_CODE (type) == TYPE_CODE_REF
10648 && ada_is_tagged_type (TYPE_TARGET_TYPE (type), 0)))
10649 {
10650 /* Tagged types are a little special in the fact that the real
10651 type is dynamic and can only be determined by inspecting the
10652 object's tag. This means that we need to get the object's
10653 value first (EVAL_NORMAL) and then extract the actual object
10654 type from its tag.
10655
10656 Note that we cannot skip the final step where we extract
10657 the object type from its tag, because the EVAL_NORMAL phase
10658 results in dynamic components being resolved into fixed ones.
10659 This can cause problems when trying to print the type
10660 description of tagged types whose parent has a dynamic size:
10661 We use the type name of the "_parent" component in order
10662 to print the name of the ancestor type in the type description.
10663 If that component had a dynamic size, the resolution into
10664 a fixed type would result in the loss of that type name,
10665 thus preventing us from printing the name of the ancestor
10666 type in the type description. */
10667 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, EVAL_NORMAL);
10668
10669 if (TYPE_CODE (type) != TYPE_CODE_REF)
10670 {
10671 struct type *actual_type;
10672
10673 actual_type = type_from_tag (ada_value_tag (arg1));
10674 if (actual_type == NULL)
10675 /* If, for some reason, we were unable to determine
10676 the actual type from the tag, then use the static
10677 approximation that we just computed as a fallback.
10678 This can happen if the debugging information is
10679 incomplete, for instance. */
10680 actual_type = type;
10681 return value_zero (actual_type, not_lval);
10682 }
10683 else
10684 {
10685 /* In the case of a ref, ada_coerce_ref takes care
10686 of determining the actual type. But the evaluation
10687 should return a ref as it should be valid to ask
10688 for its address; so rebuild a ref after coerce. */
10689 arg1 = ada_coerce_ref (arg1);
10690 return value_ref (arg1, TYPE_CODE_REF);
10691 }
10692 }
10693
10694 /* Records and unions for which GNAT encodings have been
10695 generated need to be statically fixed as well.
10696 Otherwise, non-static fixing produces a type where
10697 all dynamic properties are removed, which prevents "ptype"
10698 from being able to completely describe the type.
10699 For instance, a case statement in a variant record would be
10700 replaced by the relevant components based on the actual
10701 value of the discriminants. */
10702 if ((TYPE_CODE (type) == TYPE_CODE_STRUCT
10703 && dynamic_template_type (type) != NULL)
10704 || (TYPE_CODE (type) == TYPE_CODE_UNION
10705 && ada_find_parallel_type (type, "___XVU") != NULL))
10706 {
10707 *pos += 4;
10708 return value_zero (to_static_fixed_type (type), not_lval);
10709 }
10710 }
10711
10712 arg1 = evaluate_subexp_standard (expect_type, exp, pos, noside);
10713 return ada_to_fixed_value (arg1);
10714
10715 case OP_FUNCALL:
10716 (*pos) += 2;
10717
10718 /* Allocate arg vector, including space for the function to be
10719 called in argvec[0] and a terminating NULL. */
10720 nargs = longest_to_int (exp->elts[pc + 1].longconst);
10721 argvec = XALLOCAVEC (struct value *, nargs + 2);
10722
10723 if (exp->elts[*pos].opcode == OP_VAR_VALUE
10724 && SYMBOL_DOMAIN (exp->elts[pc + 5].symbol) == UNDEF_DOMAIN)
10725 error (_("Unexpected unresolved symbol, %s, during evaluation"),
10726 SYMBOL_PRINT_NAME (exp->elts[pc + 5].symbol));
10727 else
10728 {
10729 for (tem = 0; tem <= nargs; tem += 1)
10730 argvec[tem] = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10731 argvec[tem] = 0;
10732
10733 if (noside == EVAL_SKIP)
10734 goto nosideret;
10735 }
10736
10737 if (ada_is_constrained_packed_array_type
10738 (desc_base_type (value_type (argvec[0]))))
10739 argvec[0] = ada_coerce_to_simple_array (argvec[0]);
10740 else if (TYPE_CODE (value_type (argvec[0])) == TYPE_CODE_ARRAY
10741 && TYPE_FIELD_BITSIZE (value_type (argvec[0]), 0) != 0)
10742 /* This is a packed array that has already been fixed, and
10743 therefore already coerced to a simple array. Nothing further
10744 to do. */
10745 ;
10746 else if (TYPE_CODE (value_type (argvec[0])) == TYPE_CODE_REF)
10747 {
10748 /* Make sure we dereference references so that all the code below
10749 feels like it's really handling the referenced value. Wrapping
10750 types (for alignment) may be there, so make sure we strip them as
10751 well. */
10752 argvec[0] = ada_to_fixed_value (coerce_ref (argvec[0]));
10753 }
10754 else if (TYPE_CODE (value_type (argvec[0])) == TYPE_CODE_ARRAY
10755 && VALUE_LVAL (argvec[0]) == lval_memory)
10756 argvec[0] = value_addr (argvec[0]);
10757
10758 type = ada_check_typedef (value_type (argvec[0]));
10759
10760 /* Ada allows us to implicitly dereference arrays when subscripting
10761 them. So, if this is an array typedef (encoding use for array
10762 access types encoded as fat pointers), strip it now. */
10763 if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF)
10764 type = ada_typedef_target_type (type);
10765
10766 if (TYPE_CODE (type) == TYPE_CODE_PTR)
10767 {
10768 switch (TYPE_CODE (ada_check_typedef (TYPE_TARGET_TYPE (type))))
10769 {
10770 case TYPE_CODE_FUNC:
10771 type = ada_check_typedef (TYPE_TARGET_TYPE (type));
10772 break;
10773 case TYPE_CODE_ARRAY:
10774 break;
10775 case TYPE_CODE_STRUCT:
10776 if (noside != EVAL_AVOID_SIDE_EFFECTS)
10777 argvec[0] = ada_value_ind (argvec[0]);
10778 type = ada_check_typedef (TYPE_TARGET_TYPE (type));
10779 break;
10780 default:
10781 error (_("cannot subscript or call something of type `%s'"),
10782 ada_type_name (value_type (argvec[0])));
10783 break;
10784 }
10785 }
10786
10787 switch (TYPE_CODE (type))
10788 {
10789 case TYPE_CODE_FUNC:
10790 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10791 {
10792 if (TYPE_TARGET_TYPE (type) == NULL)
10793 error_call_unknown_return_type (NULL);
10794 return allocate_value (TYPE_TARGET_TYPE (type));
10795 }
10796 return call_function_by_hand (argvec[0], NULL, nargs, argvec + 1);
10797 case TYPE_CODE_INTERNAL_FUNCTION:
10798 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10799 /* We don't know anything about what the internal
10800 function might return, but we have to return
10801 something. */
10802 return value_zero (builtin_type (exp->gdbarch)->builtin_int,
10803 not_lval);
10804 else
10805 return call_internal_function (exp->gdbarch, exp->language_defn,
10806 argvec[0], nargs, argvec + 1);
10807
10808 case TYPE_CODE_STRUCT:
10809 {
10810 int arity;
10811
10812 arity = ada_array_arity (type);
10813 type = ada_array_element_type (type, nargs);
10814 if (type == NULL)
10815 error (_("cannot subscript or call a record"));
10816 if (arity != nargs)
10817 error (_("wrong number of subscripts; expecting %d"), arity);
10818 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10819 return value_zero (ada_aligned_type (type), lval_memory);
10820 return
10821 unwrap_value (ada_value_subscript
10822 (argvec[0], nargs, argvec + 1));
10823 }
10824 case TYPE_CODE_ARRAY:
10825 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10826 {
10827 type = ada_array_element_type (type, nargs);
10828 if (type == NULL)
10829 error (_("element type of array unknown"));
10830 else
10831 return value_zero (ada_aligned_type (type), lval_memory);
10832 }
10833 return
10834 unwrap_value (ada_value_subscript
10835 (ada_coerce_to_simple_array (argvec[0]),
10836 nargs, argvec + 1));
10837 case TYPE_CODE_PTR: /* Pointer to array */
10838 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10839 {
10840 type = to_fixed_array_type (TYPE_TARGET_TYPE (type), NULL, 1);
10841 type = ada_array_element_type (type, nargs);
10842 if (type == NULL)
10843 error (_("element type of array unknown"));
10844 else
10845 return value_zero (ada_aligned_type (type), lval_memory);
10846 }
10847 return
10848 unwrap_value (ada_value_ptr_subscript (argvec[0],
10849 nargs, argvec + 1));
10850
10851 default:
10852 error (_("Attempt to index or call something other than an "
10853 "array or function"));
10854 }
10855
10856 case TERNOP_SLICE:
10857 {
10858 struct value *array = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10859 struct value *low_bound_val =
10860 evaluate_subexp (NULL_TYPE, exp, pos, noside);
10861 struct value *high_bound_val =
10862 evaluate_subexp (NULL_TYPE, exp, pos, noside);
10863 LONGEST low_bound;
10864 LONGEST high_bound;
10865
10866 low_bound_val = coerce_ref (low_bound_val);
10867 high_bound_val = coerce_ref (high_bound_val);
10868 low_bound = value_as_long (low_bound_val);
10869 high_bound = value_as_long (high_bound_val);
10870
10871 if (noside == EVAL_SKIP)
10872 goto nosideret;
10873
10874 /* If this is a reference to an aligner type, then remove all
10875 the aligners. */
10876 if (TYPE_CODE (value_type (array)) == TYPE_CODE_REF
10877 && ada_is_aligner_type (TYPE_TARGET_TYPE (value_type (array))))
10878 TYPE_TARGET_TYPE (value_type (array)) =
10879 ada_aligned_type (TYPE_TARGET_TYPE (value_type (array)));
10880
10881 if (ada_is_constrained_packed_array_type (value_type (array)))
10882 error (_("cannot slice a packed array"));
10883
10884 /* If this is a reference to an array or an array lvalue,
10885 convert to a pointer. */
10886 if (TYPE_CODE (value_type (array)) == TYPE_CODE_REF
10887 || (TYPE_CODE (value_type (array)) == TYPE_CODE_ARRAY
10888 && VALUE_LVAL (array) == lval_memory))
10889 array = value_addr (array);
10890
10891 if (noside == EVAL_AVOID_SIDE_EFFECTS
10892 && ada_is_array_descriptor_type (ada_check_typedef
10893 (value_type (array))))
10894 return empty_array (ada_type_of_array (array, 0), low_bound);
10895
10896 array = ada_coerce_to_simple_array_ptr (array);
10897
10898 /* If we have more than one level of pointer indirection,
10899 dereference the value until we get only one level. */
10900 while (TYPE_CODE (value_type (array)) == TYPE_CODE_PTR
10901 && (TYPE_CODE (TYPE_TARGET_TYPE (value_type (array)))
10902 == TYPE_CODE_PTR))
10903 array = value_ind (array);
10904
10905 /* Make sure we really do have an array type before going further,
10906 to avoid a SEGV when trying to get the index type or the target
10907 type later down the road if the debug info generated by
10908 the compiler is incorrect or incomplete. */
10909 if (!ada_is_simple_array_type (value_type (array)))
10910 error (_("cannot take slice of non-array"));
10911
10912 if (TYPE_CODE (ada_check_typedef (value_type (array)))
10913 == TYPE_CODE_PTR)
10914 {
10915 struct type *type0 = ada_check_typedef (value_type (array));
10916
10917 if (high_bound < low_bound || noside == EVAL_AVOID_SIDE_EFFECTS)
10918 return empty_array (TYPE_TARGET_TYPE (type0), low_bound);
10919 else
10920 {
10921 struct type *arr_type0 =
10922 to_fixed_array_type (TYPE_TARGET_TYPE (type0), NULL, 1);
10923
10924 return ada_value_slice_from_ptr (array, arr_type0,
10925 longest_to_int (low_bound),
10926 longest_to_int (high_bound));
10927 }
10928 }
10929 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
10930 return array;
10931 else if (high_bound < low_bound)
10932 return empty_array (value_type (array), low_bound);
10933 else
10934 return ada_value_slice (array, longest_to_int (low_bound),
10935 longest_to_int (high_bound));
10936 }
10937
10938 case UNOP_IN_RANGE:
10939 (*pos) += 2;
10940 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10941 type = check_typedef (exp->elts[pc + 1].type);
10942
10943 if (noside == EVAL_SKIP)
10944 goto nosideret;
10945
10946 switch (TYPE_CODE (type))
10947 {
10948 default:
10949 lim_warning (_("Membership test incompletely implemented; "
10950 "always returns true"));
10951 type = language_bool_type (exp->language_defn, exp->gdbarch);
10952 return value_from_longest (type, (LONGEST) 1);
10953
10954 case TYPE_CODE_RANGE:
10955 arg2 = value_from_longest (type, TYPE_LOW_BOUND (type));
10956 arg3 = value_from_longest (type, TYPE_HIGH_BOUND (type));
10957 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
10958 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg3);
10959 type = language_bool_type (exp->language_defn, exp->gdbarch);
10960 return
10961 value_from_longest (type,
10962 (value_less (arg1, arg3)
10963 || value_equal (arg1, arg3))
10964 && (value_less (arg2, arg1)
10965 || value_equal (arg2, arg1)));
10966 }
10967
10968 case BINOP_IN_BOUNDS:
10969 (*pos) += 2;
10970 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10971 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
10972
10973 if (noside == EVAL_SKIP)
10974 goto nosideret;
10975
10976 if (noside == EVAL_AVOID_SIDE_EFFECTS)
10977 {
10978 type = language_bool_type (exp->language_defn, exp->gdbarch);
10979 return value_zero (type, not_lval);
10980 }
10981
10982 tem = longest_to_int (exp->elts[pc + 1].longconst);
10983
10984 type = ada_index_type (value_type (arg2), tem, "range");
10985 if (!type)
10986 type = value_type (arg1);
10987
10988 arg3 = value_from_longest (type, ada_array_bound (arg2, tem, 1));
10989 arg2 = value_from_longest (type, ada_array_bound (arg2, tem, 0));
10990
10991 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
10992 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg3);
10993 type = language_bool_type (exp->language_defn, exp->gdbarch);
10994 return
10995 value_from_longest (type,
10996 (value_less (arg1, arg3)
10997 || value_equal (arg1, arg3))
10998 && (value_less (arg2, arg1)
10999 || value_equal (arg2, arg1)));
11000
11001 case TERNOP_IN_RANGE:
11002 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11003 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11004 arg3 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11005
11006 if (noside == EVAL_SKIP)
11007 goto nosideret;
11008
11009 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
11010 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg3);
11011 type = language_bool_type (exp->language_defn, exp->gdbarch);
11012 return
11013 value_from_longest (type,
11014 (value_less (arg1, arg3)
11015 || value_equal (arg1, arg3))
11016 && (value_less (arg2, arg1)
11017 || value_equal (arg2, arg1)));
11018
11019 case OP_ATR_FIRST:
11020 case OP_ATR_LAST:
11021 case OP_ATR_LENGTH:
11022 {
11023 struct type *type_arg;
11024
11025 if (exp->elts[*pos].opcode == OP_TYPE)
11026 {
11027 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
11028 arg1 = NULL;
11029 type_arg = check_typedef (exp->elts[pc + 2].type);
11030 }
11031 else
11032 {
11033 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11034 type_arg = NULL;
11035 }
11036
11037 if (exp->elts[*pos].opcode != OP_LONG)
11038 error (_("Invalid operand to '%s"), ada_attribute_name (op));
11039 tem = longest_to_int (exp->elts[*pos + 2].longconst);
11040 *pos += 4;
11041
11042 if (noside == EVAL_SKIP)
11043 goto nosideret;
11044
11045 if (type_arg == NULL)
11046 {
11047 arg1 = ada_coerce_ref (arg1);
11048
11049 if (ada_is_constrained_packed_array_type (value_type (arg1)))
11050 arg1 = ada_coerce_to_simple_array (arg1);
11051
11052 if (op == OP_ATR_LENGTH)
11053 type = builtin_type (exp->gdbarch)->builtin_int;
11054 else
11055 {
11056 type = ada_index_type (value_type (arg1), tem,
11057 ada_attribute_name (op));
11058 if (type == NULL)
11059 type = builtin_type (exp->gdbarch)->builtin_int;
11060 }
11061
11062 if (noside == EVAL_AVOID_SIDE_EFFECTS)
11063 return allocate_value (type);
11064
11065 switch (op)
11066 {
11067 default: /* Should never happen. */
11068 error (_("unexpected attribute encountered"));
11069 case OP_ATR_FIRST:
11070 return value_from_longest
11071 (type, ada_array_bound (arg1, tem, 0));
11072 case OP_ATR_LAST:
11073 return value_from_longest
11074 (type, ada_array_bound (arg1, tem, 1));
11075 case OP_ATR_LENGTH:
11076 return value_from_longest
11077 (type, ada_array_length (arg1, tem));
11078 }
11079 }
11080 else if (discrete_type_p (type_arg))
11081 {
11082 struct type *range_type;
11083 const char *name = ada_type_name (type_arg);
11084
11085 range_type = NULL;
11086 if (name != NULL && TYPE_CODE (type_arg) != TYPE_CODE_ENUM)
11087 range_type = to_fixed_range_type (type_arg, NULL);
11088 if (range_type == NULL)
11089 range_type = type_arg;
11090 switch (op)
11091 {
11092 default:
11093 error (_("unexpected attribute encountered"));
11094 case OP_ATR_FIRST:
11095 return value_from_longest
11096 (range_type, ada_discrete_type_low_bound (range_type));
11097 case OP_ATR_LAST:
11098 return value_from_longest
11099 (range_type, ada_discrete_type_high_bound (range_type));
11100 case OP_ATR_LENGTH:
11101 error (_("the 'length attribute applies only to array types"));
11102 }
11103 }
11104 else if (TYPE_CODE (type_arg) == TYPE_CODE_FLT)
11105 error (_("unimplemented type attribute"));
11106 else
11107 {
11108 LONGEST low, high;
11109
11110 if (ada_is_constrained_packed_array_type (type_arg))
11111 type_arg = decode_constrained_packed_array_type (type_arg);
11112
11113 if (op == OP_ATR_LENGTH)
11114 type = builtin_type (exp->gdbarch)->builtin_int;
11115 else
11116 {
11117 type = ada_index_type (type_arg, tem, ada_attribute_name (op));
11118 if (type == NULL)
11119 type = builtin_type (exp->gdbarch)->builtin_int;
11120 }
11121
11122 if (noside == EVAL_AVOID_SIDE_EFFECTS)
11123 return allocate_value (type);
11124
11125 switch (op)
11126 {
11127 default:
11128 error (_("unexpected attribute encountered"));
11129 case OP_ATR_FIRST:
11130 low = ada_array_bound_from_type (type_arg, tem, 0);
11131 return value_from_longest (type, low);
11132 case OP_ATR_LAST:
11133 high = ada_array_bound_from_type (type_arg, tem, 1);
11134 return value_from_longest (type, high);
11135 case OP_ATR_LENGTH:
11136 low = ada_array_bound_from_type (type_arg, tem, 0);
11137 high = ada_array_bound_from_type (type_arg, tem, 1);
11138 return value_from_longest (type, high - low + 1);
11139 }
11140 }
11141 }
11142
11143 case OP_ATR_TAG:
11144 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11145 if (noside == EVAL_SKIP)
11146 goto nosideret;
11147
11148 if (noside == EVAL_AVOID_SIDE_EFFECTS)
11149 return value_zero (ada_tag_type (arg1), not_lval);
11150
11151 return ada_value_tag (arg1);
11152
11153 case OP_ATR_MIN:
11154 case OP_ATR_MAX:
11155 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
11156 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11157 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11158 if (noside == EVAL_SKIP)
11159 goto nosideret;
11160 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
11161 return value_zero (value_type (arg1), not_lval);
11162 else
11163 {
11164 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
11165 return value_binop (arg1, arg2,
11166 op == OP_ATR_MIN ? BINOP_MIN : BINOP_MAX);
11167 }
11168
11169 case OP_ATR_MODULUS:
11170 {
11171 struct type *type_arg = check_typedef (exp->elts[pc + 2].type);
11172
11173 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
11174 if (noside == EVAL_SKIP)
11175 goto nosideret;
11176
11177 if (!ada_is_modular_type (type_arg))
11178 error (_("'modulus must be applied to modular type"));
11179
11180 return value_from_longest (TYPE_TARGET_TYPE (type_arg),
11181 ada_modulus (type_arg));
11182 }
11183
11184
11185 case OP_ATR_POS:
11186 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
11187 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11188 if (noside == EVAL_SKIP)
11189 goto nosideret;
11190 type = builtin_type (exp->gdbarch)->builtin_int;
11191 if (noside == EVAL_AVOID_SIDE_EFFECTS)
11192 return value_zero (type, not_lval);
11193 else
11194 return value_pos_atr (type, arg1);
11195
11196 case OP_ATR_SIZE:
11197 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11198 type = value_type (arg1);
11199
11200 /* If the argument is a reference, then dereference its type, since
11201 the user is really asking for the size of the actual object,
11202 not the size of the pointer. */
11203 if (TYPE_CODE (type) == TYPE_CODE_REF)
11204 type = TYPE_TARGET_TYPE (type);
11205
11206 if (noside == EVAL_SKIP)
11207 goto nosideret;
11208 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
11209 return value_zero (builtin_type (exp->gdbarch)->builtin_int, not_lval);
11210 else
11211 return value_from_longest (builtin_type (exp->gdbarch)->builtin_int,
11212 TARGET_CHAR_BIT * TYPE_LENGTH (type));
11213
11214 case OP_ATR_VAL:
11215 evaluate_subexp (NULL_TYPE, exp, pos, EVAL_SKIP);
11216 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11217 type = exp->elts[pc + 2].type;
11218 if (noside == EVAL_SKIP)
11219 goto nosideret;
11220 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
11221 return value_zero (type, not_lval);
11222 else
11223 return value_val_atr (type, arg1);
11224
11225 case BINOP_EXP:
11226 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11227 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11228 if (noside == EVAL_SKIP)
11229 goto nosideret;
11230 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
11231 return value_zero (value_type (arg1), not_lval);
11232 else
11233 {
11234 /* For integer exponentiation operations,
11235 only promote the first argument. */
11236 if (is_integral_type (value_type (arg2)))
11237 unop_promote (exp->language_defn, exp->gdbarch, &arg1);
11238 else
11239 binop_promote (exp->language_defn, exp->gdbarch, &arg1, &arg2);
11240
11241 return value_binop (arg1, arg2, op);
11242 }
11243
11244 case UNOP_PLUS:
11245 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11246 if (noside == EVAL_SKIP)
11247 goto nosideret;
11248 else
11249 return arg1;
11250
11251 case UNOP_ABS:
11252 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11253 if (noside == EVAL_SKIP)
11254 goto nosideret;
11255 unop_promote (exp->language_defn, exp->gdbarch, &arg1);
11256 if (value_less (arg1, value_zero (value_type (arg1), not_lval)))
11257 return value_neg (arg1);
11258 else
11259 return arg1;
11260
11261 case UNOP_IND:
11262 preeval_pos = *pos;
11263 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11264 if (noside == EVAL_SKIP)
11265 goto nosideret;
11266 type = ada_check_typedef (value_type (arg1));
11267 if (noside == EVAL_AVOID_SIDE_EFFECTS)
11268 {
11269 if (ada_is_array_descriptor_type (type))
11270 /* GDB allows dereferencing GNAT array descriptors. */
11271 {
11272 struct type *arrType = ada_type_of_array (arg1, 0);
11273
11274 if (arrType == NULL)
11275 error (_("Attempt to dereference null array pointer."));
11276 return value_at_lazy (arrType, 0);
11277 }
11278 else if (TYPE_CODE (type) == TYPE_CODE_PTR
11279 || TYPE_CODE (type) == TYPE_CODE_REF
11280 /* In C you can dereference an array to get the 1st elt. */
11281 || TYPE_CODE (type) == TYPE_CODE_ARRAY)
11282 {
11283 /* As mentioned in the OP_VAR_VALUE case, tagged types can
11284 only be determined by inspecting the object's tag.
11285 This means that we need to evaluate completely the
11286 expression in order to get its type. */
11287
11288 if ((TYPE_CODE (type) == TYPE_CODE_REF
11289 || TYPE_CODE (type) == TYPE_CODE_PTR)
11290 && ada_is_tagged_type (TYPE_TARGET_TYPE (type), 0))
11291 {
11292 arg1 = evaluate_subexp (NULL_TYPE, exp, &preeval_pos,
11293 EVAL_NORMAL);
11294 type = value_type (ada_value_ind (arg1));
11295 }
11296 else
11297 {
11298 type = to_static_fixed_type
11299 (ada_aligned_type
11300 (ada_check_typedef (TYPE_TARGET_TYPE (type))));
11301 }
11302 ada_ensure_varsize_limit (type);
11303 return value_zero (type, lval_memory);
11304 }
11305 else if (TYPE_CODE (type) == TYPE_CODE_INT)
11306 {
11307 /* GDB allows dereferencing an int. */
11308 if (expect_type == NULL)
11309 return value_zero (builtin_type (exp->gdbarch)->builtin_int,
11310 lval_memory);
11311 else
11312 {
11313 expect_type =
11314 to_static_fixed_type (ada_aligned_type (expect_type));
11315 return value_zero (expect_type, lval_memory);
11316 }
11317 }
11318 else
11319 error (_("Attempt to take contents of a non-pointer value."));
11320 }
11321 arg1 = ada_coerce_ref (arg1); /* FIXME: What is this for?? */
11322 type = ada_check_typedef (value_type (arg1));
11323
11324 if (TYPE_CODE (type) == TYPE_CODE_INT)
11325 /* GDB allows dereferencing an int. If we were given
11326 the expect_type, then use that as the target type.
11327 Otherwise, assume that the target type is an int. */
11328 {
11329 if (expect_type != NULL)
11330 return ada_value_ind (value_cast (lookup_pointer_type (expect_type),
11331 arg1));
11332 else
11333 return value_at_lazy (builtin_type (exp->gdbarch)->builtin_int,
11334 (CORE_ADDR) value_as_address (arg1));
11335 }
11336
11337 if (ada_is_array_descriptor_type (type))
11338 /* GDB allows dereferencing GNAT array descriptors. */
11339 return ada_coerce_to_simple_array (arg1);
11340 else
11341 return ada_value_ind (arg1);
11342
11343 case STRUCTOP_STRUCT:
11344 tem = longest_to_int (exp->elts[pc + 1].longconst);
11345 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1);
11346 preeval_pos = *pos;
11347 arg1 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
11348 if (noside == EVAL_SKIP)
11349 goto nosideret;
11350 if (noside == EVAL_AVOID_SIDE_EFFECTS)
11351 {
11352 struct type *type1 = value_type (arg1);
11353
11354 if (ada_is_tagged_type (type1, 1))
11355 {
11356 type = ada_lookup_struct_elt_type (type1,
11357 &exp->elts[pc + 2].string,
11358 1, 1);
11359
11360 /* If the field is not found, check if it exists in the
11361 extension of this object's type. This means that we
11362 need to evaluate completely the expression. */
11363
11364 if (type == NULL)
11365 {
11366 arg1 = evaluate_subexp (NULL_TYPE, exp, &preeval_pos,
11367 EVAL_NORMAL);
11368 arg1 = ada_value_struct_elt (arg1,
11369 &exp->elts[pc + 2].string,
11370 0);
11371 arg1 = unwrap_value (arg1);
11372 type = value_type (ada_to_fixed_value (arg1));
11373 }
11374 }
11375 else
11376 type =
11377 ada_lookup_struct_elt_type (type1, &exp->elts[pc + 2].string, 1,
11378 0);
11379
11380 return value_zero (ada_aligned_type (type), lval_memory);
11381 }
11382 else
11383 {
11384 arg1 = ada_value_struct_elt (arg1, &exp->elts[pc + 2].string, 0);
11385 arg1 = unwrap_value (arg1);
11386 return ada_to_fixed_value (arg1);
11387 }
11388
11389 case OP_TYPE:
11390 /* The value is not supposed to be used. This is here to make it
11391 easier to accommodate expressions that contain types. */
11392 (*pos) += 2;
11393 if (noside == EVAL_SKIP)
11394 goto nosideret;
11395 else if (noside == EVAL_AVOID_SIDE_EFFECTS)
11396 return allocate_value (exp->elts[pc + 1].type);
11397 else
11398 error (_("Attempt to use a type name as an expression"));
11399
11400 case OP_AGGREGATE:
11401 case OP_CHOICES:
11402 case OP_OTHERS:
11403 case OP_DISCRETE_RANGE:
11404 case OP_POSITIONAL:
11405 case OP_NAME:
11406 if (noside == EVAL_NORMAL)
11407 switch (op)
11408 {
11409 case OP_NAME:
11410 error (_("Undefined name, ambiguous name, or renaming used in "
11411 "component association: %s."), &exp->elts[pc+2].string);
11412 case OP_AGGREGATE:
11413 error (_("Aggregates only allowed on the right of an assignment"));
11414 default:
11415 internal_error (__FILE__, __LINE__,
11416 _("aggregate apparently mangled"));
11417 }
11418
11419 ada_forward_operator_length (exp, pc, &oplen, &nargs);
11420 *pos += oplen - 1;
11421 for (tem = 0; tem < nargs; tem += 1)
11422 ada_evaluate_subexp (NULL, exp, pos, noside);
11423 goto nosideret;
11424 }
11425
11426 nosideret:
11427 return value_from_longest (builtin_type (exp->gdbarch)->builtin_int, 1);
11428 }
11429 \f
11430
11431 /* Fixed point */
11432
11433 /* If TYPE encodes an Ada fixed-point type, return the suffix of the
11434 type name that encodes the 'small and 'delta information.
11435 Otherwise, return NULL. */
11436
11437 static const char *
11438 fixed_type_info (struct type *type)
11439 {
11440 const char *name = ada_type_name (type);
11441 enum type_code code = (type == NULL) ? TYPE_CODE_UNDEF : TYPE_CODE (type);
11442
11443 if ((code == TYPE_CODE_INT || code == TYPE_CODE_RANGE) && name != NULL)
11444 {
11445 const char *tail = strstr (name, "___XF_");
11446
11447 if (tail == NULL)
11448 return NULL;
11449 else
11450 return tail + 5;
11451 }
11452 else if (code == TYPE_CODE_RANGE && TYPE_TARGET_TYPE (type) != type)
11453 return fixed_type_info (TYPE_TARGET_TYPE (type));
11454 else
11455 return NULL;
11456 }
11457
11458 /* Returns non-zero iff TYPE represents an Ada fixed-point type. */
11459
11460 int
11461 ada_is_fixed_point_type (struct type *type)
11462 {
11463 return fixed_type_info (type) != NULL;
11464 }
11465
11466 /* Return non-zero iff TYPE represents a System.Address type. */
11467
11468 int
11469 ada_is_system_address_type (struct type *type)
11470 {
11471 return (TYPE_NAME (type)
11472 && strcmp (TYPE_NAME (type), "system__address") == 0);
11473 }
11474
11475 /* Assuming that TYPE is the representation of an Ada fixed-point
11476 type, return its delta, or -1 if the type is malformed and the
11477 delta cannot be determined. */
11478
11479 DOUBLEST
11480 ada_delta (struct type *type)
11481 {
11482 const char *encoding = fixed_type_info (type);
11483 DOUBLEST num, den;
11484
11485 /* Strictly speaking, num and den are encoded as integer. However,
11486 they may not fit into a long, and they will have to be converted
11487 to DOUBLEST anyway. So scan them as DOUBLEST. */
11488 if (sscanf (encoding, "_%" DOUBLEST_SCAN_FORMAT "_%" DOUBLEST_SCAN_FORMAT,
11489 &num, &den) < 2)
11490 return -1.0;
11491 else
11492 return num / den;
11493 }
11494
11495 /* Assuming that ada_is_fixed_point_type (TYPE), return the scaling
11496 factor ('SMALL value) associated with the type. */
11497
11498 static DOUBLEST
11499 scaling_factor (struct type *type)
11500 {
11501 const char *encoding = fixed_type_info (type);
11502 DOUBLEST num0, den0, num1, den1;
11503 int n;
11504
11505 /* Strictly speaking, num's and den's are encoded as integer. However,
11506 they may not fit into a long, and they will have to be converted
11507 to DOUBLEST anyway. So scan them as DOUBLEST. */
11508 n = sscanf (encoding,
11509 "_%" DOUBLEST_SCAN_FORMAT "_%" DOUBLEST_SCAN_FORMAT
11510 "_%" DOUBLEST_SCAN_FORMAT "_%" DOUBLEST_SCAN_FORMAT,
11511 &num0, &den0, &num1, &den1);
11512
11513 if (n < 2)
11514 return 1.0;
11515 else if (n == 4)
11516 return num1 / den1;
11517 else
11518 return num0 / den0;
11519 }
11520
11521
11522 /* Assuming that X is the representation of a value of fixed-point
11523 type TYPE, return its floating-point equivalent. */
11524
11525 DOUBLEST
11526 ada_fixed_to_float (struct type *type, LONGEST x)
11527 {
11528 return (DOUBLEST) x *scaling_factor (type);
11529 }
11530
11531 /* The representation of a fixed-point value of type TYPE
11532 corresponding to the value X. */
11533
11534 LONGEST
11535 ada_float_to_fixed (struct type *type, DOUBLEST x)
11536 {
11537 return (LONGEST) (x / scaling_factor (type) + 0.5);
11538 }
11539
11540 \f
11541
11542 /* Range types */
11543
11544 /* Scan STR beginning at position K for a discriminant name, and
11545 return the value of that discriminant field of DVAL in *PX. If
11546 PNEW_K is not null, put the position of the character beyond the
11547 name scanned in *PNEW_K. Return 1 if successful; return 0 and do
11548 not alter *PX and *PNEW_K if unsuccessful. */
11549
11550 static int
11551 scan_discrim_bound (const char *str, int k, struct value *dval, LONGEST * px,
11552 int *pnew_k)
11553 {
11554 static char *bound_buffer = NULL;
11555 static size_t bound_buffer_len = 0;
11556 const char *pstart, *pend, *bound;
11557 struct value *bound_val;
11558
11559 if (dval == NULL || str == NULL || str[k] == '\0')
11560 return 0;
11561
11562 pstart = str + k;
11563 pend = strstr (pstart, "__");
11564 if (pend == NULL)
11565 {
11566 bound = pstart;
11567 k += strlen (bound);
11568 }
11569 else
11570 {
11571 int len = pend - pstart;
11572
11573 /* Strip __ and beyond. */
11574 GROW_VECT (bound_buffer, bound_buffer_len, len + 1);
11575 strncpy (bound_buffer, pstart, len);
11576 bound_buffer[len] = '\0';
11577
11578 bound = bound_buffer;
11579 k = pend - str;
11580 }
11581
11582 bound_val = ada_search_struct_field (bound, dval, 0, value_type (dval));
11583 if (bound_val == NULL)
11584 return 0;
11585
11586 *px = value_as_long (bound_val);
11587 if (pnew_k != NULL)
11588 *pnew_k = k;
11589 return 1;
11590 }
11591
11592 /* Value of variable named NAME in the current environment. If
11593 no such variable found, then if ERR_MSG is null, returns 0, and
11594 otherwise causes an error with message ERR_MSG. */
11595
11596 static struct value *
11597 get_var_value (const char *name, const char *err_msg)
11598 {
11599 struct block_symbol *syms;
11600 int nsyms;
11601
11602 nsyms = ada_lookup_symbol_list (name, get_selected_block (0), VAR_DOMAIN,
11603 &syms);
11604
11605 if (nsyms != 1)
11606 {
11607 if (err_msg == NULL)
11608 return 0;
11609 else
11610 error (("%s"), err_msg);
11611 }
11612
11613 return value_of_variable (syms[0].symbol, syms[0].block);
11614 }
11615
11616 /* Value of integer variable named NAME in the current environment.
11617 If no such variable is found, returns false. Otherwise, sets VALUE
11618 to the variable's value and returns true. */
11619
11620 bool
11621 get_int_var_value (const char *name, LONGEST &value)
11622 {
11623 struct value *var_val = get_var_value (name, 0);
11624
11625 if (var_val == 0)
11626 return false;
11627
11628 value = value_as_long (var_val);
11629 return true;
11630 }
11631
11632
11633 /* Return a range type whose base type is that of the range type named
11634 NAME in the current environment, and whose bounds are calculated
11635 from NAME according to the GNAT range encoding conventions.
11636 Extract discriminant values, if needed, from DVAL. ORIG_TYPE is the
11637 corresponding range type from debug information; fall back to using it
11638 if symbol lookup fails. If a new type must be created, allocate it
11639 like ORIG_TYPE was. The bounds information, in general, is encoded
11640 in NAME, the base type given in the named range type. */
11641
11642 static struct type *
11643 to_fixed_range_type (struct type *raw_type, struct value *dval)
11644 {
11645 const char *name;
11646 struct type *base_type;
11647 const char *subtype_info;
11648
11649 gdb_assert (raw_type != NULL);
11650 gdb_assert (TYPE_NAME (raw_type) != NULL);
11651
11652 if (TYPE_CODE (raw_type) == TYPE_CODE_RANGE)
11653 base_type = TYPE_TARGET_TYPE (raw_type);
11654 else
11655 base_type = raw_type;
11656
11657 name = TYPE_NAME (raw_type);
11658 subtype_info = strstr (name, "___XD");
11659 if (subtype_info == NULL)
11660 {
11661 LONGEST L = ada_discrete_type_low_bound (raw_type);
11662 LONGEST U = ada_discrete_type_high_bound (raw_type);
11663
11664 if (L < INT_MIN || U > INT_MAX)
11665 return raw_type;
11666 else
11667 return create_static_range_type (alloc_type_copy (raw_type), raw_type,
11668 L, U);
11669 }
11670 else
11671 {
11672 static char *name_buf = NULL;
11673 static size_t name_len = 0;
11674 int prefix_len = subtype_info - name;
11675 LONGEST L, U;
11676 struct type *type;
11677 const char *bounds_str;
11678 int n;
11679
11680 GROW_VECT (name_buf, name_len, prefix_len + 5);
11681 strncpy (name_buf, name, prefix_len);
11682 name_buf[prefix_len] = '\0';
11683
11684 subtype_info += 5;
11685 bounds_str = strchr (subtype_info, '_');
11686 n = 1;
11687
11688 if (*subtype_info == 'L')
11689 {
11690 if (!ada_scan_number (bounds_str, n, &L, &n)
11691 && !scan_discrim_bound (bounds_str, n, dval, &L, &n))
11692 return raw_type;
11693 if (bounds_str[n] == '_')
11694 n += 2;
11695 else if (bounds_str[n] == '.') /* FIXME? SGI Workshop kludge. */
11696 n += 1;
11697 subtype_info += 1;
11698 }
11699 else
11700 {
11701 strcpy (name_buf + prefix_len, "___L");
11702 if (!get_int_var_value (name_buf, L))
11703 {
11704 lim_warning (_("Unknown lower bound, using 1."));
11705 L = 1;
11706 }
11707 }
11708
11709 if (*subtype_info == 'U')
11710 {
11711 if (!ada_scan_number (bounds_str, n, &U, &n)
11712 && !scan_discrim_bound (bounds_str, n, dval, &U, &n))
11713 return raw_type;
11714 }
11715 else
11716 {
11717 strcpy (name_buf + prefix_len, "___U");
11718 if (!get_int_var_value (name_buf, U))
11719 {
11720 lim_warning (_("Unknown upper bound, using %ld."), (long) L);
11721 U = L;
11722 }
11723 }
11724
11725 type = create_static_range_type (alloc_type_copy (raw_type),
11726 base_type, L, U);
11727 TYPE_NAME (type) = name;
11728 return type;
11729 }
11730 }
11731
11732 /* True iff NAME is the name of a range type. */
11733
11734 int
11735 ada_is_range_type_name (const char *name)
11736 {
11737 return (name != NULL && strstr (name, "___XD"));
11738 }
11739 \f
11740
11741 /* Modular types */
11742
11743 /* True iff TYPE is an Ada modular type. */
11744
11745 int
11746 ada_is_modular_type (struct type *type)
11747 {
11748 struct type *subranged_type = get_base_type (type);
11749
11750 return (subranged_type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE
11751 && TYPE_CODE (subranged_type) == TYPE_CODE_INT
11752 && TYPE_UNSIGNED (subranged_type));
11753 }
11754
11755 /* Assuming ada_is_modular_type (TYPE), the modulus of TYPE. */
11756
11757 ULONGEST
11758 ada_modulus (struct type *type)
11759 {
11760 return (ULONGEST) TYPE_HIGH_BOUND (type) + 1;
11761 }
11762 \f
11763
11764 /* Ada exception catchpoint support:
11765 ---------------------------------
11766
11767 We support 3 kinds of exception catchpoints:
11768 . catchpoints on Ada exceptions
11769 . catchpoints on unhandled Ada exceptions
11770 . catchpoints on failed assertions
11771
11772 Exceptions raised during failed assertions, or unhandled exceptions
11773 could perfectly be caught with the general catchpoint on Ada exceptions.
11774 However, we can easily differentiate these two special cases, and having
11775 the option to distinguish these two cases from the rest can be useful
11776 to zero-in on certain situations.
11777
11778 Exception catchpoints are a specialized form of breakpoint,
11779 since they rely on inserting breakpoints inside known routines
11780 of the GNAT runtime. The implementation therefore uses a standard
11781 breakpoint structure of the BP_BREAKPOINT type, but with its own set
11782 of breakpoint_ops.
11783
11784 Support in the runtime for exception catchpoints have been changed
11785 a few times already, and these changes affect the implementation
11786 of these catchpoints. In order to be able to support several
11787 variants of the runtime, we use a sniffer that will determine
11788 the runtime variant used by the program being debugged. */
11789
11790 /* Ada's standard exceptions.
11791
11792 The Ada 83 standard also defined Numeric_Error. But there so many
11793 situations where it was unclear from the Ada 83 Reference Manual
11794 (RM) whether Constraint_Error or Numeric_Error should be raised,
11795 that the ARG (Ada Rapporteur Group) eventually issued a Binding
11796 Interpretation saying that anytime the RM says that Numeric_Error
11797 should be raised, the implementation may raise Constraint_Error.
11798 Ada 95 went one step further and pretty much removed Numeric_Error
11799 from the list of standard exceptions (it made it a renaming of
11800 Constraint_Error, to help preserve compatibility when compiling
11801 an Ada83 compiler). As such, we do not include Numeric_Error from
11802 this list of standard exceptions. */
11803
11804 static const char *standard_exc[] = {
11805 "constraint_error",
11806 "program_error",
11807 "storage_error",
11808 "tasking_error"
11809 };
11810
11811 typedef CORE_ADDR (ada_unhandled_exception_name_addr_ftype) (void);
11812
11813 /* A structure that describes how to support exception catchpoints
11814 for a given executable. */
11815
11816 struct exception_support_info
11817 {
11818 /* The name of the symbol to break on in order to insert
11819 a catchpoint on exceptions. */
11820 const char *catch_exception_sym;
11821
11822 /* The name of the symbol to break on in order to insert
11823 a catchpoint on unhandled exceptions. */
11824 const char *catch_exception_unhandled_sym;
11825
11826 /* The name of the symbol to break on in order to insert
11827 a catchpoint on failed assertions. */
11828 const char *catch_assert_sym;
11829
11830 /* Assuming that the inferior just triggered an unhandled exception
11831 catchpoint, this function is responsible for returning the address
11832 in inferior memory where the name of that exception is stored.
11833 Return zero if the address could not be computed. */
11834 ada_unhandled_exception_name_addr_ftype *unhandled_exception_name_addr;
11835 };
11836
11837 static CORE_ADDR ada_unhandled_exception_name_addr (void);
11838 static CORE_ADDR ada_unhandled_exception_name_addr_from_raise (void);
11839
11840 /* The following exception support info structure describes how to
11841 implement exception catchpoints with the latest version of the
11842 Ada runtime (as of 2007-03-06). */
11843
11844 static const struct exception_support_info default_exception_support_info =
11845 {
11846 "__gnat_debug_raise_exception", /* catch_exception_sym */
11847 "__gnat_unhandled_exception", /* catch_exception_unhandled_sym */
11848 "__gnat_debug_raise_assert_failure", /* catch_assert_sym */
11849 ada_unhandled_exception_name_addr
11850 };
11851
11852 /* The following exception support info structure describes how to
11853 implement exception catchpoints with a slightly older version
11854 of the Ada runtime. */
11855
11856 static const struct exception_support_info exception_support_info_fallback =
11857 {
11858 "__gnat_raise_nodefer_with_msg", /* catch_exception_sym */
11859 "__gnat_unhandled_exception", /* catch_exception_unhandled_sym */
11860 "system__assertions__raise_assert_failure", /* catch_assert_sym */
11861 ada_unhandled_exception_name_addr_from_raise
11862 };
11863
11864 /* Return nonzero if we can detect the exception support routines
11865 described in EINFO.
11866
11867 This function errors out if an abnormal situation is detected
11868 (for instance, if we find the exception support routines, but
11869 that support is found to be incomplete). */
11870
11871 static int
11872 ada_has_this_exception_support (const struct exception_support_info *einfo)
11873 {
11874 struct symbol *sym;
11875
11876 /* The symbol we're looking up is provided by a unit in the GNAT runtime
11877 that should be compiled with debugging information. As a result, we
11878 expect to find that symbol in the symtabs. */
11879
11880 sym = standard_lookup (einfo->catch_exception_sym, NULL, VAR_DOMAIN);
11881 if (sym == NULL)
11882 {
11883 /* Perhaps we did not find our symbol because the Ada runtime was
11884 compiled without debugging info, or simply stripped of it.
11885 It happens on some GNU/Linux distributions for instance, where
11886 users have to install a separate debug package in order to get
11887 the runtime's debugging info. In that situation, let the user
11888 know why we cannot insert an Ada exception catchpoint.
11889
11890 Note: Just for the purpose of inserting our Ada exception
11891 catchpoint, we could rely purely on the associated minimal symbol.
11892 But we would be operating in degraded mode anyway, since we are
11893 still lacking the debugging info needed later on to extract
11894 the name of the exception being raised (this name is printed in
11895 the catchpoint message, and is also used when trying to catch
11896 a specific exception). We do not handle this case for now. */
11897 struct bound_minimal_symbol msym
11898 = lookup_minimal_symbol (einfo->catch_exception_sym, NULL, NULL);
11899
11900 if (msym.minsym && MSYMBOL_TYPE (msym.minsym) != mst_solib_trampoline)
11901 error (_("Your Ada runtime appears to be missing some debugging "
11902 "information.\nCannot insert Ada exception catchpoint "
11903 "in this configuration."));
11904
11905 return 0;
11906 }
11907
11908 /* Make sure that the symbol we found corresponds to a function. */
11909
11910 if (SYMBOL_CLASS (sym) != LOC_BLOCK)
11911 error (_("Symbol \"%s\" is not a function (class = %d)"),
11912 SYMBOL_LINKAGE_NAME (sym), SYMBOL_CLASS (sym));
11913
11914 return 1;
11915 }
11916
11917 /* Inspect the Ada runtime and determine which exception info structure
11918 should be used to provide support for exception catchpoints.
11919
11920 This function will always set the per-inferior exception_info,
11921 or raise an error. */
11922
11923 static void
11924 ada_exception_support_info_sniffer (void)
11925 {
11926 struct ada_inferior_data *data = get_ada_inferior_data (current_inferior ());
11927
11928 /* If the exception info is already known, then no need to recompute it. */
11929 if (data->exception_info != NULL)
11930 return;
11931
11932 /* Check the latest (default) exception support info. */
11933 if (ada_has_this_exception_support (&default_exception_support_info))
11934 {
11935 data->exception_info = &default_exception_support_info;
11936 return;
11937 }
11938
11939 /* Try our fallback exception suport info. */
11940 if (ada_has_this_exception_support (&exception_support_info_fallback))
11941 {
11942 data->exception_info = &exception_support_info_fallback;
11943 return;
11944 }
11945
11946 /* Sometimes, it is normal for us to not be able to find the routine
11947 we are looking for. This happens when the program is linked with
11948 the shared version of the GNAT runtime, and the program has not been
11949 started yet. Inform the user of these two possible causes if
11950 applicable. */
11951
11952 if (ada_update_initial_language (language_unknown) != language_ada)
11953 error (_("Unable to insert catchpoint. Is this an Ada main program?"));
11954
11955 /* If the symbol does not exist, then check that the program is
11956 already started, to make sure that shared libraries have been
11957 loaded. If it is not started, this may mean that the symbol is
11958 in a shared library. */
11959
11960 if (ptid_get_pid (inferior_ptid) == 0)
11961 error (_("Unable to insert catchpoint. Try to start the program first."));
11962
11963 /* At this point, we know that we are debugging an Ada program and
11964 that the inferior has been started, but we still are not able to
11965 find the run-time symbols. That can mean that we are in
11966 configurable run time mode, or that a-except as been optimized
11967 out by the linker... In any case, at this point it is not worth
11968 supporting this feature. */
11969
11970 error (_("Cannot insert Ada exception catchpoints in this configuration."));
11971 }
11972
11973 /* True iff FRAME is very likely to be that of a function that is
11974 part of the runtime system. This is all very heuristic, but is
11975 intended to be used as advice as to what frames are uninteresting
11976 to most users. */
11977
11978 static int
11979 is_known_support_routine (struct frame_info *frame)
11980 {
11981 char *func_name;
11982 enum language func_lang;
11983 int i;
11984 const char *fullname;
11985
11986 /* If this code does not have any debugging information (no symtab),
11987 This cannot be any user code. */
11988
11989 symtab_and_line sal = find_frame_sal (frame);
11990 if (sal.symtab == NULL)
11991 return 1;
11992
11993 /* If there is a symtab, but the associated source file cannot be
11994 located, then assume this is not user code: Selecting a frame
11995 for which we cannot display the code would not be very helpful
11996 for the user. This should also take care of case such as VxWorks
11997 where the kernel has some debugging info provided for a few units. */
11998
11999 fullname = symtab_to_fullname (sal.symtab);
12000 if (access (fullname, R_OK) != 0)
12001 return 1;
12002
12003 /* Check the unit filename againt the Ada runtime file naming.
12004 We also check the name of the objfile against the name of some
12005 known system libraries that sometimes come with debugging info
12006 too. */
12007
12008 for (i = 0; known_runtime_file_name_patterns[i] != NULL; i += 1)
12009 {
12010 re_comp (known_runtime_file_name_patterns[i]);
12011 if (re_exec (lbasename (sal.symtab->filename)))
12012 return 1;
12013 if (SYMTAB_OBJFILE (sal.symtab) != NULL
12014 && re_exec (objfile_name (SYMTAB_OBJFILE (sal.symtab))))
12015 return 1;
12016 }
12017
12018 /* Check whether the function is a GNAT-generated entity. */
12019
12020 find_frame_funname (frame, &func_name, &func_lang, NULL);
12021 if (func_name == NULL)
12022 return 1;
12023
12024 for (i = 0; known_auxiliary_function_name_patterns[i] != NULL; i += 1)
12025 {
12026 re_comp (known_auxiliary_function_name_patterns[i]);
12027 if (re_exec (func_name))
12028 {
12029 xfree (func_name);
12030 return 1;
12031 }
12032 }
12033
12034 xfree (func_name);
12035 return 0;
12036 }
12037
12038 /* Find the first frame that contains debugging information and that is not
12039 part of the Ada run-time, starting from FI and moving upward. */
12040
12041 void
12042 ada_find_printable_frame (struct frame_info *fi)
12043 {
12044 for (; fi != NULL; fi = get_prev_frame (fi))
12045 {
12046 if (!is_known_support_routine (fi))
12047 {
12048 select_frame (fi);
12049 break;
12050 }
12051 }
12052
12053 }
12054
12055 /* Assuming that the inferior just triggered an unhandled exception
12056 catchpoint, return the address in inferior memory where the name
12057 of the exception is stored.
12058
12059 Return zero if the address could not be computed. */
12060
12061 static CORE_ADDR
12062 ada_unhandled_exception_name_addr (void)
12063 {
12064 return parse_and_eval_address ("e.full_name");
12065 }
12066
12067 /* Same as ada_unhandled_exception_name_addr, except that this function
12068 should be used when the inferior uses an older version of the runtime,
12069 where the exception name needs to be extracted from a specific frame
12070 several frames up in the callstack. */
12071
12072 static CORE_ADDR
12073 ada_unhandled_exception_name_addr_from_raise (void)
12074 {
12075 int frame_level;
12076 struct frame_info *fi;
12077 struct ada_inferior_data *data = get_ada_inferior_data (current_inferior ());
12078 struct cleanup *old_chain;
12079
12080 /* To determine the name of this exception, we need to select
12081 the frame corresponding to RAISE_SYM_NAME. This frame is
12082 at least 3 levels up, so we simply skip the first 3 frames
12083 without checking the name of their associated function. */
12084 fi = get_current_frame ();
12085 for (frame_level = 0; frame_level < 3; frame_level += 1)
12086 if (fi != NULL)
12087 fi = get_prev_frame (fi);
12088
12089 old_chain = make_cleanup (null_cleanup, NULL);
12090 while (fi != NULL)
12091 {
12092 char *func_name;
12093 enum language func_lang;
12094
12095 find_frame_funname (fi, &func_name, &func_lang, NULL);
12096 if (func_name != NULL)
12097 {
12098 make_cleanup (xfree, func_name);
12099
12100 if (strcmp (func_name,
12101 data->exception_info->catch_exception_sym) == 0)
12102 break; /* We found the frame we were looking for... */
12103 fi = get_prev_frame (fi);
12104 }
12105 }
12106 do_cleanups (old_chain);
12107
12108 if (fi == NULL)
12109 return 0;
12110
12111 select_frame (fi);
12112 return parse_and_eval_address ("id.full_name");
12113 }
12114
12115 /* Assuming the inferior just triggered an Ada exception catchpoint
12116 (of any type), return the address in inferior memory where the name
12117 of the exception is stored, if applicable.
12118
12119 Assumes the selected frame is the current frame.
12120
12121 Return zero if the address could not be computed, or if not relevant. */
12122
12123 static CORE_ADDR
12124 ada_exception_name_addr_1 (enum ada_exception_catchpoint_kind ex,
12125 struct breakpoint *b)
12126 {
12127 struct ada_inferior_data *data = get_ada_inferior_data (current_inferior ());
12128
12129 switch (ex)
12130 {
12131 case ada_catch_exception:
12132 return (parse_and_eval_address ("e.full_name"));
12133 break;
12134
12135 case ada_catch_exception_unhandled:
12136 return data->exception_info->unhandled_exception_name_addr ();
12137 break;
12138
12139 case ada_catch_assert:
12140 return 0; /* Exception name is not relevant in this case. */
12141 break;
12142
12143 default:
12144 internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
12145 break;
12146 }
12147
12148 return 0; /* Should never be reached. */
12149 }
12150
12151 /* Same as ada_exception_name_addr_1, except that it intercepts and contains
12152 any error that ada_exception_name_addr_1 might cause to be thrown.
12153 When an error is intercepted, a warning with the error message is printed,
12154 and zero is returned. */
12155
12156 static CORE_ADDR
12157 ada_exception_name_addr (enum ada_exception_catchpoint_kind ex,
12158 struct breakpoint *b)
12159 {
12160 CORE_ADDR result = 0;
12161
12162 TRY
12163 {
12164 result = ada_exception_name_addr_1 (ex, b);
12165 }
12166
12167 CATCH (e, RETURN_MASK_ERROR)
12168 {
12169 warning (_("failed to get exception name: %s"), e.message);
12170 return 0;
12171 }
12172 END_CATCH
12173
12174 return result;
12175 }
12176
12177 static char *ada_exception_catchpoint_cond_string (const char *excep_string);
12178
12179 /* Ada catchpoints.
12180
12181 In the case of catchpoints on Ada exceptions, the catchpoint will
12182 stop the target on every exception the program throws. When a user
12183 specifies the name of a specific exception, we translate this
12184 request into a condition expression (in text form), and then parse
12185 it into an expression stored in each of the catchpoint's locations.
12186 We then use this condition to check whether the exception that was
12187 raised is the one the user is interested in. If not, then the
12188 target is resumed again. We store the name of the requested
12189 exception, in order to be able to re-set the condition expression
12190 when symbols change. */
12191
12192 /* An instance of this type is used to represent an Ada catchpoint
12193 breakpoint location. */
12194
12195 class ada_catchpoint_location : public bp_location
12196 {
12197 public:
12198 ada_catchpoint_location (const bp_location_ops *ops, breakpoint *owner)
12199 : bp_location (ops, owner)
12200 {}
12201
12202 /* The condition that checks whether the exception that was raised
12203 is the specific exception the user specified on catchpoint
12204 creation. */
12205 expression_up excep_cond_expr;
12206 };
12207
12208 /* Implement the DTOR method in the bp_location_ops structure for all
12209 Ada exception catchpoint kinds. */
12210
12211 static void
12212 ada_catchpoint_location_dtor (struct bp_location *bl)
12213 {
12214 struct ada_catchpoint_location *al = (struct ada_catchpoint_location *) bl;
12215
12216 al->excep_cond_expr.reset ();
12217 }
12218
12219 /* The vtable to be used in Ada catchpoint locations. */
12220
12221 static const struct bp_location_ops ada_catchpoint_location_ops =
12222 {
12223 ada_catchpoint_location_dtor
12224 };
12225
12226 /* An instance of this type is used to represent an Ada catchpoint. */
12227
12228 struct ada_catchpoint : public breakpoint
12229 {
12230 ~ada_catchpoint () override;
12231
12232 /* The name of the specific exception the user specified. */
12233 char *excep_string;
12234 };
12235
12236 /* Parse the exception condition string in the context of each of the
12237 catchpoint's locations, and store them for later evaluation. */
12238
12239 static void
12240 create_excep_cond_exprs (struct ada_catchpoint *c)
12241 {
12242 struct cleanup *old_chain;
12243 struct bp_location *bl;
12244 char *cond_string;
12245
12246 /* Nothing to do if there's no specific exception to catch. */
12247 if (c->excep_string == NULL)
12248 return;
12249
12250 /* Same if there are no locations... */
12251 if (c->loc == NULL)
12252 return;
12253
12254 /* Compute the condition expression in text form, from the specific
12255 expection we want to catch. */
12256 cond_string = ada_exception_catchpoint_cond_string (c->excep_string);
12257 old_chain = make_cleanup (xfree, cond_string);
12258
12259 /* Iterate over all the catchpoint's locations, and parse an
12260 expression for each. */
12261 for (bl = c->loc; bl != NULL; bl = bl->next)
12262 {
12263 struct ada_catchpoint_location *ada_loc
12264 = (struct ada_catchpoint_location *) bl;
12265 expression_up exp;
12266
12267 if (!bl->shlib_disabled)
12268 {
12269 const char *s;
12270
12271 s = cond_string;
12272 TRY
12273 {
12274 exp = parse_exp_1 (&s, bl->address,
12275 block_for_pc (bl->address),
12276 0);
12277 }
12278 CATCH (e, RETURN_MASK_ERROR)
12279 {
12280 warning (_("failed to reevaluate internal exception condition "
12281 "for catchpoint %d: %s"),
12282 c->number, e.message);
12283 }
12284 END_CATCH
12285 }
12286
12287 ada_loc->excep_cond_expr = std::move (exp);
12288 }
12289
12290 do_cleanups (old_chain);
12291 }
12292
12293 /* ada_catchpoint destructor. */
12294
12295 ada_catchpoint::~ada_catchpoint ()
12296 {
12297 xfree (this->excep_string);
12298 }
12299
12300 /* Implement the ALLOCATE_LOCATION method in the breakpoint_ops
12301 structure for all exception catchpoint kinds. */
12302
12303 static struct bp_location *
12304 allocate_location_exception (enum ada_exception_catchpoint_kind ex,
12305 struct breakpoint *self)
12306 {
12307 return new ada_catchpoint_location (&ada_catchpoint_location_ops, self);
12308 }
12309
12310 /* Implement the RE_SET method in the breakpoint_ops structure for all
12311 exception catchpoint kinds. */
12312
12313 static void
12314 re_set_exception (enum ada_exception_catchpoint_kind ex, struct breakpoint *b)
12315 {
12316 struct ada_catchpoint *c = (struct ada_catchpoint *) b;
12317
12318 /* Call the base class's method. This updates the catchpoint's
12319 locations. */
12320 bkpt_breakpoint_ops.re_set (b);
12321
12322 /* Reparse the exception conditional expressions. One for each
12323 location. */
12324 create_excep_cond_exprs (c);
12325 }
12326
12327 /* Returns true if we should stop for this breakpoint hit. If the
12328 user specified a specific exception, we only want to cause a stop
12329 if the program thrown that exception. */
12330
12331 static int
12332 should_stop_exception (const struct bp_location *bl)
12333 {
12334 struct ada_catchpoint *c = (struct ada_catchpoint *) bl->owner;
12335 const struct ada_catchpoint_location *ada_loc
12336 = (const struct ada_catchpoint_location *) bl;
12337 int stop;
12338
12339 /* With no specific exception, should always stop. */
12340 if (c->excep_string == NULL)
12341 return 1;
12342
12343 if (ada_loc->excep_cond_expr == NULL)
12344 {
12345 /* We will have a NULL expression if back when we were creating
12346 the expressions, this location's had failed to parse. */
12347 return 1;
12348 }
12349
12350 stop = 1;
12351 TRY
12352 {
12353 struct value *mark;
12354
12355 mark = value_mark ();
12356 stop = value_true (evaluate_expression (ada_loc->excep_cond_expr.get ()));
12357 value_free_to_mark (mark);
12358 }
12359 CATCH (ex, RETURN_MASK_ALL)
12360 {
12361 exception_fprintf (gdb_stderr, ex,
12362 _("Error in testing exception condition:\n"));
12363 }
12364 END_CATCH
12365
12366 return stop;
12367 }
12368
12369 /* Implement the CHECK_STATUS method in the breakpoint_ops structure
12370 for all exception catchpoint kinds. */
12371
12372 static void
12373 check_status_exception (enum ada_exception_catchpoint_kind ex, bpstat bs)
12374 {
12375 bs->stop = should_stop_exception (bs->bp_location_at);
12376 }
12377
12378 /* Implement the PRINT_IT method in the breakpoint_ops structure
12379 for all exception catchpoint kinds. */
12380
12381 static enum print_stop_action
12382 print_it_exception (enum ada_exception_catchpoint_kind ex, bpstat bs)
12383 {
12384 struct ui_out *uiout = current_uiout;
12385 struct breakpoint *b = bs->breakpoint_at;
12386
12387 annotate_catchpoint (b->number);
12388
12389 if (uiout->is_mi_like_p ())
12390 {
12391 uiout->field_string ("reason",
12392 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
12393 uiout->field_string ("disp", bpdisp_text (b->disposition));
12394 }
12395
12396 uiout->text (b->disposition == disp_del
12397 ? "\nTemporary catchpoint " : "\nCatchpoint ");
12398 uiout->field_int ("bkptno", b->number);
12399 uiout->text (", ");
12400
12401 /* ada_exception_name_addr relies on the selected frame being the
12402 current frame. Need to do this here because this function may be
12403 called more than once when printing a stop, and below, we'll
12404 select the first frame past the Ada run-time (see
12405 ada_find_printable_frame). */
12406 select_frame (get_current_frame ());
12407
12408 switch (ex)
12409 {
12410 case ada_catch_exception:
12411 case ada_catch_exception_unhandled:
12412 {
12413 const CORE_ADDR addr = ada_exception_name_addr (ex, b);
12414 char exception_name[256];
12415
12416 if (addr != 0)
12417 {
12418 read_memory (addr, (gdb_byte *) exception_name,
12419 sizeof (exception_name) - 1);
12420 exception_name [sizeof (exception_name) - 1] = '\0';
12421 }
12422 else
12423 {
12424 /* For some reason, we were unable to read the exception
12425 name. This could happen if the Runtime was compiled
12426 without debugging info, for instance. In that case,
12427 just replace the exception name by the generic string
12428 "exception" - it will read as "an exception" in the
12429 notification we are about to print. */
12430 memcpy (exception_name, "exception", sizeof ("exception"));
12431 }
12432 /* In the case of unhandled exception breakpoints, we print
12433 the exception name as "unhandled EXCEPTION_NAME", to make
12434 it clearer to the user which kind of catchpoint just got
12435 hit. We used ui_out_text to make sure that this extra
12436 info does not pollute the exception name in the MI case. */
12437 if (ex == ada_catch_exception_unhandled)
12438 uiout->text ("unhandled ");
12439 uiout->field_string ("exception-name", exception_name);
12440 }
12441 break;
12442 case ada_catch_assert:
12443 /* In this case, the name of the exception is not really
12444 important. Just print "failed assertion" to make it clearer
12445 that his program just hit an assertion-failure catchpoint.
12446 We used ui_out_text because this info does not belong in
12447 the MI output. */
12448 uiout->text ("failed assertion");
12449 break;
12450 }
12451 uiout->text (" at ");
12452 ada_find_printable_frame (get_current_frame ());
12453
12454 return PRINT_SRC_AND_LOC;
12455 }
12456
12457 /* Implement the PRINT_ONE method in the breakpoint_ops structure
12458 for all exception catchpoint kinds. */
12459
12460 static void
12461 print_one_exception (enum ada_exception_catchpoint_kind ex,
12462 struct breakpoint *b, struct bp_location **last_loc)
12463 {
12464 struct ui_out *uiout = current_uiout;
12465 struct ada_catchpoint *c = (struct ada_catchpoint *) b;
12466 struct value_print_options opts;
12467
12468 get_user_print_options (&opts);
12469 if (opts.addressprint)
12470 {
12471 annotate_field (4);
12472 uiout->field_core_addr ("addr", b->loc->gdbarch, b->loc->address);
12473 }
12474
12475 annotate_field (5);
12476 *last_loc = b->loc;
12477 switch (ex)
12478 {
12479 case ada_catch_exception:
12480 if (c->excep_string != NULL)
12481 {
12482 char *msg = xstrprintf (_("`%s' Ada exception"), c->excep_string);
12483
12484 uiout->field_string ("what", msg);
12485 xfree (msg);
12486 }
12487 else
12488 uiout->field_string ("what", "all Ada exceptions");
12489
12490 break;
12491
12492 case ada_catch_exception_unhandled:
12493 uiout->field_string ("what", "unhandled Ada exceptions");
12494 break;
12495
12496 case ada_catch_assert:
12497 uiout->field_string ("what", "failed Ada assertions");
12498 break;
12499
12500 default:
12501 internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
12502 break;
12503 }
12504 }
12505
12506 /* Implement the PRINT_MENTION method in the breakpoint_ops structure
12507 for all exception catchpoint kinds. */
12508
12509 static void
12510 print_mention_exception (enum ada_exception_catchpoint_kind ex,
12511 struct breakpoint *b)
12512 {
12513 struct ada_catchpoint *c = (struct ada_catchpoint *) b;
12514 struct ui_out *uiout = current_uiout;
12515
12516 uiout->text (b->disposition == disp_del ? _("Temporary catchpoint ")
12517 : _("Catchpoint "));
12518 uiout->field_int ("bkptno", b->number);
12519 uiout->text (": ");
12520
12521 switch (ex)
12522 {
12523 case ada_catch_exception:
12524 if (c->excep_string != NULL)
12525 {
12526 char *info = xstrprintf (_("`%s' Ada exception"), c->excep_string);
12527 struct cleanup *old_chain = make_cleanup (xfree, info);
12528
12529 uiout->text (info);
12530 do_cleanups (old_chain);
12531 }
12532 else
12533 uiout->text (_("all Ada exceptions"));
12534 break;
12535
12536 case ada_catch_exception_unhandled:
12537 uiout->text (_("unhandled Ada exceptions"));
12538 break;
12539
12540 case ada_catch_assert:
12541 uiout->text (_("failed Ada assertions"));
12542 break;
12543
12544 default:
12545 internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
12546 break;
12547 }
12548 }
12549
12550 /* Implement the PRINT_RECREATE method in the breakpoint_ops structure
12551 for all exception catchpoint kinds. */
12552
12553 static void
12554 print_recreate_exception (enum ada_exception_catchpoint_kind ex,
12555 struct breakpoint *b, struct ui_file *fp)
12556 {
12557 struct ada_catchpoint *c = (struct ada_catchpoint *) b;
12558
12559 switch (ex)
12560 {
12561 case ada_catch_exception:
12562 fprintf_filtered (fp, "catch exception");
12563 if (c->excep_string != NULL)
12564 fprintf_filtered (fp, " %s", c->excep_string);
12565 break;
12566
12567 case ada_catch_exception_unhandled:
12568 fprintf_filtered (fp, "catch exception unhandled");
12569 break;
12570
12571 case ada_catch_assert:
12572 fprintf_filtered (fp, "catch assert");
12573 break;
12574
12575 default:
12576 internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
12577 }
12578 print_recreate_thread (b, fp);
12579 }
12580
12581 /* Virtual table for "catch exception" breakpoints. */
12582
12583 static struct bp_location *
12584 allocate_location_catch_exception (struct breakpoint *self)
12585 {
12586 return allocate_location_exception (ada_catch_exception, self);
12587 }
12588
12589 static void
12590 re_set_catch_exception (struct breakpoint *b)
12591 {
12592 re_set_exception (ada_catch_exception, b);
12593 }
12594
12595 static void
12596 check_status_catch_exception (bpstat bs)
12597 {
12598 check_status_exception (ada_catch_exception, bs);
12599 }
12600
12601 static enum print_stop_action
12602 print_it_catch_exception (bpstat bs)
12603 {
12604 return print_it_exception (ada_catch_exception, bs);
12605 }
12606
12607 static void
12608 print_one_catch_exception (struct breakpoint *b, struct bp_location **last_loc)
12609 {
12610 print_one_exception (ada_catch_exception, b, last_loc);
12611 }
12612
12613 static void
12614 print_mention_catch_exception (struct breakpoint *b)
12615 {
12616 print_mention_exception (ada_catch_exception, b);
12617 }
12618
12619 static void
12620 print_recreate_catch_exception (struct breakpoint *b, struct ui_file *fp)
12621 {
12622 print_recreate_exception (ada_catch_exception, b, fp);
12623 }
12624
12625 static struct breakpoint_ops catch_exception_breakpoint_ops;
12626
12627 /* Virtual table for "catch exception unhandled" breakpoints. */
12628
12629 static struct bp_location *
12630 allocate_location_catch_exception_unhandled (struct breakpoint *self)
12631 {
12632 return allocate_location_exception (ada_catch_exception_unhandled, self);
12633 }
12634
12635 static void
12636 re_set_catch_exception_unhandled (struct breakpoint *b)
12637 {
12638 re_set_exception (ada_catch_exception_unhandled, b);
12639 }
12640
12641 static void
12642 check_status_catch_exception_unhandled (bpstat bs)
12643 {
12644 check_status_exception (ada_catch_exception_unhandled, bs);
12645 }
12646
12647 static enum print_stop_action
12648 print_it_catch_exception_unhandled (bpstat bs)
12649 {
12650 return print_it_exception (ada_catch_exception_unhandled, bs);
12651 }
12652
12653 static void
12654 print_one_catch_exception_unhandled (struct breakpoint *b,
12655 struct bp_location **last_loc)
12656 {
12657 print_one_exception (ada_catch_exception_unhandled, b, last_loc);
12658 }
12659
12660 static void
12661 print_mention_catch_exception_unhandled (struct breakpoint *b)
12662 {
12663 print_mention_exception (ada_catch_exception_unhandled, b);
12664 }
12665
12666 static void
12667 print_recreate_catch_exception_unhandled (struct breakpoint *b,
12668 struct ui_file *fp)
12669 {
12670 print_recreate_exception (ada_catch_exception_unhandled, b, fp);
12671 }
12672
12673 static struct breakpoint_ops catch_exception_unhandled_breakpoint_ops;
12674
12675 /* Virtual table for "catch assert" breakpoints. */
12676
12677 static struct bp_location *
12678 allocate_location_catch_assert (struct breakpoint *self)
12679 {
12680 return allocate_location_exception (ada_catch_assert, self);
12681 }
12682
12683 static void
12684 re_set_catch_assert (struct breakpoint *b)
12685 {
12686 re_set_exception (ada_catch_assert, b);
12687 }
12688
12689 static void
12690 check_status_catch_assert (bpstat bs)
12691 {
12692 check_status_exception (ada_catch_assert, bs);
12693 }
12694
12695 static enum print_stop_action
12696 print_it_catch_assert (bpstat bs)
12697 {
12698 return print_it_exception (ada_catch_assert, bs);
12699 }
12700
12701 static void
12702 print_one_catch_assert (struct breakpoint *b, struct bp_location **last_loc)
12703 {
12704 print_one_exception (ada_catch_assert, b, last_loc);
12705 }
12706
12707 static void
12708 print_mention_catch_assert (struct breakpoint *b)
12709 {
12710 print_mention_exception (ada_catch_assert, b);
12711 }
12712
12713 static void
12714 print_recreate_catch_assert (struct breakpoint *b, struct ui_file *fp)
12715 {
12716 print_recreate_exception (ada_catch_assert, b, fp);
12717 }
12718
12719 static struct breakpoint_ops catch_assert_breakpoint_ops;
12720
12721 /* Return a newly allocated copy of the first space-separated token
12722 in ARGSP, and then adjust ARGSP to point immediately after that
12723 token.
12724
12725 Return NULL if ARGPS does not contain any more tokens. */
12726
12727 static char *
12728 ada_get_next_arg (const char **argsp)
12729 {
12730 const char *args = *argsp;
12731 const char *end;
12732 char *result;
12733
12734 args = skip_spaces_const (args);
12735 if (args[0] == '\0')
12736 return NULL; /* No more arguments. */
12737
12738 /* Find the end of the current argument. */
12739
12740 end = skip_to_space_const (args);
12741
12742 /* Adjust ARGSP to point to the start of the next argument. */
12743
12744 *argsp = end;
12745
12746 /* Make a copy of the current argument and return it. */
12747
12748 result = (char *) xmalloc (end - args + 1);
12749 strncpy (result, args, end - args);
12750 result[end - args] = '\0';
12751
12752 return result;
12753 }
12754
12755 /* Split the arguments specified in a "catch exception" command.
12756 Set EX to the appropriate catchpoint type.
12757 Set EXCEP_STRING to the name of the specific exception if
12758 specified by the user.
12759 If a condition is found at the end of the arguments, the condition
12760 expression is stored in COND_STRING (memory must be deallocated
12761 after use). Otherwise COND_STRING is set to NULL. */
12762
12763 static void
12764 catch_ada_exception_command_split (const char *args,
12765 enum ada_exception_catchpoint_kind *ex,
12766 char **excep_string,
12767 char **cond_string)
12768 {
12769 struct cleanup *old_chain = make_cleanup (null_cleanup, NULL);
12770 char *exception_name;
12771 char *cond = NULL;
12772
12773 exception_name = ada_get_next_arg (&args);
12774 if (exception_name != NULL && strcmp (exception_name, "if") == 0)
12775 {
12776 /* This is not an exception name; this is the start of a condition
12777 expression for a catchpoint on all exceptions. So, "un-get"
12778 this token, and set exception_name to NULL. */
12779 xfree (exception_name);
12780 exception_name = NULL;
12781 args -= 2;
12782 }
12783 make_cleanup (xfree, exception_name);
12784
12785 /* Check to see if we have a condition. */
12786
12787 args = skip_spaces_const (args);
12788 if (startswith (args, "if")
12789 && (isspace (args[2]) || args[2] == '\0'))
12790 {
12791 args += 2;
12792 args = skip_spaces_const (args);
12793
12794 if (args[0] == '\0')
12795 error (_("Condition missing after `if' keyword"));
12796 cond = xstrdup (args);
12797 make_cleanup (xfree, cond);
12798
12799 args += strlen (args);
12800 }
12801
12802 /* Check that we do not have any more arguments. Anything else
12803 is unexpected. */
12804
12805 if (args[0] != '\0')
12806 error (_("Junk at end of expression"));
12807
12808 discard_cleanups (old_chain);
12809
12810 if (exception_name == NULL)
12811 {
12812 /* Catch all exceptions. */
12813 *ex = ada_catch_exception;
12814 *excep_string = NULL;
12815 }
12816 else if (strcmp (exception_name, "unhandled") == 0)
12817 {
12818 /* Catch unhandled exceptions. */
12819 *ex = ada_catch_exception_unhandled;
12820 *excep_string = NULL;
12821 }
12822 else
12823 {
12824 /* Catch a specific exception. */
12825 *ex = ada_catch_exception;
12826 *excep_string = exception_name;
12827 }
12828 *cond_string = cond;
12829 }
12830
12831 /* Return the name of the symbol on which we should break in order to
12832 implement a catchpoint of the EX kind. */
12833
12834 static const char *
12835 ada_exception_sym_name (enum ada_exception_catchpoint_kind ex)
12836 {
12837 struct ada_inferior_data *data = get_ada_inferior_data (current_inferior ());
12838
12839 gdb_assert (data->exception_info != NULL);
12840
12841 switch (ex)
12842 {
12843 case ada_catch_exception:
12844 return (data->exception_info->catch_exception_sym);
12845 break;
12846 case ada_catch_exception_unhandled:
12847 return (data->exception_info->catch_exception_unhandled_sym);
12848 break;
12849 case ada_catch_assert:
12850 return (data->exception_info->catch_assert_sym);
12851 break;
12852 default:
12853 internal_error (__FILE__, __LINE__,
12854 _("unexpected catchpoint kind (%d)"), ex);
12855 }
12856 }
12857
12858 /* Return the breakpoint ops "virtual table" used for catchpoints
12859 of the EX kind. */
12860
12861 static const struct breakpoint_ops *
12862 ada_exception_breakpoint_ops (enum ada_exception_catchpoint_kind ex)
12863 {
12864 switch (ex)
12865 {
12866 case ada_catch_exception:
12867 return (&catch_exception_breakpoint_ops);
12868 break;
12869 case ada_catch_exception_unhandled:
12870 return (&catch_exception_unhandled_breakpoint_ops);
12871 break;
12872 case ada_catch_assert:
12873 return (&catch_assert_breakpoint_ops);
12874 break;
12875 default:
12876 internal_error (__FILE__, __LINE__,
12877 _("unexpected catchpoint kind (%d)"), ex);
12878 }
12879 }
12880
12881 /* Return the condition that will be used to match the current exception
12882 being raised with the exception that the user wants to catch. This
12883 assumes that this condition is used when the inferior just triggered
12884 an exception catchpoint.
12885
12886 The string returned is a newly allocated string that needs to be
12887 deallocated later. */
12888
12889 static char *
12890 ada_exception_catchpoint_cond_string (const char *excep_string)
12891 {
12892 int i;
12893
12894 /* The standard exceptions are a special case. They are defined in
12895 runtime units that have been compiled without debugging info; if
12896 EXCEP_STRING is the not-fully-qualified name of a standard
12897 exception (e.g. "constraint_error") then, during the evaluation
12898 of the condition expression, the symbol lookup on this name would
12899 *not* return this standard exception. The catchpoint condition
12900 may then be set only on user-defined exceptions which have the
12901 same not-fully-qualified name (e.g. my_package.constraint_error).
12902
12903 To avoid this unexcepted behavior, these standard exceptions are
12904 systematically prefixed by "standard". This means that "catch
12905 exception constraint_error" is rewritten into "catch exception
12906 standard.constraint_error".
12907
12908 If an exception named contraint_error is defined in another package of
12909 the inferior program, then the only way to specify this exception as a
12910 breakpoint condition is to use its fully-qualified named:
12911 e.g. my_package.constraint_error. */
12912
12913 for (i = 0; i < sizeof (standard_exc) / sizeof (char *); i++)
12914 {
12915 if (strcmp (standard_exc [i], excep_string) == 0)
12916 {
12917 return xstrprintf ("long_integer (e) = long_integer (&standard.%s)",
12918 excep_string);
12919 }
12920 }
12921 return xstrprintf ("long_integer (e) = long_integer (&%s)", excep_string);
12922 }
12923
12924 /* Return the symtab_and_line that should be used to insert an exception
12925 catchpoint of the TYPE kind.
12926
12927 EXCEP_STRING should contain the name of a specific exception that
12928 the catchpoint should catch, or NULL otherwise.
12929
12930 ADDR_STRING returns the name of the function where the real
12931 breakpoint that implements the catchpoints is set, depending on the
12932 type of catchpoint we need to create. */
12933
12934 static struct symtab_and_line
12935 ada_exception_sal (enum ada_exception_catchpoint_kind ex, char *excep_string,
12936 char **addr_string, const struct breakpoint_ops **ops)
12937 {
12938 const char *sym_name;
12939 struct symbol *sym;
12940
12941 /* First, find out which exception support info to use. */
12942 ada_exception_support_info_sniffer ();
12943
12944 /* Then lookup the function on which we will break in order to catch
12945 the Ada exceptions requested by the user. */
12946 sym_name = ada_exception_sym_name (ex);
12947 sym = standard_lookup (sym_name, NULL, VAR_DOMAIN);
12948
12949 /* We can assume that SYM is not NULL at this stage. If the symbol
12950 did not exist, ada_exception_support_info_sniffer would have
12951 raised an exception.
12952
12953 Also, ada_exception_support_info_sniffer should have already
12954 verified that SYM is a function symbol. */
12955 gdb_assert (sym != NULL);
12956 gdb_assert (SYMBOL_CLASS (sym) == LOC_BLOCK);
12957
12958 /* Set ADDR_STRING. */
12959 *addr_string = xstrdup (sym_name);
12960
12961 /* Set OPS. */
12962 *ops = ada_exception_breakpoint_ops (ex);
12963
12964 return find_function_start_sal (sym, 1);
12965 }
12966
12967 /* Create an Ada exception catchpoint.
12968
12969 EX_KIND is the kind of exception catchpoint to be created.
12970
12971 If EXCEPT_STRING is NULL, this catchpoint is expected to trigger
12972 for all exceptions. Otherwise, EXCEPT_STRING indicates the name
12973 of the exception to which this catchpoint applies. When not NULL,
12974 the string must be allocated on the heap, and its deallocation
12975 is no longer the responsibility of the caller.
12976
12977 COND_STRING, if not NULL, is the catchpoint condition. This string
12978 must be allocated on the heap, and its deallocation is no longer
12979 the responsibility of the caller.
12980
12981 TEMPFLAG, if nonzero, means that the underlying breakpoint
12982 should be temporary.
12983
12984 FROM_TTY is the usual argument passed to all commands implementations. */
12985
12986 void
12987 create_ada_exception_catchpoint (struct gdbarch *gdbarch,
12988 enum ada_exception_catchpoint_kind ex_kind,
12989 char *excep_string,
12990 char *cond_string,
12991 int tempflag,
12992 int disabled,
12993 int from_tty)
12994 {
12995 char *addr_string = NULL;
12996 const struct breakpoint_ops *ops = NULL;
12997 struct symtab_and_line sal
12998 = ada_exception_sal (ex_kind, excep_string, &addr_string, &ops);
12999
13000 std::unique_ptr<ada_catchpoint> c (new ada_catchpoint ());
13001 init_ada_exception_breakpoint (c.get (), gdbarch, sal, addr_string,
13002 ops, tempflag, disabled, from_tty);
13003 c->excep_string = excep_string;
13004 create_excep_cond_exprs (c.get ());
13005 if (cond_string != NULL)
13006 set_breakpoint_condition (c.get (), cond_string, from_tty);
13007 install_breakpoint (0, std::move (c), 1);
13008 }
13009
13010 /* Implement the "catch exception" command. */
13011
13012 static void
13013 catch_ada_exception_command (char *arg_entry, int from_tty,
13014 struct cmd_list_element *command)
13015 {
13016 const char *arg = arg_entry;
13017 struct gdbarch *gdbarch = get_current_arch ();
13018 int tempflag;
13019 enum ada_exception_catchpoint_kind ex_kind;
13020 char *excep_string = NULL;
13021 char *cond_string = NULL;
13022
13023 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
13024
13025 if (!arg)
13026 arg = "";
13027 catch_ada_exception_command_split (arg, &ex_kind, &excep_string,
13028 &cond_string);
13029 create_ada_exception_catchpoint (gdbarch, ex_kind,
13030 excep_string, cond_string,
13031 tempflag, 1 /* enabled */,
13032 from_tty);
13033 }
13034
13035 /* Split the arguments specified in a "catch assert" command.
13036
13037 ARGS contains the command's arguments (or the empty string if
13038 no arguments were passed).
13039
13040 If ARGS contains a condition, set COND_STRING to that condition
13041 (the memory needs to be deallocated after use). */
13042
13043 static void
13044 catch_ada_assert_command_split (const char *args, char **cond_string)
13045 {
13046 args = skip_spaces_const (args);
13047
13048 /* Check whether a condition was provided. */
13049 if (startswith (args, "if")
13050 && (isspace (args[2]) || args[2] == '\0'))
13051 {
13052 args += 2;
13053 args = skip_spaces_const (args);
13054 if (args[0] == '\0')
13055 error (_("condition missing after `if' keyword"));
13056 *cond_string = xstrdup (args);
13057 }
13058
13059 /* Otherwise, there should be no other argument at the end of
13060 the command. */
13061 else if (args[0] != '\0')
13062 error (_("Junk at end of arguments."));
13063 }
13064
13065 /* Implement the "catch assert" command. */
13066
13067 static void
13068 catch_assert_command (char *arg_entry, int from_tty,
13069 struct cmd_list_element *command)
13070 {
13071 const char *arg = arg_entry;
13072 struct gdbarch *gdbarch = get_current_arch ();
13073 int tempflag;
13074 char *cond_string = NULL;
13075
13076 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
13077
13078 if (!arg)
13079 arg = "";
13080 catch_ada_assert_command_split (arg, &cond_string);
13081 create_ada_exception_catchpoint (gdbarch, ada_catch_assert,
13082 NULL, cond_string,
13083 tempflag, 1 /* enabled */,
13084 from_tty);
13085 }
13086
13087 /* Return non-zero if the symbol SYM is an Ada exception object. */
13088
13089 static int
13090 ada_is_exception_sym (struct symbol *sym)
13091 {
13092 const char *type_name = type_name_no_tag (SYMBOL_TYPE (sym));
13093
13094 return (SYMBOL_CLASS (sym) != LOC_TYPEDEF
13095 && SYMBOL_CLASS (sym) != LOC_BLOCK
13096 && SYMBOL_CLASS (sym) != LOC_CONST
13097 && SYMBOL_CLASS (sym) != LOC_UNRESOLVED
13098 && type_name != NULL && strcmp (type_name, "exception") == 0);
13099 }
13100
13101 /* Given a global symbol SYM, return non-zero iff SYM is a non-standard
13102 Ada exception object. This matches all exceptions except the ones
13103 defined by the Ada language. */
13104
13105 static int
13106 ada_is_non_standard_exception_sym (struct symbol *sym)
13107 {
13108 int i;
13109
13110 if (!ada_is_exception_sym (sym))
13111 return 0;
13112
13113 for (i = 0; i < ARRAY_SIZE (standard_exc); i++)
13114 if (strcmp (SYMBOL_LINKAGE_NAME (sym), standard_exc[i]) == 0)
13115 return 0; /* A standard exception. */
13116
13117 /* Numeric_Error is also a standard exception, so exclude it.
13118 See the STANDARD_EXC description for more details as to why
13119 this exception is not listed in that array. */
13120 if (strcmp (SYMBOL_LINKAGE_NAME (sym), "numeric_error") == 0)
13121 return 0;
13122
13123 return 1;
13124 }
13125
13126 /* A helper function for qsort, comparing two struct ada_exc_info
13127 objects.
13128
13129 The comparison is determined first by exception name, and then
13130 by exception address. */
13131
13132 static int
13133 compare_ada_exception_info (const void *a, const void *b)
13134 {
13135 const struct ada_exc_info *exc_a = (struct ada_exc_info *) a;
13136 const struct ada_exc_info *exc_b = (struct ada_exc_info *) b;
13137 int result;
13138
13139 result = strcmp (exc_a->name, exc_b->name);
13140 if (result != 0)
13141 return result;
13142
13143 if (exc_a->addr < exc_b->addr)
13144 return -1;
13145 if (exc_a->addr > exc_b->addr)
13146 return 1;
13147
13148 return 0;
13149 }
13150
13151 /* Sort EXCEPTIONS using compare_ada_exception_info as the comparison
13152 routine, but keeping the first SKIP elements untouched.
13153
13154 All duplicates are also removed. */
13155
13156 static void
13157 sort_remove_dups_ada_exceptions_list (VEC(ada_exc_info) **exceptions,
13158 int skip)
13159 {
13160 struct ada_exc_info *to_sort
13161 = VEC_address (ada_exc_info, *exceptions) + skip;
13162 int to_sort_len
13163 = VEC_length (ada_exc_info, *exceptions) - skip;
13164 int i, j;
13165
13166 qsort (to_sort, to_sort_len, sizeof (struct ada_exc_info),
13167 compare_ada_exception_info);
13168
13169 for (i = 1, j = 1; i < to_sort_len; i++)
13170 if (compare_ada_exception_info (&to_sort[i], &to_sort[j - 1]) != 0)
13171 to_sort[j++] = to_sort[i];
13172 to_sort_len = j;
13173 VEC_truncate(ada_exc_info, *exceptions, skip + to_sort_len);
13174 }
13175
13176 /* Add all exceptions defined by the Ada standard whose name match
13177 a regular expression.
13178
13179 If PREG is not NULL, then this regexp_t object is used to
13180 perform the symbol name matching. Otherwise, no name-based
13181 filtering is performed.
13182
13183 EXCEPTIONS is a vector of exceptions to which matching exceptions
13184 gets pushed. */
13185
13186 static void
13187 ada_add_standard_exceptions (compiled_regex *preg,
13188 VEC(ada_exc_info) **exceptions)
13189 {
13190 int i;
13191
13192 for (i = 0; i < ARRAY_SIZE (standard_exc); i++)
13193 {
13194 if (preg == NULL
13195 || preg->exec (standard_exc[i], 0, NULL, 0) == 0)
13196 {
13197 struct bound_minimal_symbol msymbol
13198 = ada_lookup_simple_minsym (standard_exc[i]);
13199
13200 if (msymbol.minsym != NULL)
13201 {
13202 struct ada_exc_info info
13203 = {standard_exc[i], BMSYMBOL_VALUE_ADDRESS (msymbol)};
13204
13205 VEC_safe_push (ada_exc_info, *exceptions, &info);
13206 }
13207 }
13208 }
13209 }
13210
13211 /* Add all Ada exceptions defined locally and accessible from the given
13212 FRAME.
13213
13214 If PREG is not NULL, then this regexp_t object is used to
13215 perform the symbol name matching. Otherwise, no name-based
13216 filtering is performed.
13217
13218 EXCEPTIONS is a vector of exceptions to which matching exceptions
13219 gets pushed. */
13220
13221 static void
13222 ada_add_exceptions_from_frame (compiled_regex *preg,
13223 struct frame_info *frame,
13224 VEC(ada_exc_info) **exceptions)
13225 {
13226 const struct block *block = get_frame_block (frame, 0);
13227
13228 while (block != 0)
13229 {
13230 struct block_iterator iter;
13231 struct symbol *sym;
13232
13233 ALL_BLOCK_SYMBOLS (block, iter, sym)
13234 {
13235 switch (SYMBOL_CLASS (sym))
13236 {
13237 case LOC_TYPEDEF:
13238 case LOC_BLOCK:
13239 case LOC_CONST:
13240 break;
13241 default:
13242 if (ada_is_exception_sym (sym))
13243 {
13244 struct ada_exc_info info = {SYMBOL_PRINT_NAME (sym),
13245 SYMBOL_VALUE_ADDRESS (sym)};
13246
13247 VEC_safe_push (ada_exc_info, *exceptions, &info);
13248 }
13249 }
13250 }
13251 if (BLOCK_FUNCTION (block) != NULL)
13252 break;
13253 block = BLOCK_SUPERBLOCK (block);
13254 }
13255 }
13256
13257 /* Return true if NAME matches PREG or if PREG is NULL. */
13258
13259 static bool
13260 name_matches_regex (const char *name, compiled_regex *preg)
13261 {
13262 return (preg == NULL
13263 || preg->exec (ada_decode (name), 0, NULL, 0) == 0);
13264 }
13265
13266 /* Add all exceptions defined globally whose name name match
13267 a regular expression, excluding standard exceptions.
13268
13269 The reason we exclude standard exceptions is that they need
13270 to be handled separately: Standard exceptions are defined inside
13271 a runtime unit which is normally not compiled with debugging info,
13272 and thus usually do not show up in our symbol search. However,
13273 if the unit was in fact built with debugging info, we need to
13274 exclude them because they would duplicate the entry we found
13275 during the special loop that specifically searches for those
13276 standard exceptions.
13277
13278 If PREG is not NULL, then this regexp_t object is used to
13279 perform the symbol name matching. Otherwise, no name-based
13280 filtering is performed.
13281
13282 EXCEPTIONS is a vector of exceptions to which matching exceptions
13283 gets pushed. */
13284
13285 static void
13286 ada_add_global_exceptions (compiled_regex *preg,
13287 VEC(ada_exc_info) **exceptions)
13288 {
13289 struct objfile *objfile;
13290 struct compunit_symtab *s;
13291
13292 /* In Ada, the symbol "search name" is a linkage name, whereas the
13293 regular expression used to do the matching refers to the natural
13294 name. So match against the decoded name. */
13295 expand_symtabs_matching (NULL,
13296 [&] (const char *search_name)
13297 {
13298 const char *decoded = ada_decode (search_name);
13299 return name_matches_regex (decoded, preg);
13300 },
13301 NULL,
13302 VARIABLES_DOMAIN);
13303
13304 ALL_COMPUNITS (objfile, s)
13305 {
13306 const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (s);
13307 int i;
13308
13309 for (i = GLOBAL_BLOCK; i <= STATIC_BLOCK; i++)
13310 {
13311 struct block *b = BLOCKVECTOR_BLOCK (bv, i);
13312 struct block_iterator iter;
13313 struct symbol *sym;
13314
13315 ALL_BLOCK_SYMBOLS (b, iter, sym)
13316 if (ada_is_non_standard_exception_sym (sym)
13317 && name_matches_regex (SYMBOL_NATURAL_NAME (sym), preg))
13318 {
13319 struct ada_exc_info info
13320 = {SYMBOL_PRINT_NAME (sym), SYMBOL_VALUE_ADDRESS (sym)};
13321
13322 VEC_safe_push (ada_exc_info, *exceptions, &info);
13323 }
13324 }
13325 }
13326 }
13327
13328 /* Implements ada_exceptions_list with the regular expression passed
13329 as a regex_t, rather than a string.
13330
13331 If not NULL, PREG is used to filter out exceptions whose names
13332 do not match. Otherwise, all exceptions are listed. */
13333
13334 static VEC(ada_exc_info) *
13335 ada_exceptions_list_1 (compiled_regex *preg)
13336 {
13337 VEC(ada_exc_info) *result = NULL;
13338 struct cleanup *old_chain
13339 = make_cleanup (VEC_cleanup (ada_exc_info), &result);
13340 int prev_len;
13341
13342 /* First, list the known standard exceptions. These exceptions
13343 need to be handled separately, as they are usually defined in
13344 runtime units that have been compiled without debugging info. */
13345
13346 ada_add_standard_exceptions (preg, &result);
13347
13348 /* Next, find all exceptions whose scope is local and accessible
13349 from the currently selected frame. */
13350
13351 if (has_stack_frames ())
13352 {
13353 prev_len = VEC_length (ada_exc_info, result);
13354 ada_add_exceptions_from_frame (preg, get_selected_frame (NULL),
13355 &result);
13356 if (VEC_length (ada_exc_info, result) > prev_len)
13357 sort_remove_dups_ada_exceptions_list (&result, prev_len);
13358 }
13359
13360 /* Add all exceptions whose scope is global. */
13361
13362 prev_len = VEC_length (ada_exc_info, result);
13363 ada_add_global_exceptions (preg, &result);
13364 if (VEC_length (ada_exc_info, result) > prev_len)
13365 sort_remove_dups_ada_exceptions_list (&result, prev_len);
13366
13367 discard_cleanups (old_chain);
13368 return result;
13369 }
13370
13371 /* Return a vector of ada_exc_info.
13372
13373 If REGEXP is NULL, all exceptions are included in the result.
13374 Otherwise, it should contain a valid regular expression,
13375 and only the exceptions whose names match that regular expression
13376 are included in the result.
13377
13378 The exceptions are sorted in the following order:
13379 - Standard exceptions (defined by the Ada language), in
13380 alphabetical order;
13381 - Exceptions only visible from the current frame, in
13382 alphabetical order;
13383 - Exceptions whose scope is global, in alphabetical order. */
13384
13385 VEC(ada_exc_info) *
13386 ada_exceptions_list (const char *regexp)
13387 {
13388 if (regexp == NULL)
13389 return ada_exceptions_list_1 (NULL);
13390
13391 compiled_regex reg (regexp, REG_NOSUB, _("invalid regular expression"));
13392 return ada_exceptions_list_1 (&reg);
13393 }
13394
13395 /* Implement the "info exceptions" command. */
13396
13397 static void
13398 info_exceptions_command (char *regexp, int from_tty)
13399 {
13400 VEC(ada_exc_info) *exceptions;
13401 struct cleanup *cleanup;
13402 struct gdbarch *gdbarch = get_current_arch ();
13403 int ix;
13404 struct ada_exc_info *info;
13405
13406 exceptions = ada_exceptions_list (regexp);
13407 cleanup = make_cleanup (VEC_cleanup (ada_exc_info), &exceptions);
13408
13409 if (regexp != NULL)
13410 printf_filtered
13411 (_("All Ada exceptions matching regular expression \"%s\":\n"), regexp);
13412 else
13413 printf_filtered (_("All defined Ada exceptions:\n"));
13414
13415 for (ix = 0; VEC_iterate(ada_exc_info, exceptions, ix, info); ix++)
13416 printf_filtered ("%s: %s\n", info->name, paddress (gdbarch, info->addr));
13417
13418 do_cleanups (cleanup);
13419 }
13420
13421 /* Operators */
13422 /* Information about operators given special treatment in functions
13423 below. */
13424 /* Format: OP_DEFN (<operator>, <operator length>, <# args>, <binop>). */
13425
13426 #define ADA_OPERATORS \
13427 OP_DEFN (OP_VAR_VALUE, 4, 0, 0) \
13428 OP_DEFN (BINOP_IN_BOUNDS, 3, 2, 0) \
13429 OP_DEFN (TERNOP_IN_RANGE, 1, 3, 0) \
13430 OP_DEFN (OP_ATR_FIRST, 1, 2, 0) \
13431 OP_DEFN (OP_ATR_LAST, 1, 2, 0) \
13432 OP_DEFN (OP_ATR_LENGTH, 1, 2, 0) \
13433 OP_DEFN (OP_ATR_IMAGE, 1, 2, 0) \
13434 OP_DEFN (OP_ATR_MAX, 1, 3, 0) \
13435 OP_DEFN (OP_ATR_MIN, 1, 3, 0) \
13436 OP_DEFN (OP_ATR_MODULUS, 1, 1, 0) \
13437 OP_DEFN (OP_ATR_POS, 1, 2, 0) \
13438 OP_DEFN (OP_ATR_SIZE, 1, 1, 0) \
13439 OP_DEFN (OP_ATR_TAG, 1, 1, 0) \
13440 OP_DEFN (OP_ATR_VAL, 1, 2, 0) \
13441 OP_DEFN (UNOP_QUAL, 3, 1, 0) \
13442 OP_DEFN (UNOP_IN_RANGE, 3, 1, 0) \
13443 OP_DEFN (OP_OTHERS, 1, 1, 0) \
13444 OP_DEFN (OP_POSITIONAL, 3, 1, 0) \
13445 OP_DEFN (OP_DISCRETE_RANGE, 1, 2, 0)
13446
13447 static void
13448 ada_operator_length (const struct expression *exp, int pc, int *oplenp,
13449 int *argsp)
13450 {
13451 switch (exp->elts[pc - 1].opcode)
13452 {
13453 default:
13454 operator_length_standard (exp, pc, oplenp, argsp);
13455 break;
13456
13457 #define OP_DEFN(op, len, args, binop) \
13458 case op: *oplenp = len; *argsp = args; break;
13459 ADA_OPERATORS;
13460 #undef OP_DEFN
13461
13462 case OP_AGGREGATE:
13463 *oplenp = 3;
13464 *argsp = longest_to_int (exp->elts[pc - 2].longconst);
13465 break;
13466
13467 case OP_CHOICES:
13468 *oplenp = 3;
13469 *argsp = longest_to_int (exp->elts[pc - 2].longconst) + 1;
13470 break;
13471 }
13472 }
13473
13474 /* Implementation of the exp_descriptor method operator_check. */
13475
13476 static int
13477 ada_operator_check (struct expression *exp, int pos,
13478 int (*objfile_func) (struct objfile *objfile, void *data),
13479 void *data)
13480 {
13481 const union exp_element *const elts = exp->elts;
13482 struct type *type = NULL;
13483
13484 switch (elts[pos].opcode)
13485 {
13486 case UNOP_IN_RANGE:
13487 case UNOP_QUAL:
13488 type = elts[pos + 1].type;
13489 break;
13490
13491 default:
13492 return operator_check_standard (exp, pos, objfile_func, data);
13493 }
13494
13495 /* Invoke callbacks for TYPE and OBJFILE if they were set as non-NULL. */
13496
13497 if (type && TYPE_OBJFILE (type)
13498 && (*objfile_func) (TYPE_OBJFILE (type), data))
13499 return 1;
13500
13501 return 0;
13502 }
13503
13504 static const char *
13505 ada_op_name (enum exp_opcode opcode)
13506 {
13507 switch (opcode)
13508 {
13509 default:
13510 return op_name_standard (opcode);
13511
13512 #define OP_DEFN(op, len, args, binop) case op: return #op;
13513 ADA_OPERATORS;
13514 #undef OP_DEFN
13515
13516 case OP_AGGREGATE:
13517 return "OP_AGGREGATE";
13518 case OP_CHOICES:
13519 return "OP_CHOICES";
13520 case OP_NAME:
13521 return "OP_NAME";
13522 }
13523 }
13524
13525 /* As for operator_length, but assumes PC is pointing at the first
13526 element of the operator, and gives meaningful results only for the
13527 Ada-specific operators, returning 0 for *OPLENP and *ARGSP otherwise. */
13528
13529 static void
13530 ada_forward_operator_length (struct expression *exp, int pc,
13531 int *oplenp, int *argsp)
13532 {
13533 switch (exp->elts[pc].opcode)
13534 {
13535 default:
13536 *oplenp = *argsp = 0;
13537 break;
13538
13539 #define OP_DEFN(op, len, args, binop) \
13540 case op: *oplenp = len; *argsp = args; break;
13541 ADA_OPERATORS;
13542 #undef OP_DEFN
13543
13544 case OP_AGGREGATE:
13545 *oplenp = 3;
13546 *argsp = longest_to_int (exp->elts[pc + 1].longconst);
13547 break;
13548
13549 case OP_CHOICES:
13550 *oplenp = 3;
13551 *argsp = longest_to_int (exp->elts[pc + 1].longconst) + 1;
13552 break;
13553
13554 case OP_STRING:
13555 case OP_NAME:
13556 {
13557 int len = longest_to_int (exp->elts[pc + 1].longconst);
13558
13559 *oplenp = 4 + BYTES_TO_EXP_ELEM (len + 1);
13560 *argsp = 0;
13561 break;
13562 }
13563 }
13564 }
13565
13566 static int
13567 ada_dump_subexp_body (struct expression *exp, struct ui_file *stream, int elt)
13568 {
13569 enum exp_opcode op = exp->elts[elt].opcode;
13570 int oplen, nargs;
13571 int pc = elt;
13572 int i;
13573
13574 ada_forward_operator_length (exp, elt, &oplen, &nargs);
13575
13576 switch (op)
13577 {
13578 /* Ada attributes ('Foo). */
13579 case OP_ATR_FIRST:
13580 case OP_ATR_LAST:
13581 case OP_ATR_LENGTH:
13582 case OP_ATR_IMAGE:
13583 case OP_ATR_MAX:
13584 case OP_ATR_MIN:
13585 case OP_ATR_MODULUS:
13586 case OP_ATR_POS:
13587 case OP_ATR_SIZE:
13588 case OP_ATR_TAG:
13589 case OP_ATR_VAL:
13590 break;
13591
13592 case UNOP_IN_RANGE:
13593 case UNOP_QUAL:
13594 /* XXX: gdb_sprint_host_address, type_sprint */
13595 fprintf_filtered (stream, _("Type @"));
13596 gdb_print_host_address (exp->elts[pc + 1].type, stream);
13597 fprintf_filtered (stream, " (");
13598 type_print (exp->elts[pc + 1].type, NULL, stream, 0);
13599 fprintf_filtered (stream, ")");
13600 break;
13601 case BINOP_IN_BOUNDS:
13602 fprintf_filtered (stream, " (%d)",
13603 longest_to_int (exp->elts[pc + 2].longconst));
13604 break;
13605 case TERNOP_IN_RANGE:
13606 break;
13607
13608 case OP_AGGREGATE:
13609 case OP_OTHERS:
13610 case OP_DISCRETE_RANGE:
13611 case OP_POSITIONAL:
13612 case OP_CHOICES:
13613 break;
13614
13615 case OP_NAME:
13616 case OP_STRING:
13617 {
13618 char *name = &exp->elts[elt + 2].string;
13619 int len = longest_to_int (exp->elts[elt + 1].longconst);
13620
13621 fprintf_filtered (stream, "Text: `%.*s'", len, name);
13622 break;
13623 }
13624
13625 default:
13626 return dump_subexp_body_standard (exp, stream, elt);
13627 }
13628
13629 elt += oplen;
13630 for (i = 0; i < nargs; i += 1)
13631 elt = dump_subexp (exp, stream, elt);
13632
13633 return elt;
13634 }
13635
13636 /* The Ada extension of print_subexp (q.v.). */
13637
13638 static void
13639 ada_print_subexp (struct expression *exp, int *pos,
13640 struct ui_file *stream, enum precedence prec)
13641 {
13642 int oplen, nargs, i;
13643 int pc = *pos;
13644 enum exp_opcode op = exp->elts[pc].opcode;
13645
13646 ada_forward_operator_length (exp, pc, &oplen, &nargs);
13647
13648 *pos += oplen;
13649 switch (op)
13650 {
13651 default:
13652 *pos -= oplen;
13653 print_subexp_standard (exp, pos, stream, prec);
13654 return;
13655
13656 case OP_VAR_VALUE:
13657 fputs_filtered (SYMBOL_NATURAL_NAME (exp->elts[pc + 2].symbol), stream);
13658 return;
13659
13660 case BINOP_IN_BOUNDS:
13661 /* XXX: sprint_subexp */
13662 print_subexp (exp, pos, stream, PREC_SUFFIX);
13663 fputs_filtered (" in ", stream);
13664 print_subexp (exp, pos, stream, PREC_SUFFIX);
13665 fputs_filtered ("'range", stream);
13666 if (exp->elts[pc + 1].longconst > 1)
13667 fprintf_filtered (stream, "(%ld)",
13668 (long) exp->elts[pc + 1].longconst);
13669 return;
13670
13671 case TERNOP_IN_RANGE:
13672 if (prec >= PREC_EQUAL)
13673 fputs_filtered ("(", stream);
13674 /* XXX: sprint_subexp */
13675 print_subexp (exp, pos, stream, PREC_SUFFIX);
13676 fputs_filtered (" in ", stream);
13677 print_subexp (exp, pos, stream, PREC_EQUAL);
13678 fputs_filtered (" .. ", stream);
13679 print_subexp (exp, pos, stream, PREC_EQUAL);
13680 if (prec >= PREC_EQUAL)
13681 fputs_filtered (")", stream);
13682 return;
13683
13684 case OP_ATR_FIRST:
13685 case OP_ATR_LAST:
13686 case OP_ATR_LENGTH:
13687 case OP_ATR_IMAGE:
13688 case OP_ATR_MAX:
13689 case OP_ATR_MIN:
13690 case OP_ATR_MODULUS:
13691 case OP_ATR_POS:
13692 case OP_ATR_SIZE:
13693 case OP_ATR_TAG:
13694 case OP_ATR_VAL:
13695 if (exp->elts[*pos].opcode == OP_TYPE)
13696 {
13697 if (TYPE_CODE (exp->elts[*pos + 1].type) != TYPE_CODE_VOID)
13698 LA_PRINT_TYPE (exp->elts[*pos + 1].type, "", stream, 0, 0,
13699 &type_print_raw_options);
13700 *pos += 3;
13701 }
13702 else
13703 print_subexp (exp, pos, stream, PREC_SUFFIX);
13704 fprintf_filtered (stream, "'%s", ada_attribute_name (op));
13705 if (nargs > 1)
13706 {
13707 int tem;
13708
13709 for (tem = 1; tem < nargs; tem += 1)
13710 {
13711 fputs_filtered ((tem == 1) ? " (" : ", ", stream);
13712 print_subexp (exp, pos, stream, PREC_ABOVE_COMMA);
13713 }
13714 fputs_filtered (")", stream);
13715 }
13716 return;
13717
13718 case UNOP_QUAL:
13719 type_print (exp->elts[pc + 1].type, "", stream, 0);
13720 fputs_filtered ("'(", stream);
13721 print_subexp (exp, pos, stream, PREC_PREFIX);
13722 fputs_filtered (")", stream);
13723 return;
13724
13725 case UNOP_IN_RANGE:
13726 /* XXX: sprint_subexp */
13727 print_subexp (exp, pos, stream, PREC_SUFFIX);
13728 fputs_filtered (" in ", stream);
13729 LA_PRINT_TYPE (exp->elts[pc + 1].type, "", stream, 1, 0,
13730 &type_print_raw_options);
13731 return;
13732
13733 case OP_DISCRETE_RANGE:
13734 print_subexp (exp, pos, stream, PREC_SUFFIX);
13735 fputs_filtered ("..", stream);
13736 print_subexp (exp, pos, stream, PREC_SUFFIX);
13737 return;
13738
13739 case OP_OTHERS:
13740 fputs_filtered ("others => ", stream);
13741 print_subexp (exp, pos, stream, PREC_SUFFIX);
13742 return;
13743
13744 case OP_CHOICES:
13745 for (i = 0; i < nargs-1; i += 1)
13746 {
13747 if (i > 0)
13748 fputs_filtered ("|", stream);
13749 print_subexp (exp, pos, stream, PREC_SUFFIX);
13750 }
13751 fputs_filtered (" => ", stream);
13752 print_subexp (exp, pos, stream, PREC_SUFFIX);
13753 return;
13754
13755 case OP_POSITIONAL:
13756 print_subexp (exp, pos, stream, PREC_SUFFIX);
13757 return;
13758
13759 case OP_AGGREGATE:
13760 fputs_filtered ("(", stream);
13761 for (i = 0; i < nargs; i += 1)
13762 {
13763 if (i > 0)
13764 fputs_filtered (", ", stream);
13765 print_subexp (exp, pos, stream, PREC_SUFFIX);
13766 }
13767 fputs_filtered (")", stream);
13768 return;
13769 }
13770 }
13771
13772 /* Table mapping opcodes into strings for printing operators
13773 and precedences of the operators. */
13774
13775 static const struct op_print ada_op_print_tab[] = {
13776 {":=", BINOP_ASSIGN, PREC_ASSIGN, 1},
13777 {"or else", BINOP_LOGICAL_OR, PREC_LOGICAL_OR, 0},
13778 {"and then", BINOP_LOGICAL_AND, PREC_LOGICAL_AND, 0},
13779 {"or", BINOP_BITWISE_IOR, PREC_BITWISE_IOR, 0},
13780 {"xor", BINOP_BITWISE_XOR, PREC_BITWISE_XOR, 0},
13781 {"and", BINOP_BITWISE_AND, PREC_BITWISE_AND, 0},
13782 {"=", BINOP_EQUAL, PREC_EQUAL, 0},
13783 {"/=", BINOP_NOTEQUAL, PREC_EQUAL, 0},
13784 {"<=", BINOP_LEQ, PREC_ORDER, 0},
13785 {">=", BINOP_GEQ, PREC_ORDER, 0},
13786 {">", BINOP_GTR, PREC_ORDER, 0},
13787 {"<", BINOP_LESS, PREC_ORDER, 0},
13788 {">>", BINOP_RSH, PREC_SHIFT, 0},
13789 {"<<", BINOP_LSH, PREC_SHIFT, 0},
13790 {"+", BINOP_ADD, PREC_ADD, 0},
13791 {"-", BINOP_SUB, PREC_ADD, 0},
13792 {"&", BINOP_CONCAT, PREC_ADD, 0},
13793 {"*", BINOP_MUL, PREC_MUL, 0},
13794 {"/", BINOP_DIV, PREC_MUL, 0},
13795 {"rem", BINOP_REM, PREC_MUL, 0},
13796 {"mod", BINOP_MOD, PREC_MUL, 0},
13797 {"**", BINOP_EXP, PREC_REPEAT, 0},
13798 {"@", BINOP_REPEAT, PREC_REPEAT, 0},
13799 {"-", UNOP_NEG, PREC_PREFIX, 0},
13800 {"+", UNOP_PLUS, PREC_PREFIX, 0},
13801 {"not ", UNOP_LOGICAL_NOT, PREC_PREFIX, 0},
13802 {"not ", UNOP_COMPLEMENT, PREC_PREFIX, 0},
13803 {"abs ", UNOP_ABS, PREC_PREFIX, 0},
13804 {".all", UNOP_IND, PREC_SUFFIX, 1},
13805 {"'access", UNOP_ADDR, PREC_SUFFIX, 1},
13806 {"'size", OP_ATR_SIZE, PREC_SUFFIX, 1},
13807 {NULL, OP_NULL, PREC_SUFFIX, 0}
13808 };
13809 \f
13810 enum ada_primitive_types {
13811 ada_primitive_type_int,
13812 ada_primitive_type_long,
13813 ada_primitive_type_short,
13814 ada_primitive_type_char,
13815 ada_primitive_type_float,
13816 ada_primitive_type_double,
13817 ada_primitive_type_void,
13818 ada_primitive_type_long_long,
13819 ada_primitive_type_long_double,
13820 ada_primitive_type_natural,
13821 ada_primitive_type_positive,
13822 ada_primitive_type_system_address,
13823 nr_ada_primitive_types
13824 };
13825
13826 static void
13827 ada_language_arch_info (struct gdbarch *gdbarch,
13828 struct language_arch_info *lai)
13829 {
13830 const struct builtin_type *builtin = builtin_type (gdbarch);
13831
13832 lai->primitive_type_vector
13833 = GDBARCH_OBSTACK_CALLOC (gdbarch, nr_ada_primitive_types + 1,
13834 struct type *);
13835
13836 lai->primitive_type_vector [ada_primitive_type_int]
13837 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
13838 0, "integer");
13839 lai->primitive_type_vector [ada_primitive_type_long]
13840 = arch_integer_type (gdbarch, gdbarch_long_bit (gdbarch),
13841 0, "long_integer");
13842 lai->primitive_type_vector [ada_primitive_type_short]
13843 = arch_integer_type (gdbarch, gdbarch_short_bit (gdbarch),
13844 0, "short_integer");
13845 lai->string_char_type
13846 = lai->primitive_type_vector [ada_primitive_type_char]
13847 = arch_character_type (gdbarch, TARGET_CHAR_BIT, 0, "character");
13848 lai->primitive_type_vector [ada_primitive_type_float]
13849 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch),
13850 "float", gdbarch_float_format (gdbarch));
13851 lai->primitive_type_vector [ada_primitive_type_double]
13852 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch),
13853 "long_float", gdbarch_double_format (gdbarch));
13854 lai->primitive_type_vector [ada_primitive_type_long_long]
13855 = arch_integer_type (gdbarch, gdbarch_long_long_bit (gdbarch),
13856 0, "long_long_integer");
13857 lai->primitive_type_vector [ada_primitive_type_long_double]
13858 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch),
13859 "long_long_float", gdbarch_long_double_format (gdbarch));
13860 lai->primitive_type_vector [ada_primitive_type_natural]
13861 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
13862 0, "natural");
13863 lai->primitive_type_vector [ada_primitive_type_positive]
13864 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
13865 0, "positive");
13866 lai->primitive_type_vector [ada_primitive_type_void]
13867 = builtin->builtin_void;
13868
13869 lai->primitive_type_vector [ada_primitive_type_system_address]
13870 = lookup_pointer_type (arch_type (gdbarch, TYPE_CODE_VOID, 1, "void"));
13871 TYPE_NAME (lai->primitive_type_vector [ada_primitive_type_system_address])
13872 = "system__address";
13873
13874 lai->bool_type_symbol = NULL;
13875 lai->bool_type_default = builtin->builtin_bool;
13876 }
13877 \f
13878 /* Language vector */
13879
13880 /* Not really used, but needed in the ada_language_defn. */
13881
13882 static void
13883 emit_char (int c, struct type *type, struct ui_file *stream, int quoter)
13884 {
13885 ada_emit_char (c, type, stream, quoter, 1);
13886 }
13887
13888 static int
13889 parse (struct parser_state *ps)
13890 {
13891 warnings_issued = 0;
13892 return ada_parse (ps);
13893 }
13894
13895 static const struct exp_descriptor ada_exp_descriptor = {
13896 ada_print_subexp,
13897 ada_operator_length,
13898 ada_operator_check,
13899 ada_op_name,
13900 ada_dump_subexp_body,
13901 ada_evaluate_subexp
13902 };
13903
13904 /* Implement the "la_get_symbol_name_cmp" language_defn method
13905 for Ada. */
13906
13907 static symbol_name_cmp_ftype
13908 ada_get_symbol_name_cmp (const char *lookup_name)
13909 {
13910 if (should_use_wild_match (lookup_name))
13911 return wild_match;
13912 else
13913 return compare_names;
13914 }
13915
13916 /* Implement the "la_read_var_value" language_defn method for Ada. */
13917
13918 static struct value *
13919 ada_read_var_value (struct symbol *var, const struct block *var_block,
13920 struct frame_info *frame)
13921 {
13922 const struct block *frame_block = NULL;
13923 struct symbol *renaming_sym = NULL;
13924
13925 /* The only case where default_read_var_value is not sufficient
13926 is when VAR is a renaming... */
13927 if (frame)
13928 frame_block = get_frame_block (frame, NULL);
13929 if (frame_block)
13930 renaming_sym = ada_find_renaming_symbol (var, frame_block);
13931 if (renaming_sym != NULL)
13932 return ada_read_renaming_var_value (renaming_sym, frame_block);
13933
13934 /* This is a typical case where we expect the default_read_var_value
13935 function to work. */
13936 return default_read_var_value (var, var_block, frame);
13937 }
13938
13939 static const char *ada_extensions[] =
13940 {
13941 ".adb", ".ads", ".a", ".ada", ".dg", NULL
13942 };
13943
13944 extern const struct language_defn ada_language_defn = {
13945 "ada", /* Language name */
13946 "Ada",
13947 language_ada,
13948 range_check_off,
13949 case_sensitive_on, /* Yes, Ada is case-insensitive, but
13950 that's not quite what this means. */
13951 array_row_major,
13952 macro_expansion_no,
13953 ada_extensions,
13954 &ada_exp_descriptor,
13955 parse,
13956 ada_yyerror,
13957 resolve,
13958 ada_printchar, /* Print a character constant */
13959 ada_printstr, /* Function to print string constant */
13960 emit_char, /* Function to print single char (not used) */
13961 ada_print_type, /* Print a type using appropriate syntax */
13962 ada_print_typedef, /* Print a typedef using appropriate syntax */
13963 ada_val_print, /* Print a value using appropriate syntax */
13964 ada_value_print, /* Print a top-level value */
13965 ada_read_var_value, /* la_read_var_value */
13966 NULL, /* Language specific skip_trampoline */
13967 NULL, /* name_of_this */
13968 ada_lookup_symbol_nonlocal, /* Looking up non-local symbols. */
13969 basic_lookup_transparent_type, /* lookup_transparent_type */
13970 ada_la_decode, /* Language specific symbol demangler */
13971 ada_sniff_from_mangled_name,
13972 NULL, /* Language specific
13973 class_name_from_physname */
13974 ada_op_print_tab, /* expression operators for printing */
13975 0, /* c-style arrays */
13976 1, /* String lower bound */
13977 ada_get_gdb_completer_word_break_characters,
13978 ada_collect_symbol_completion_matches,
13979 ada_language_arch_info,
13980 ada_print_array_index,
13981 default_pass_by_reference,
13982 c_get_string,
13983 c_watch_location_expression,
13984 ada_get_symbol_name_cmp, /* la_get_symbol_name_cmp */
13985 ada_iterate_over_symbols,
13986 &ada_varobj_ops,
13987 NULL,
13988 NULL,
13989 LANG_MAGIC
13990 };
13991
13992 /* Provide a prototype to silence -Wmissing-prototypes. */
13993 extern initialize_file_ftype _initialize_ada_language;
13994
13995 /* Command-list for the "set/show ada" prefix command. */
13996 static struct cmd_list_element *set_ada_list;
13997 static struct cmd_list_element *show_ada_list;
13998
13999 /* Implement the "set ada" prefix command. */
14000
14001 static void
14002 set_ada_command (char *arg, int from_tty)
14003 {
14004 printf_unfiltered (_(\
14005 "\"set ada\" must be followed by the name of a setting.\n"));
14006 help_list (set_ada_list, "set ada ", all_commands, gdb_stdout);
14007 }
14008
14009 /* Implement the "show ada" prefix command. */
14010
14011 static void
14012 show_ada_command (char *args, int from_tty)
14013 {
14014 cmd_show_list (show_ada_list, from_tty, "");
14015 }
14016
14017 static void
14018 initialize_ada_catchpoint_ops (void)
14019 {
14020 struct breakpoint_ops *ops;
14021
14022 initialize_breakpoint_ops ();
14023
14024 ops = &catch_exception_breakpoint_ops;
14025 *ops = bkpt_breakpoint_ops;
14026 ops->allocate_location = allocate_location_catch_exception;
14027 ops->re_set = re_set_catch_exception;
14028 ops->check_status = check_status_catch_exception;
14029 ops->print_it = print_it_catch_exception;
14030 ops->print_one = print_one_catch_exception;
14031 ops->print_mention = print_mention_catch_exception;
14032 ops->print_recreate = print_recreate_catch_exception;
14033
14034 ops = &catch_exception_unhandled_breakpoint_ops;
14035 *ops = bkpt_breakpoint_ops;
14036 ops->allocate_location = allocate_location_catch_exception_unhandled;
14037 ops->re_set = re_set_catch_exception_unhandled;
14038 ops->check_status = check_status_catch_exception_unhandled;
14039 ops->print_it = print_it_catch_exception_unhandled;
14040 ops->print_one = print_one_catch_exception_unhandled;
14041 ops->print_mention = print_mention_catch_exception_unhandled;
14042 ops->print_recreate = print_recreate_catch_exception_unhandled;
14043
14044 ops = &catch_assert_breakpoint_ops;
14045 *ops = bkpt_breakpoint_ops;
14046 ops->allocate_location = allocate_location_catch_assert;
14047 ops->re_set = re_set_catch_assert;
14048 ops->check_status = check_status_catch_assert;
14049 ops->print_it = print_it_catch_assert;
14050 ops->print_one = print_one_catch_assert;
14051 ops->print_mention = print_mention_catch_assert;
14052 ops->print_recreate = print_recreate_catch_assert;
14053 }
14054
14055 /* This module's 'new_objfile' observer. */
14056
14057 static void
14058 ada_new_objfile_observer (struct objfile *objfile)
14059 {
14060 ada_clear_symbol_cache ();
14061 }
14062
14063 /* This module's 'free_objfile' observer. */
14064
14065 static void
14066 ada_free_objfile_observer (struct objfile *objfile)
14067 {
14068 ada_clear_symbol_cache ();
14069 }
14070
14071 void
14072 _initialize_ada_language (void)
14073 {
14074 initialize_ada_catchpoint_ops ();
14075
14076 add_prefix_cmd ("ada", no_class, set_ada_command,
14077 _("Prefix command for changing Ada-specfic settings"),
14078 &set_ada_list, "set ada ", 0, &setlist);
14079
14080 add_prefix_cmd ("ada", no_class, show_ada_command,
14081 _("Generic command for showing Ada-specific settings."),
14082 &show_ada_list, "show ada ", 0, &showlist);
14083
14084 add_setshow_boolean_cmd ("trust-PAD-over-XVS", class_obscure,
14085 &trust_pad_over_xvs, _("\
14086 Enable or disable an optimization trusting PAD types over XVS types"), _("\
14087 Show whether an optimization trusting PAD types over XVS types is activated"),
14088 _("\
14089 This is related to the encoding used by the GNAT compiler. The debugger\n\
14090 should normally trust the contents of PAD types, but certain older versions\n\
14091 of GNAT have a bug that sometimes causes the information in the PAD type\n\
14092 to be incorrect. Turning this setting \"off\" allows the debugger to\n\
14093 work around this bug. It is always safe to turn this option \"off\", but\n\
14094 this incurs a slight performance penalty, so it is recommended to NOT change\n\
14095 this option to \"off\" unless necessary."),
14096 NULL, NULL, &set_ada_list, &show_ada_list);
14097
14098 add_setshow_boolean_cmd ("print-signatures", class_vars,
14099 &print_signatures, _("\
14100 Enable or disable the output of formal and return types for functions in the \
14101 overloads selection menu"), _("\
14102 Show whether the output of formal and return types for functions in the \
14103 overloads selection menu is activated"),
14104 NULL, NULL, NULL, &set_ada_list, &show_ada_list);
14105
14106 add_catch_command ("exception", _("\
14107 Catch Ada exceptions, when raised.\n\
14108 With an argument, catch only exceptions with the given name."),
14109 catch_ada_exception_command,
14110 NULL,
14111 CATCH_PERMANENT,
14112 CATCH_TEMPORARY);
14113 add_catch_command ("assert", _("\
14114 Catch failed Ada assertions, when raised.\n\
14115 With an argument, catch only exceptions with the given name."),
14116 catch_assert_command,
14117 NULL,
14118 CATCH_PERMANENT,
14119 CATCH_TEMPORARY);
14120
14121 varsize_limit = 65536;
14122
14123 add_info ("exceptions", info_exceptions_command,
14124 _("\
14125 List all Ada exception names.\n\
14126 If a regular expression is passed as an argument, only those matching\n\
14127 the regular expression are listed."));
14128
14129 add_prefix_cmd ("ada", class_maintenance, maint_set_ada_cmd,
14130 _("Set Ada maintenance-related variables."),
14131 &maint_set_ada_cmdlist, "maintenance set ada ",
14132 0/*allow-unknown*/, &maintenance_set_cmdlist);
14133
14134 add_prefix_cmd ("ada", class_maintenance, maint_show_ada_cmd,
14135 _("Show Ada maintenance-related variables"),
14136 &maint_show_ada_cmdlist, "maintenance show ada ",
14137 0/*allow-unknown*/, &maintenance_show_cmdlist);
14138
14139 add_setshow_boolean_cmd
14140 ("ignore-descriptive-types", class_maintenance,
14141 &ada_ignore_descriptive_types_p,
14142 _("Set whether descriptive types generated by GNAT should be ignored."),
14143 _("Show whether descriptive types generated by GNAT should be ignored."),
14144 _("\
14145 When enabled, the debugger will stop using the DW_AT_GNAT_descriptive_type\n\
14146 DWARF attribute."),
14147 NULL, NULL, &maint_set_ada_cmdlist, &maint_show_ada_cmdlist);
14148
14149 obstack_init (&symbol_list_obstack);
14150
14151 decoded_names_store = htab_create_alloc
14152 (256, htab_hash_string, (int (*)(const void *, const void *)) streq,
14153 NULL, xcalloc, xfree);
14154
14155 /* The ada-lang observers. */
14156 observer_attach_new_objfile (ada_new_objfile_observer);
14157 observer_attach_free_objfile (ada_free_objfile_observer);
14158 observer_attach_inferior_exit (ada_inferior_exit);
14159
14160 /* Setup various context-specific data. */
14161 ada_inferior_data
14162 = register_inferior_data_with_cleanup (NULL, ada_inferior_data_cleanup);
14163 ada_pspace_data_handle
14164 = register_program_space_data_with_cleanup (NULL, ada_pspace_data_cleanup);
14165 }