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