1 /* Support routines for decoding "stabs" debugging information format.
2 Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
3 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4 Free Software Foundation, Inc.
6 This file is part of GDB.
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 2 of the License, or
11 (at your option) any later version.
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.
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
23 /* Support routines for reading and decoding debugging information in
24 the "stabs" format. This format is used with many systems that use
25 the a.out object file format, as well as some systems that use
26 COFF or ELF where the stabs data is placed in a special section.
27 Avoid placing any object file format specific code in this file. */
30 #include "gdb_string.h"
32 #include "gdb_obstack.h"
35 #include "expression.h"
38 #include "aout/stab_gnu.h" /* We always use GNU stabs, not native */
40 #include "aout/aout64.h"
41 #include "gdb-stabs.h"
43 #include "complaints.h"
48 #include "cp-support.h"
52 /* Ask stabsread.h to define the vars it normally declares `extern'. */
55 #include "stabsread.h" /* Our own declarations */
58 extern void _initialize_stabsread (void);
60 /* The routines that read and process a complete stabs for a C struct or
61 C++ class pass lists of data member fields and lists of member function
62 fields in an instance of a field_info structure, as defined below.
63 This is part of some reorganization of low level C++ support and is
64 expected to eventually go away... (FIXME) */
70 struct nextfield *next;
72 /* This is the raw visibility from the stab. It is not checked
73 for being one of the visibilities we recognize, so code which
74 examines this field better be able to deal. */
80 struct next_fnfieldlist
82 struct next_fnfieldlist *next;
83 struct fn_fieldlist fn_fieldlist;
89 read_one_struct_field (struct field_info *, char **, char *,
90 struct type *, struct objfile *);
92 static char *get_substring (char **, int);
94 static struct type *dbx_alloc_type (int[2], struct objfile *);
96 static long read_huge_number (char **, int, int *);
98 static struct type *error_type (char **, struct objfile *);
101 patch_block_stabs (struct pending *, struct pending_stabs *,
104 static void fix_common_block (struct symbol *, int);
106 static int read_type_number (char **, int *);
108 static struct type *read_range_type (char **, int[2], struct objfile *);
110 static struct type *read_sun_builtin_type (char **, int[2], struct objfile *);
112 static struct type *read_sun_floating_type (char **, int[2],
115 static struct type *read_enum_type (char **, struct type *, struct objfile *);
117 static struct type *rs6000_builtin_type (int);
120 read_member_functions (struct field_info *, char **, struct type *,
124 read_struct_fields (struct field_info *, char **, struct type *,
128 read_baseclasses (struct field_info *, char **, struct type *,
132 read_tilde_fields (struct field_info *, char **, struct type *,
135 static int attach_fn_fields_to_type (struct field_info *, struct type *);
137 static int attach_fields_to_type (struct field_info *, struct type *,
140 static struct type *read_struct_type (char **, struct type *,
144 static struct type *read_array_type (char **, struct type *,
147 static struct field *read_args (char **, int, struct objfile *, int *, int *);
150 read_cpp_abbrev (struct field_info *, char **, struct type *,
152 #if 0 /* OBSOLETE CFront */
153 // OBSOLETE /* new functions added for cfront support */
155 // OBSOLETE static int
156 // OBSOLETE copy_cfront_struct_fields (struct field_info *, struct type *,
157 // OBSOLETE struct objfile *);
159 // OBSOLETE static char *get_cfront_method_physname (char *);
161 // OBSOLETE static int
162 // OBSOLETE read_cfront_baseclasses (struct field_info *, char **,
163 // OBSOLETE struct type *, struct objfile *);
165 // OBSOLETE static int
166 // OBSOLETE read_cfront_static_fields (struct field_info *, char **,
167 // OBSOLETE struct type *, struct objfile *);
168 // OBSOLETE static int
169 // OBSOLETE read_cfront_member_functions (struct field_info *, char **,
170 // OBSOLETE struct type *, struct objfile *);
172 // OBSOLETE /* end new functions added for cfront support */
173 #endif /* OBSOLETE CFront */
175 static char *find_name_end (char *name);
177 static void add_live_range (struct objfile *, struct symbol *, CORE_ADDR,
180 static int resolve_live_range (struct objfile *, struct symbol *, char *);
182 static int process_reference (char **string);
184 static CORE_ADDR ref_search_value (int refnum);
186 static int resolve_symbol_reference (struct objfile *, struct symbol *,
189 void stabsread_clear_cache (void);
191 static const char vptr_name[] = "_vptr$";
192 static const char vb_name[] = "_vb$";
194 /* Define this as 1 if a pcc declaration of a char or short argument
195 gives the correct address. Otherwise assume pcc gives the
196 address of the corresponding int, which is not the same on a
197 big-endian machine. */
199 #if !defined (BELIEVE_PCC_PROMOTION)
200 #define BELIEVE_PCC_PROMOTION 0
204 invalid_cpp_abbrev_complaint (const char *arg1)
206 complaint (&symfile_complaints, "invalid C++ abbreviation `%s'", arg1);
210 reg_value_complaint (int arg1, int arg2, const char *arg3)
212 complaint (&symfile_complaints,
213 "register number %d too large (max %d) in symbol %s", arg1, arg2,
218 stabs_general_complaint (const char *arg1)
220 complaint (&symfile_complaints, "%s", arg1);
224 lrs_general_complaint (const char *arg1)
226 complaint (&symfile_complaints, "%s", arg1);
229 /* Make a list of forward references which haven't been defined. */
231 static struct type **undef_types;
232 static int undef_types_allocated;
233 static int undef_types_length;
234 static struct symbol *current_symbol = NULL;
236 /* Check for and handle cretinous stabs symbol name continuation! */
237 #define STABS_CONTINUE(pp,objfile) \
239 if (**(pp) == '\\' || (**(pp) == '?' && (*(pp))[1] == '\0')) \
240 *(pp) = next_symbol_text (objfile); \
244 /* Look up a dbx type-number pair. Return the address of the slot
245 where the type for that number-pair is stored.
246 The number-pair is in TYPENUMS.
248 This can be used for finding the type associated with that pair
249 or for associating a new type with the pair. */
252 dbx_lookup_type (int typenums[2])
254 register int filenum = typenums[0];
255 register int index = typenums[1];
257 register int real_filenum;
258 register struct header_file *f;
261 if (filenum == -1) /* -1,-1 is for temporary types. */
264 if (filenum < 0 || filenum >= n_this_object_header_files)
266 complaint (&symfile_complaints,
267 "Invalid symbol data: type number (%d,%d) out of range at symtab pos %d.",
268 filenum, index, symnum);
276 /* Caller wants address of address of type. We think
277 that negative (rs6k builtin) types will never appear as
278 "lvalues", (nor should they), so we stuff the real type
279 pointer into a temp, and return its address. If referenced,
280 this will do the right thing. */
281 static struct type *temp_type;
283 temp_type = rs6000_builtin_type (index);
287 /* Type is defined outside of header files.
288 Find it in this object file's type vector. */
289 if (index >= type_vector_length)
291 old_len = type_vector_length;
294 type_vector_length = INITIAL_TYPE_VECTOR_LENGTH;
295 type_vector = (struct type **)
296 xmalloc (type_vector_length * sizeof (struct type *));
298 while (index >= type_vector_length)
300 type_vector_length *= 2;
302 type_vector = (struct type **)
303 xrealloc ((char *) type_vector,
304 (type_vector_length * sizeof (struct type *)));
305 memset (&type_vector[old_len], 0,
306 (type_vector_length - old_len) * sizeof (struct type *));
308 return (&type_vector[index]);
312 real_filenum = this_object_header_files[filenum];
314 if (real_filenum >= N_HEADER_FILES (current_objfile))
316 struct type *temp_type;
317 struct type **temp_type_p;
319 warning ("GDB internal error: bad real_filenum");
322 temp_type = init_type (TYPE_CODE_ERROR, 0, 0, NULL, NULL);
323 temp_type_p = (struct type **) xmalloc (sizeof (struct type *));
324 *temp_type_p = temp_type;
328 f = HEADER_FILES (current_objfile) + real_filenum;
330 f_orig_length = f->length;
331 if (index >= f_orig_length)
333 while (index >= f->length)
337 f->vector = (struct type **)
338 xrealloc ((char *) f->vector, f->length * sizeof (struct type *));
339 memset (&f->vector[f_orig_length], 0,
340 (f->length - f_orig_length) * sizeof (struct type *));
342 return (&f->vector[index]);
346 /* Make sure there is a type allocated for type numbers TYPENUMS
347 and return the type object.
348 This can create an empty (zeroed) type object.
349 TYPENUMS may be (-1, -1) to return a new type object that is not
350 put into the type vector, and so may not be referred to by number. */
353 dbx_alloc_type (int typenums[2], struct objfile *objfile)
355 register struct type **type_addr;
357 if (typenums[0] == -1)
359 return (alloc_type (objfile));
362 type_addr = dbx_lookup_type (typenums);
364 /* If we are referring to a type not known at all yet,
365 allocate an empty type for it.
366 We will fill it in later if we find out how. */
369 *type_addr = alloc_type (objfile);
375 /* for all the stabs in a given stab vector, build appropriate types
376 and fix their symbols in given symbol vector. */
379 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs,
380 struct objfile *objfile)
390 /* for all the stab entries, find their corresponding symbols and
391 patch their types! */
393 for (ii = 0; ii < stabs->count; ++ii)
395 name = stabs->stab[ii];
396 pp = (char *) strchr (name, ':');
400 pp = (char *) strchr (pp, ':');
402 sym = find_symbol_in_list (symbols, name, pp - name);
405 /* FIXME-maybe: it would be nice if we noticed whether
406 the variable was defined *anywhere*, not just whether
407 it is defined in this compilation unit. But neither
408 xlc or GCC seem to need such a definition, and until
409 we do psymtabs (so that the minimal symbols from all
410 compilation units are available now), I'm not sure
411 how to get the information. */
413 /* On xcoff, if a global is defined and never referenced,
414 ld will remove it from the executable. There is then
415 a N_GSYM stab for it, but no regular (C_EXT) symbol. */
416 sym = (struct symbol *)
417 obstack_alloc (&objfile->symbol_obstack,
418 sizeof (struct symbol));
420 memset (sym, 0, sizeof (struct symbol));
421 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
422 SYMBOL_CLASS (sym) = LOC_OPTIMIZED_OUT;
423 DEPRECATED_SYMBOL_NAME (sym) =
424 obsavestring (name, pp - name, &objfile->symbol_obstack);
426 if (*(pp - 1) == 'F' || *(pp - 1) == 'f')
428 /* I don't think the linker does this with functions,
429 so as far as I know this is never executed.
430 But it doesn't hurt to check. */
432 lookup_function_type (read_type (&pp, objfile));
436 SYMBOL_TYPE (sym) = read_type (&pp, objfile);
438 add_symbol_to_list (sym, &global_symbols);
443 if (*(pp - 1) == 'F' || *(pp - 1) == 'f')
446 lookup_function_type (read_type (&pp, objfile));
450 SYMBOL_TYPE (sym) = read_type (&pp, objfile);
458 /* Read a number by which a type is referred to in dbx data,
459 or perhaps read a pair (FILENUM, TYPENUM) in parentheses.
460 Just a single number N is equivalent to (0,N).
461 Return the two numbers by storing them in the vector TYPENUMS.
462 TYPENUMS will then be used as an argument to dbx_lookup_type.
464 Returns 0 for success, -1 for error. */
467 read_type_number (register char **pp, register int *typenums)
473 typenums[0] = read_huge_number (pp, ',', &nbits);
476 typenums[1] = read_huge_number (pp, ')', &nbits);
483 typenums[1] = read_huge_number (pp, 0, &nbits);
491 #define VISIBILITY_PRIVATE '0' /* Stabs character for private field */
492 #define VISIBILITY_PROTECTED '1' /* Stabs character for protected fld */
493 #define VISIBILITY_PUBLIC '2' /* Stabs character for public field */
494 #define VISIBILITY_IGNORE '9' /* Optimized out or zero length */
496 #if 0 /* OBSOLETE CFront */
497 // OBSOLETE #define CFRONT_VISIBILITY_PRIVATE '2' /* Stabs character for private field */
498 // OBSOLETE #define CFRONT_VISIBILITY_PUBLIC '1' /* Stabs character for public field */
500 // OBSOLETE /* This code added to support parsing of ARM/Cfront stabs strings */
502 // OBSOLETE /* Get substring from string up to char c, advance string pointer past
503 // OBSOLETE suibstring. */
505 // OBSOLETE static char *
506 // OBSOLETE get_substring (char **p, int c)
508 // OBSOLETE char *str;
509 // OBSOLETE str = *p;
510 // OBSOLETE *p = strchr (*p, c);
518 // OBSOLETE return str;
521 // OBSOLETE /* Physname gets strcat'd onto sname in order to recreate the mangled
522 // OBSOLETE name (see funtion gdb_mangle_name in gdbtypes.c). For cfront, make
523 // OBSOLETE the physname look like that of g++ - take out the initial mangling
524 // OBSOLETE eg: for sname="a" and fname="foo__1aFPFs_i" return "FPFs_i" */
526 // OBSOLETE static char *
527 // OBSOLETE get_cfront_method_physname (char *fname)
529 // OBSOLETE int len = 0;
530 // OBSOLETE /* FIXME would like to make this generic for g++ too, but
531 // OBSOLETE that is already handled in read_member_funcctions */
532 // OBSOLETE char *p = fname;
534 // OBSOLETE /* search ahead to find the start of the mangled suffix */
535 // OBSOLETE if (*p == '_' && *(p + 1) == '_') /* compiler generated; probably a ctor/dtor */
537 // OBSOLETE while (p && (unsigned) ((p + 1) - fname) < strlen (fname) && *(p + 1) != '_')
538 // OBSOLETE p = strchr (p, '_');
539 // OBSOLETE if (!(p && *p == '_' && *(p + 1) == '_'))
540 // OBSOLETE error ("Invalid mangled function name %s", fname);
541 // OBSOLETE p += 2; /* advance past '__' */
543 // OBSOLETE /* struct name length and name of type should come next; advance past it */
544 // OBSOLETE while (isdigit (*p))
546 // OBSOLETE len = len * 10 + (*p - '0');
549 // OBSOLETE p += len;
551 // OBSOLETE return p;
554 // OBSOLETE static void
555 // OBSOLETE msg_unknown_complaint (const char *arg1)
557 // OBSOLETE complaint (&symfile_complaints, "Unsupported token in stabs string %s", arg1);
560 // OBSOLETE /* Read base classes within cfront class definition.
561 // OBSOLETE eg: A:ZcA;1@Bpub v2@Bvirpri;__ct__1AFv func__1AFv *sfunc__1AFv ;as__1A ;;
562 // OBSOLETE ^^^^^^^^^^^^^^^^^^
564 // OBSOLETE A:ZcA;;foopri__1AFv foopro__1AFv __ct__1AFv __ct__1AFRC1A foopub__1AFv ;;;
568 // OBSOLETE static int
569 // OBSOLETE read_cfront_baseclasses (struct field_info *fip, char **pp, struct type *type,
570 // OBSOLETE struct objfile *objfile)
572 // OBSOLETE int bnum = 0;
575 // OBSOLETE struct nextfield *new;
577 // OBSOLETE if (**pp == ';') /* no base classes; return */
580 // OBSOLETE return 1;
583 // OBSOLETE /* first count base classes so we can allocate space before parsing */
584 // OBSOLETE for (p = *pp; p && *p && *p != ';'; p++)
586 // OBSOLETE if (*p == ' ')
589 // OBSOLETE bnum++; /* add one more for last one */
591 // OBSOLETE /* now parse the base classes until we get to the start of the methods
592 // OBSOLETE (code extracted and munged from read_baseclasses) */
593 // OBSOLETE ALLOCATE_CPLUS_STRUCT_TYPE (type);
594 // OBSOLETE TYPE_N_BASECLASSES (type) = bnum;
596 // OBSOLETE /* allocate space */
598 // OBSOLETE int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type));
599 // OBSOLETE char *pointer;
601 // OBSOLETE pointer = (char *) TYPE_ALLOC (type, num_bytes);
602 // OBSOLETE TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) pointer;
604 // OBSOLETE B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), TYPE_N_BASECLASSES (type));
606 // OBSOLETE for (i = 0; i < TYPE_N_BASECLASSES (type); i++)
608 // OBSOLETE new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
609 // OBSOLETE make_cleanup (xfree, new);
610 // OBSOLETE memset (new, 0, sizeof (struct nextfield));
611 // OBSOLETE new->next = fip->list;
612 // OBSOLETE fip->list = new;
613 // OBSOLETE FIELD_BITSIZE (new->field) = 0; /* this should be an unpacked field! */
615 // OBSOLETE STABS_CONTINUE (pp, objfile);
617 // OBSOLETE /* virtual? eg: v2@Bvir */
618 // OBSOLETE if (**pp == 'v')
620 // OBSOLETE SET_TYPE_FIELD_VIRTUAL (type, i);
624 // OBSOLETE /* access? eg: 2@Bvir */
625 // OBSOLETE /* Note: protected inheritance not supported in cfront */
626 // OBSOLETE switch (*(*pp)++)
628 // OBSOLETE case CFRONT_VISIBILITY_PRIVATE:
629 // OBSOLETE new->visibility = VISIBILITY_PRIVATE;
631 // OBSOLETE case CFRONT_VISIBILITY_PUBLIC:
632 // OBSOLETE new->visibility = VISIBILITY_PUBLIC;
635 // OBSOLETE /* Bad visibility format. Complain and treat it as
636 // OBSOLETE public. */
638 // OBSOLETE complaint (&symfile_complaints,
639 // OBSOLETE "Unknown visibility `%c' for baseclass",
640 // OBSOLETE new->visibility);
641 // OBSOLETE new->visibility = VISIBILITY_PUBLIC;
645 // OBSOLETE /* "@" comes next - eg: @Bvir */
646 // OBSOLETE if (**pp != '@')
648 // OBSOLETE msg_unknown_complaint (*pp);
649 // OBSOLETE return 1;
654 // OBSOLETE /* Set the bit offset of the portion of the object corresponding
655 // OBSOLETE to this baseclass. Always zero in the absence of
656 // OBSOLETE multiple inheritance. */
657 // OBSOLETE /* Unable to read bit position from stabs;
658 // OBSOLETE Assuming no multiple inheritance for now FIXME! */
659 // OBSOLETE /* We may have read this in the structure definition;
660 // OBSOLETE now we should fixup the members to be the actual base classes */
661 // OBSOLETE FIELD_BITPOS (new->field) = 0;
663 // OBSOLETE /* Get the base class name and type */
665 // OBSOLETE char *bname; /* base class name */
666 // OBSOLETE struct symbol *bsym; /* base class */
667 // OBSOLETE char *p1, *p2;
668 // OBSOLETE p1 = strchr (*pp, ' ');
669 // OBSOLETE p2 = strchr (*pp, ';');
670 // OBSOLETE if (p1 < p2)
671 // OBSOLETE bname = get_substring (pp, ' ');
673 // OBSOLETE bname = get_substring (pp, ';');
674 // OBSOLETE if (!bname || !*bname)
676 // OBSOLETE msg_unknown_complaint (*pp);
677 // OBSOLETE return 1;
679 // OBSOLETE /* FIXME! attach base info to type */
680 // OBSOLETE bsym = lookup_symbol (bname, 0, STRUCT_NAMESPACE, 0, 0); /*demangled_name */
681 // OBSOLETE if (bsym)
683 // OBSOLETE new->field.type = SYMBOL_TYPE (bsym);
684 // OBSOLETE new->field.name = type_name_no_tag (new->field.type);
688 // OBSOLETE complaint (&symfile_complaints, "Unable to find base type for %s",
690 // OBSOLETE return 1;
694 // OBSOLETE /* If more base classes to parse, loop again.
695 // OBSOLETE We ate the last ' ' or ';' in get_substring,
696 // OBSOLETE so on exit we will have skipped the trailing ';' */
697 // OBSOLETE /* if invalid, return 0; add code to detect - FIXME! */
699 // OBSOLETE return 1;
702 // OBSOLETE /* read cfront member functions.
703 // OBSOLETE pp points to string starting with list of functions
704 // OBSOLETE eg: A:ZcA;1@Bpub v2@Bvirpri;__ct__1AFv func__1AFv *sfunc__1AFv ;as__1A ;;
705 // OBSOLETE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
706 // OBSOLETE A:ZcA;;foopri__1AFv foopro__1AFv __ct__1AFv __ct__1AFRC1A foopub__1AFv ;;;
707 // OBSOLETE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
710 // OBSOLETE static int
711 // OBSOLETE read_cfront_member_functions (struct field_info *fip, char **pp,
712 // OBSOLETE struct type *type, struct objfile *objfile)
714 // OBSOLETE /* This code extracted from read_member_functions
715 // OBSOLETE so as to do the similar thing for our funcs */
717 // OBSOLETE int nfn_fields = 0;
718 // OBSOLETE int length = 0;
719 // OBSOLETE /* Total number of member functions defined in this class. If the class
720 // OBSOLETE defines two `f' functions, and one `g' function, then this will have
721 // OBSOLETE the value 3. */
722 // OBSOLETE int total_length = 0;
724 // OBSOLETE struct next_fnfield
726 // OBSOLETE struct next_fnfield *next;
727 // OBSOLETE struct fn_field fn_field;
729 // OBSOLETE *sublist;
730 // OBSOLETE struct type *look_ahead_type;
731 // OBSOLETE struct next_fnfieldlist *new_fnlist;
732 // OBSOLETE struct next_fnfield *new_sublist;
733 // OBSOLETE char *main_fn_name;
734 // OBSOLETE char *fname;
735 // OBSOLETE struct symbol *ref_func = 0;
737 // OBSOLETE /* Process each list until we find the end of the member functions.
738 // OBSOLETE eg: p = "__ct__1AFv foo__1AFv ;;;" */
740 // OBSOLETE STABS_CONTINUE (pp, objfile); /* handle \\ */
742 // OBSOLETE while (**pp != ';' && (fname = get_substring (pp, ' '), fname))
744 // OBSOLETE int is_static = 0;
745 // OBSOLETE int sublist_count = 0;
746 // OBSOLETE char *pname;
747 // OBSOLETE if (fname[0] == '*') /* static member */
749 // OBSOLETE is_static = 1;
750 // OBSOLETE sublist_count++;
753 // OBSOLETE ref_func = lookup_symbol (fname, 0, VAR_NAMESPACE, 0, 0); /* demangled name */
754 // OBSOLETE if (!ref_func)
756 // OBSOLETE complaint (&symfile_complaints,
757 // OBSOLETE "Unable to find function symbol for %s", fname);
758 // OBSOLETE continue;
760 // OBSOLETE sublist = NULL;
761 // OBSOLETE look_ahead_type = NULL;
762 // OBSOLETE length = 0;
764 // OBSOLETE new_fnlist = (struct next_fnfieldlist *)
765 // OBSOLETE xmalloc (sizeof (struct next_fnfieldlist));
766 // OBSOLETE make_cleanup (xfree, new_fnlist);
767 // OBSOLETE memset (new_fnlist, 0, sizeof (struct next_fnfieldlist));
769 // OBSOLETE /* The following is code to work around cfront generated stabs.
770 // OBSOLETE The stabs contains full mangled name for each field.
771 // OBSOLETE We try to demangle the name and extract the field name out of it. */
773 // OBSOLETE char *dem, *dem_p, *dem_args;
774 // OBSOLETE int dem_len;
775 // OBSOLETE dem = cplus_demangle (fname, DMGL_ANSI | DMGL_PARAMS);
776 // OBSOLETE if (dem != NULL)
778 // OBSOLETE dem_p = strrchr (dem, ':');
779 // OBSOLETE if (dem_p != 0 && *(dem_p - 1) == ':')
781 // OBSOLETE /* get rid of args */
782 // OBSOLETE dem_args = strchr (dem_p, '(');
783 // OBSOLETE if (dem_args == NULL)
784 // OBSOLETE dem_len = strlen (dem_p);
786 // OBSOLETE dem_len = dem_args - dem_p;
787 // OBSOLETE main_fn_name =
788 // OBSOLETE obsavestring (dem_p, dem_len, &objfile->type_obstack);
792 // OBSOLETE main_fn_name =
793 // OBSOLETE obsavestring (fname, strlen (fname), &objfile->type_obstack);
795 // OBSOLETE } /* end of code for cfront work around */
797 // OBSOLETE new_fnlist->fn_fieldlist.name = main_fn_name;
799 // OBSOLETE /*-------------------------------------------------*/
800 // OBSOLETE /* Set up the sublists
801 // OBSOLETE Sublists are stuff like args, static, visibility, etc.
802 // OBSOLETE so in ARM, we have to set that info some other way.
803 // OBSOLETE Multiple sublists happen if overloading
804 // OBSOLETE eg: foo::26=##1;:;2A.;
805 // OBSOLETE In g++, we'd loop here thru all the sublists... */
807 // OBSOLETE new_sublist =
808 // OBSOLETE (struct next_fnfield *) xmalloc (sizeof (struct next_fnfield));
809 // OBSOLETE make_cleanup (xfree, new_sublist);
810 // OBSOLETE memset (new_sublist, 0, sizeof (struct next_fnfield));
812 // OBSOLETE /* eat 1; from :;2A.; */
813 // OBSOLETE new_sublist->fn_field.type = SYMBOL_TYPE (ref_func); /* normally takes a read_type */
814 // OBSOLETE /* Make this type look like a method stub for gdb */
815 // OBSOLETE TYPE_FLAGS (new_sublist->fn_field.type) |= TYPE_FLAG_STUB;
816 // OBSOLETE TYPE_CODE (new_sublist->fn_field.type) = TYPE_CODE_METHOD;
818 // OBSOLETE /* If this is just a stub, then we don't have the real name here. */
819 // OBSOLETE if (TYPE_STUB (new_sublist->fn_field.type))
821 // OBSOLETE if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type))
822 // OBSOLETE TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type;
823 // OBSOLETE new_sublist->fn_field.is_stub = 1;
826 // OBSOLETE /* physname used later in mangling; eg PFs_i,5 for foo__1aFPFs_i
827 // OBSOLETE physname gets strcat'd in order to recreate the onto mangled name */
828 // OBSOLETE pname = get_cfront_method_physname (fname);
829 // OBSOLETE new_sublist->fn_field.physname = savestring (pname, strlen (pname));
832 // OBSOLETE /* Set this member function's visibility fields.
833 // OBSOLETE Unable to distinguish access from stabs definition!
834 // OBSOLETE Assuming public for now. FIXME!
835 // OBSOLETE (for private, set new_sublist->fn_field.is_private = 1,
836 // OBSOLETE for public, set new_sublist->fn_field.is_protected = 1) */
838 // OBSOLETE /* Unable to distinguish const/volatile from stabs definition!
839 // OBSOLETE Assuming normal for now. FIXME! */
841 // OBSOLETE new_sublist->fn_field.is_const = 0;
842 // OBSOLETE new_sublist->fn_field.is_volatile = 0; /* volatile not implemented in cfront */
844 // OBSOLETE /* Set virtual/static function info
845 // OBSOLETE How to get vtable offsets ?
846 // OBSOLETE Assuming normal for now FIXME!!
847 // OBSOLETE For vtables, figure out from whence this virtual function came.
848 // OBSOLETE It may belong to virtual function table of
849 // OBSOLETE one of its baseclasses.
851 // OBSOLETE new_sublist -> fn_field.voffset = vtable offset,
852 // OBSOLETE new_sublist -> fn_field.fcontext = look_ahead_type;
853 // OBSOLETE where look_ahead_type is type of baseclass */
854 // OBSOLETE if (is_static)
855 // OBSOLETE new_sublist->fn_field.voffset = VOFFSET_STATIC;
856 // OBSOLETE else /* normal member function. */
857 // OBSOLETE new_sublist->fn_field.voffset = 0;
858 // OBSOLETE new_sublist->fn_field.fcontext = 0;
861 // OBSOLETE /* Prepare new sublist */
862 // OBSOLETE new_sublist->next = sublist;
863 // OBSOLETE sublist = new_sublist;
864 // OBSOLETE length++;
866 // OBSOLETE /* In g++, we loop thu sublists - now we set from functions. */
867 // OBSOLETE new_fnlist->fn_fieldlist.fn_fields = (struct fn_field *)
868 // OBSOLETE obstack_alloc (&objfile->type_obstack,
869 // OBSOLETE sizeof (struct fn_field) * length);
870 // OBSOLETE memset (new_fnlist->fn_fieldlist.fn_fields, 0,
871 // OBSOLETE sizeof (struct fn_field) * length);
872 // OBSOLETE for (i = length; (i--, sublist); sublist = sublist->next)
874 // OBSOLETE new_fnlist->fn_fieldlist.fn_fields[i] = sublist->fn_field;
877 // OBSOLETE new_fnlist->fn_fieldlist.length = length;
878 // OBSOLETE new_fnlist->next = fip->fnlist;
879 // OBSOLETE fip->fnlist = new_fnlist;
880 // OBSOLETE nfn_fields++;
881 // OBSOLETE total_length += length;
882 // OBSOLETE STABS_CONTINUE (pp, objfile); /* handle \\ */
883 // OBSOLETE } /* end of loop */
885 // OBSOLETE if (nfn_fields)
887 // OBSOLETE /* type should already have space */
888 // OBSOLETE TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
889 // OBSOLETE TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields);
890 // OBSOLETE memset (TYPE_FN_FIELDLISTS (type), 0,
891 // OBSOLETE sizeof (struct fn_fieldlist) * nfn_fields);
892 // OBSOLETE TYPE_NFN_FIELDS (type) = nfn_fields;
893 // OBSOLETE TYPE_NFN_FIELDS_TOTAL (type) = total_length;
896 // OBSOLETE /* end of scope for reading member func */
898 // OBSOLETE /* eg: ";;" */
900 // OBSOLETE /* Skip trailing ';' and bump count of number of fields seen */
901 // OBSOLETE if (**pp == ';')
904 // OBSOLETE return 0;
905 // OBSOLETE return 1;
908 // OBSOLETE /* This routine fixes up partial cfront types that were created
909 // OBSOLETE while parsing the stabs. The main need for this function is
910 // OBSOLETE to add information such as methods to classes.
911 // OBSOLETE Examples of "p": "sA;;__ct__1AFv foo__1AFv ;;;" */
913 // OBSOLETE resolve_cfront_continuation (struct objfile *objfile, struct symbol *sym,
916 // OBSOLETE struct symbol *ref_sym = 0;
917 // OBSOLETE char *sname;
918 // OBSOLETE /* snarfed from read_struct_type */
919 // OBSOLETE struct field_info fi;
920 // OBSOLETE struct type *type;
921 // OBSOLETE struct cleanup *back_to;
923 // OBSOLETE /* Need to make sure that fi isn't gunna conflict with struct
924 // OBSOLETE in case struct already had some fnfs */
925 // OBSOLETE fi.list = NULL;
926 // OBSOLETE fi.fnlist = NULL;
927 // OBSOLETE back_to = make_cleanup (null_cleanup, 0);
929 // OBSOLETE /* We only accept structs, classes and unions at the moment.
930 // OBSOLETE Other continuation types include t (typedef), r (long dbl), ...
931 // OBSOLETE We may want to add support for them as well;
932 // OBSOLETE right now they are handled by duplicating the symbol information
933 // OBSOLETE into the type information (see define_symbol) */
934 // OBSOLETE if (*p != 's' /* structs */
935 // OBSOLETE && *p != 'c' /* class */
936 // OBSOLETE && *p != 'u') /* union */
937 // OBSOLETE return 0; /* only handle C++ types */
940 // OBSOLETE /* Get symbol typs name and validate
941 // OBSOLETE eg: p = "A;;__ct__1AFv foo__1AFv ;;;" */
942 // OBSOLETE sname = get_substring (&p, ';');
943 // OBSOLETE if (!sname || strcmp (sname, DEPRECATED_SYMBOL_NAME (sym)))
944 // OBSOLETE error ("Internal error: base symbol type name does not match\n");
946 // OBSOLETE /* Find symbol's internal gdb reference using demangled_name.
947 // OBSOLETE This is the real sym that we want;
948 // OBSOLETE sym was a temp hack to make debugger happy */
949 // OBSOLETE ref_sym = lookup_symbol (DEPRECATED_SYMBOL_NAME (sym), 0, STRUCT_NAMESPACE, 0, 0);
950 // OBSOLETE type = SYMBOL_TYPE (ref_sym);
953 // OBSOLETE /* Now read the baseclasses, if any, read the regular C struct or C++
954 // OBSOLETE class member fields, attach the fields to the type, read the C++
955 // OBSOLETE member functions, attach them to the type, and then read any tilde
956 // OBSOLETE field (baseclass specifier for the class holding the main vtable). */
958 // OBSOLETE if (!read_cfront_baseclasses (&fi, &p, type, objfile)
959 // OBSOLETE /* g++ does this next, but cfront already did this:
960 // OBSOLETE || !read_struct_fields (&fi, &p, type, objfile) */
961 // OBSOLETE || !copy_cfront_struct_fields (&fi, type, objfile)
962 // OBSOLETE || !read_cfront_member_functions (&fi, &p, type, objfile)
963 // OBSOLETE || !read_cfront_static_fields (&fi, &p, type, objfile)
964 // OBSOLETE || !attach_fields_to_type (&fi, type, objfile)
965 // OBSOLETE || !attach_fn_fields_to_type (&fi, type)
966 // OBSOLETE /* g++ does this next, but cfront doesn't seem to have this:
967 // OBSOLETE || !read_tilde_fields (&fi, &p, type, objfile) */
970 // OBSOLETE type = error_type (&p, objfile);
973 // OBSOLETE do_cleanups (back_to);
974 // OBSOLETE return 0;
976 // OBSOLETE /* End of code added to support parsing of ARM/Cfront stabs strings */
977 #endif /* OBSOLETE CFront */
979 /* This routine fixes up symbol references/aliases to point to the original
980 symbol definition. Returns 0 on failure, non-zero on success. */
983 resolve_symbol_reference (struct objfile *objfile, struct symbol *sym, char *p)
986 struct symbol *ref_sym = 0;
987 struct alias_list *alias;
989 /* If this is not a symbol reference return now. */
993 /* Use "#<num>" as the name; we'll fix the name later.
994 We stored the original symbol name as "#<id>=<name>"
995 so we can now search for "#<id>" to resolving the reference.
996 We'll fix the names later by removing the "#<id>" or "#<id>=" */
998 /*---------------------------------------------------------*/
999 /* Get the reference id number, and
1000 advance p past the names so we can parse the rest.
1001 eg: id=2 for p : "2=", "2=z:r(0,1)" "2:r(0,1);l(#5,#6),l(#7,#4)" */
1002 /*---------------------------------------------------------*/
1004 /* This gets reference name from string. sym may not have a name. */
1006 /* Get the reference number associated with the reference id in the
1007 gdb stab string. From that reference number, get the main/primary
1008 symbol for this alias. */
1009 refnum = process_reference (&p);
1010 ref_sym = ref_search (refnum);
1013 lrs_general_complaint ("symbol for reference not found");
1017 /* Parse the stab of the referencing symbol
1018 now that we have the referenced symbol.
1019 Add it as a new symbol and a link back to the referenced symbol.
1020 eg: p : "=", "=z:r(0,1)" ":r(0,1);l(#5,#6),l(#7,#4)" */
1023 /* If the stab symbol table and string contain:
1024 RSYM 0 5 00000000 868 #15=z:r(0,1)
1025 LBRAC 0 0 00000000 899 #5=
1026 SLINE 0 16 00000003 923 #6=
1027 Then the same symbols can be later referenced by:
1028 RSYM 0 5 00000000 927 #15:r(0,1);l(#5,#6)
1029 This is used in live range splitting to:
1030 1) specify that a symbol (#15) is actually just a new storage
1031 class for a symbol (#15=z) which was previously defined.
1032 2) specify that the beginning and ending ranges for a symbol
1033 (#15) are the values of the beginning (#5) and ending (#6)
1036 /* Read number as reference id.
1037 eg: p : "=", "=z:r(0,1)" ":r(0,1);l(#5,#6),l(#7,#4)" */
1038 /* FIXME! Might I want to use SYMBOL_CLASS (sym) = LOC_OPTIMIZED_OUT;
1039 in case of "l(0,0)"? */
1041 /*--------------------------------------------------*/
1042 /* Add this symbol to the reference list. */
1043 /*--------------------------------------------------*/
1045 alias = (struct alias_list *) obstack_alloc (&objfile->type_obstack,
1046 sizeof (struct alias_list));
1049 lrs_general_complaint ("Unable to allocate alias list memory");
1056 if (!SYMBOL_ALIASES (ref_sym))
1058 SYMBOL_ALIASES (ref_sym) = alias;
1062 struct alias_list *temp;
1064 /* Get to the end of the list. */
1065 for (temp = SYMBOL_ALIASES (ref_sym);
1072 /* Want to fix up name so that other functions (eg. valops)
1073 will correctly print the name.
1074 Don't add_symbol_to_list so that lookup_symbol won't find it.
1075 nope... needed for fixups. */
1076 DEPRECATED_SYMBOL_NAME (sym) = DEPRECATED_SYMBOL_NAME (ref_sym);
1082 /* Structure for storing pointers to reference definitions for fast lookup
1083 during "process_later". */
1092 #define MAX_CHUNK_REFS 100
1093 #define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map))
1094 #define REF_MAP_SIZE(ref_chunk) ((ref_chunk) * REF_CHUNK_SIZE)
1096 static struct ref_map *ref_map;
1098 /* Ptr to free cell in chunk's linked list. */
1099 static int ref_count = 0;
1101 /* Number of chunks malloced. */
1102 static int ref_chunk = 0;
1104 /* This file maintains a cache of stabs aliases found in the symbol
1105 table. If the symbol table changes, this cache must be cleared
1106 or we are left holding onto data in invalid obstacks. */
1108 stabsread_clear_cache (void)
1114 /* Create array of pointers mapping refids to symbols and stab strings.
1115 Add pointers to reference definition symbols and/or their values as we
1116 find them, using their reference numbers as our index.
1117 These will be used later when we resolve references. */
1119 ref_add (int refnum, struct symbol *sym, char *stabs, CORE_ADDR value)
1123 if (refnum >= ref_count)
1124 ref_count = refnum + 1;
1125 if (ref_count > ref_chunk * MAX_CHUNK_REFS)
1127 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
1128 int new_chunks = new_slots / MAX_CHUNK_REFS + 1;
1129 ref_map = (struct ref_map *)
1130 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks));
1131 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0, new_chunks * REF_CHUNK_SIZE);
1132 ref_chunk += new_chunks;
1134 ref_map[refnum].stabs = stabs;
1135 ref_map[refnum].sym = sym;
1136 ref_map[refnum].value = value;
1139 /* Return defined sym for the reference REFNUM. */
1141 ref_search (int refnum)
1143 if (refnum < 0 || refnum > ref_count)
1145 return ref_map[refnum].sym;
1148 /* Return value for the reference REFNUM. */
1151 ref_search_value (int refnum)
1153 if (refnum < 0 || refnum > ref_count)
1155 return ref_map[refnum].value;
1158 /* Parse a reference id in STRING and return the resulting
1159 reference number. Move STRING beyond the reference id. */
1162 process_reference (char **string)
1167 if (**string != '#')
1170 /* Advance beyond the initial '#'. */
1173 /* Read number as reference id. */
1174 while (*p && isdigit (*p))
1176 refnum = refnum * 10 + *p - '0';
1183 /* If STRING defines a reference, store away a pointer to the reference
1184 definition for later use. Return the reference number. */
1187 symbol_reference_defined (char **string)
1192 refnum = process_reference (&p);
1194 /* Defining symbols end in '=' */
1197 /* Symbol is being defined here. */
1203 /* Must be a reference. Either the symbol has already been defined,
1204 or this is a forward reference to it. */
1212 define_symbol (CORE_ADDR valu, char *string, int desc, int type,
1213 struct objfile *objfile)
1215 register struct symbol *sym;
1216 char *p = (char *) find_name_end (string);
1221 /* We would like to eliminate nameless symbols, but keep their types.
1222 E.g. stab entry ":t10=*2" should produce a type 10, which is a pointer
1223 to type 2, but, should not create a symbol to address that type. Since
1224 the symbol will be nameless, there is no way any user can refer to it. */
1228 /* Ignore syms with empty names. */
1232 /* Ignore old-style symbols from cc -go */
1239 p = strchr (p, ':');
1242 /* If a nameless stab entry, all we need is the type, not the symbol.
1243 e.g. ":t10=*2" or a nameless enum like " :T16=ered:0,green:1,blue:2,;" */
1244 nameless = (p == string || ((string[0] == ' ') && (string[1] == ':')));
1246 current_symbol = sym = (struct symbol *)
1247 obstack_alloc (&objfile->symbol_obstack, sizeof (struct symbol));
1248 memset (sym, 0, sizeof (struct symbol));
1250 switch (type & N_TYPE)
1253 SYMBOL_SECTION (sym) = SECT_OFF_TEXT (objfile);
1256 SYMBOL_SECTION (sym) = SECT_OFF_DATA (objfile);
1259 SYMBOL_SECTION (sym) = SECT_OFF_BSS (objfile);
1263 if (processing_gcc_compilation)
1265 /* GCC 2.x puts the line number in desc. SunOS apparently puts in the
1266 number of bytes occupied by a type or object, which we ignore. */
1267 SYMBOL_LINE (sym) = desc;
1271 SYMBOL_LINE (sym) = 0; /* unknown */
1274 if (is_cplus_marker (string[0]))
1276 /* Special GNU C++ names. */
1280 DEPRECATED_SYMBOL_NAME (sym) = obsavestring ("this", strlen ("this"),
1281 &objfile->symbol_obstack);
1284 case 'v': /* $vtbl_ptr_type */
1285 /* Was: DEPRECATED_SYMBOL_NAME (sym) = "vptr"; */
1289 DEPRECATED_SYMBOL_NAME (sym) = obsavestring ("eh_throw", strlen ("eh_throw"),
1290 &objfile->symbol_obstack);
1294 /* This was an anonymous type that was never fixed up. */
1297 #ifdef STATIC_TRANSFORM_NAME
1299 /* SunPRO (3.0 at least) static variable encoding. */
1304 complaint (&symfile_complaints, "Unknown C++ symbol name `%s'",
1306 goto normal; /* Do *something* with it */
1309 else if (string[0] == '#')
1311 /* Special GNU C extension for referencing symbols. */
1315 /* If STRING defines a new reference id, then add it to the
1316 reference map. Else it must be referring to a previously
1317 defined symbol, so add it to the alias list of the previously
1320 refnum = symbol_reference_defined (&s);
1322 ref_add (refnum, sym, string, SYMBOL_VALUE (sym));
1323 else if (!resolve_symbol_reference (objfile, sym, string))
1326 /* S..P contains the name of the symbol. We need to store
1327 the correct name into DEPRECATED_SYMBOL_NAME. */
1332 SYMBOL_SET_NAMES (sym, s, nlen, objfile);
1334 /* FIXME! Want DEPRECATED_SYMBOL_NAME (sym) = 0;
1335 Get error if leave name 0. So give it something. */
1338 SYMBOL_SET_NAMES (sym, string, nlen, objfile);
1341 /* Advance STRING beyond the reference id. */
1347 SYMBOL_LANGUAGE (sym) = current_subfile->language;
1348 SYMBOL_SET_NAMES (sym, string, p - string, objfile);
1352 /* Determine the type of name being defined. */
1354 /* Getting GDB to correctly skip the symbol on an undefined symbol
1355 descriptor and not ever dump core is a very dodgy proposition if
1356 we do things this way. I say the acorn RISC machine can just
1357 fix their compiler. */
1358 /* The Acorn RISC machine's compiler can put out locals that don't
1359 start with "234=" or "(3,4)=", so assume anything other than the
1360 deftypes we know how to handle is a local. */
1361 if (!strchr ("cfFGpPrStTvVXCR", *p))
1363 if (isdigit (*p) || *p == '(' || *p == '-')
1372 /* c is a special case, not followed by a type-number.
1373 SYMBOL:c=iVALUE for an integer constant symbol.
1374 SYMBOL:c=rVALUE for a floating constant symbol.
1375 SYMBOL:c=eTYPE,INTVALUE for an enum constant symbol.
1376 e.g. "b:c=e6,0" for "const b = blob1"
1377 (where type 6 is defined by "blobs:t6=eblob1:0,blob2:1,;"). */
1380 SYMBOL_CLASS (sym) = LOC_CONST;
1381 SYMBOL_TYPE (sym) = error_type (&p, objfile);
1382 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1383 add_symbol_to_list (sym, &file_symbols);
1391 double d = atof (p);
1394 /* FIXME-if-picky-about-floating-accuracy: Should be using
1395 target arithmetic to get the value. real.c in GCC
1396 probably has the necessary code. */
1398 /* FIXME: lookup_fundamental_type is a hack. We should be
1399 creating a type especially for the type of float constants.
1400 Problem is, what type should it be?
1402 Also, what should the name of this type be? Should we
1403 be using 'S' constants (see stabs.texinfo) instead? */
1405 SYMBOL_TYPE (sym) = lookup_fundamental_type (objfile,
1408 obstack_alloc (&objfile->symbol_obstack,
1409 TYPE_LENGTH (SYMBOL_TYPE (sym)));
1410 store_typed_floating (dbl_valu, SYMBOL_TYPE (sym), d);
1411 SYMBOL_VALUE_BYTES (sym) = dbl_valu;
1412 SYMBOL_CLASS (sym) = LOC_CONST_BYTES;
1417 /* Defining integer constants this way is kind of silly,
1418 since 'e' constants allows the compiler to give not
1419 only the value, but the type as well. C has at least
1420 int, long, unsigned int, and long long as constant
1421 types; other languages probably should have at least
1422 unsigned as well as signed constants. */
1424 /* We just need one int constant type for all objfiles.
1425 It doesn't depend on languages or anything (arguably its
1426 name should be a language-specific name for a type of
1427 that size, but I'm inclined to say that if the compiler
1428 wants a nice name for the type, it can use 'e'). */
1429 static struct type *int_const_type;
1431 /* Yes, this is as long as a *host* int. That is because we
1433 if (int_const_type == NULL)
1435 init_type (TYPE_CODE_INT,
1436 sizeof (int) * HOST_CHAR_BIT / TARGET_CHAR_BIT, 0,
1438 (struct objfile *) NULL);
1439 SYMBOL_TYPE (sym) = int_const_type;
1440 SYMBOL_VALUE (sym) = atoi (p);
1441 SYMBOL_CLASS (sym) = LOC_CONST;
1445 /* SYMBOL:c=eTYPE,INTVALUE for a constant symbol whose value
1446 can be represented as integral.
1447 e.g. "b:c=e6,0" for "const b = blob1"
1448 (where type 6 is defined by "blobs:t6=eblob1:0,blob2:1,;"). */
1450 SYMBOL_CLASS (sym) = LOC_CONST;
1451 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1455 SYMBOL_TYPE (sym) = error_type (&p, objfile);
1460 /* If the value is too big to fit in an int (perhaps because
1461 it is unsigned), or something like that, we silently get
1462 a bogus value. The type and everything else about it is
1463 correct. Ideally, we should be using whatever we have
1464 available for parsing unsigned and long long values,
1466 SYMBOL_VALUE (sym) = atoi (p);
1471 SYMBOL_CLASS (sym) = LOC_CONST;
1472 SYMBOL_TYPE (sym) = error_type (&p, objfile);
1475 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1476 add_symbol_to_list (sym, &file_symbols);
1480 /* The name of a caught exception. */
1481 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1482 SYMBOL_CLASS (sym) = LOC_LABEL;
1483 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1484 SYMBOL_VALUE_ADDRESS (sym) = valu;
1485 add_symbol_to_list (sym, &local_symbols);
1489 /* A static function definition. */
1490 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1491 SYMBOL_CLASS (sym) = LOC_BLOCK;
1492 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1493 add_symbol_to_list (sym, &file_symbols);
1494 /* fall into process_function_types. */
1496 process_function_types:
1497 /* Function result types are described as the result type in stabs.
1498 We need to convert this to the function-returning-type-X type
1499 in GDB. E.g. "int" is converted to "function returning int". */
1500 if (TYPE_CODE (SYMBOL_TYPE (sym)) != TYPE_CODE_FUNC)
1501 SYMBOL_TYPE (sym) = lookup_function_type (SYMBOL_TYPE (sym));
1503 /* All functions in C++ have prototypes. Stabs does not offer an
1504 explicit way to identify prototyped or unprototyped functions,
1505 but both GCC and Sun CC emit stabs for the "call-as" type rather
1506 than the "declared-as" type for unprototyped functions, so
1507 we treat all functions as if they were prototyped. This is used
1508 primarily for promotion when calling the function from GDB. */
1509 TYPE_FLAGS (SYMBOL_TYPE (sym)) |= TYPE_FLAG_PROTOTYPED;
1511 /* fall into process_prototype_types */
1513 process_prototype_types:
1514 /* Sun acc puts declared types of arguments here. */
1517 struct type *ftype = SYMBOL_TYPE (sym);
1522 /* Obtain a worst case guess for the number of arguments
1523 by counting the semicolons. */
1530 /* Allocate parameter information fields and fill them in. */
1531 TYPE_FIELDS (ftype) = (struct field *)
1532 TYPE_ALLOC (ftype, nsemi * sizeof (struct field));
1537 /* A type number of zero indicates the start of varargs.
1538 FIXME: GDB currently ignores vararg functions. */
1539 if (p[0] == '0' && p[1] == '\0')
1541 ptype = read_type (&p, objfile);
1543 /* The Sun compilers mark integer arguments, which should
1544 be promoted to the width of the calling conventions, with
1545 a type which references itself. This type is turned into
1546 a TYPE_CODE_VOID type by read_type, and we have to turn
1547 it back into builtin_type_int here.
1548 FIXME: Do we need a new builtin_type_promoted_int_arg ? */
1549 if (TYPE_CODE (ptype) == TYPE_CODE_VOID)
1550 ptype = builtin_type_int;
1551 TYPE_FIELD_TYPE (ftype, nparams) = ptype;
1552 TYPE_FIELD_ARTIFICIAL (ftype, nparams++) = 0;
1554 TYPE_NFIELDS (ftype) = nparams;
1555 TYPE_FLAGS (ftype) |= TYPE_FLAG_PROTOTYPED;
1560 /* A global function definition. */
1561 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1562 SYMBOL_CLASS (sym) = LOC_BLOCK;
1563 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1564 add_symbol_to_list (sym, &global_symbols);
1565 goto process_function_types;
1568 /* For a class G (global) symbol, it appears that the
1569 value is not correct. It is necessary to search for the
1570 corresponding linker definition to find the value.
1571 These definitions appear at the end of the namelist. */
1572 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1573 SYMBOL_CLASS (sym) = LOC_STATIC;
1574 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1575 /* Don't add symbol references to global_sym_chain.
1576 Symbol references don't have valid names and wont't match up with
1577 minimal symbols when the global_sym_chain is relocated.
1578 We'll fixup symbol references when we fixup the defining symbol. */
1579 if (DEPRECATED_SYMBOL_NAME (sym) && DEPRECATED_SYMBOL_NAME (sym)[0] != '#')
1581 i = hashname (DEPRECATED_SYMBOL_NAME (sym));
1582 SYMBOL_VALUE_CHAIN (sym) = global_sym_chain[i];
1583 global_sym_chain[i] = sym;
1585 add_symbol_to_list (sym, &global_symbols);
1588 /* This case is faked by a conditional above,
1589 when there is no code letter in the dbx data.
1590 Dbx data never actually contains 'l'. */
1593 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1594 SYMBOL_CLASS (sym) = LOC_LOCAL;
1595 SYMBOL_VALUE (sym) = valu;
1596 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1597 add_symbol_to_list (sym, &local_symbols);
1602 /* pF is a two-letter code that means a function parameter in Fortran.
1603 The type-number specifies the type of the return value.
1604 Translate it into a pointer-to-function type. */
1608 = lookup_pointer_type
1609 (lookup_function_type (read_type (&p, objfile)));
1612 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1614 SYMBOL_CLASS (sym) = LOC_ARG;
1615 SYMBOL_VALUE (sym) = valu;
1616 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1617 add_symbol_to_list (sym, &local_symbols);
1619 if (TARGET_BYTE_ORDER != BFD_ENDIAN_BIG)
1621 /* On little-endian machines, this crud is never necessary,
1622 and, if the extra bytes contain garbage, is harmful. */
1626 /* If it's gcc-compiled, if it says `short', believe it. */
1627 if (processing_gcc_compilation || BELIEVE_PCC_PROMOTION)
1630 if (!BELIEVE_PCC_PROMOTION)
1632 /* This is the signed type which arguments get promoted to. */
1633 static struct type *pcc_promotion_type;
1634 /* This is the unsigned type which arguments get promoted to. */
1635 static struct type *pcc_unsigned_promotion_type;
1637 /* Call it "int" because this is mainly C lossage. */
1638 if (pcc_promotion_type == NULL)
1639 pcc_promotion_type =
1640 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT,
1643 if (pcc_unsigned_promotion_type == NULL)
1644 pcc_unsigned_promotion_type =
1645 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT,
1646 TYPE_FLAG_UNSIGNED, "unsigned int", NULL);
1648 if (BELIEVE_PCC_PROMOTION_TYPE)
1650 /* This is defined on machines (e.g. sparc) where we
1651 should believe the type of a PCC 'short' argument,
1652 but shouldn't believe the address (the address is the
1653 address of the corresponding int).
1655 My guess is that this correction, as opposed to
1656 changing the parameter to an 'int' (as done below,
1657 for PCC on most machines), is the right thing to do
1658 on all machines, but I don't want to risk breaking
1659 something that already works. On most PCC machines,
1660 the sparc problem doesn't come up because the calling
1661 function has to zero the top bytes (not knowing
1662 whether the called function wants an int or a short),
1663 so there is little practical difference between an
1664 int and a short (except perhaps what happens when the
1665 GDB user types "print short_arg = 0x10000;").
1668 compiler actually produces the correct address (we
1669 don't need to fix it up). I made this code adapt so
1670 that it will offset the symbol if it was pointing at
1671 an int-aligned location and not otherwise. This way
1672 you can use the same gdb for 4.0.x and 4.1 systems.
1674 If the parameter is shorter than an int, and is
1675 integral (e.g. char, short, or unsigned equivalent),
1676 and is claimed to be passed on an integer boundary,
1677 don't believe it! Offset the parameter's address to
1678 the tail-end of that integer. */
1680 if (TYPE_LENGTH (SYMBOL_TYPE (sym)) < TYPE_LENGTH (pcc_promotion_type)
1681 && TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_INT
1682 && 0 == SYMBOL_VALUE (sym) % TYPE_LENGTH (pcc_promotion_type))
1684 SYMBOL_VALUE (sym) += TYPE_LENGTH (pcc_promotion_type)
1685 - TYPE_LENGTH (SYMBOL_TYPE (sym));
1691 /* If PCC says a parameter is a short or a char,
1692 it is really an int. */
1693 if (TYPE_LENGTH (SYMBOL_TYPE (sym)) < TYPE_LENGTH (pcc_promotion_type)
1694 && TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_INT)
1697 TYPE_UNSIGNED (SYMBOL_TYPE (sym))
1698 ? pcc_unsigned_promotion_type
1699 : pcc_promotion_type;
1706 /* acc seems to use P to declare the prototypes of functions that
1707 are referenced by this file. gdb is not prepared to deal
1708 with this extra information. FIXME, it ought to. */
1711 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1712 goto process_prototype_types;
1717 /* Parameter which is in a register. */
1718 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1719 SYMBOL_CLASS (sym) = LOC_REGPARM;
1720 SYMBOL_VALUE (sym) = STAB_REG_TO_REGNUM (valu);
1721 if (SYMBOL_VALUE (sym) >= NUM_REGS + NUM_PSEUDO_REGS)
1723 reg_value_complaint (SYMBOL_VALUE (sym),
1724 NUM_REGS + NUM_PSEUDO_REGS,
1725 SYMBOL_PRINT_NAME (sym));
1726 SYMBOL_VALUE (sym) = SP_REGNUM; /* Known safe, though useless */
1728 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1729 add_symbol_to_list (sym, &local_symbols);
1733 /* Register variable (either global or local). */
1734 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1735 SYMBOL_CLASS (sym) = LOC_REGISTER;
1736 SYMBOL_VALUE (sym) = STAB_REG_TO_REGNUM (valu);
1737 if (SYMBOL_VALUE (sym) >= NUM_REGS + NUM_PSEUDO_REGS)
1739 reg_value_complaint (SYMBOL_VALUE (sym),
1740 NUM_REGS + NUM_PSEUDO_REGS,
1741 SYMBOL_PRINT_NAME (sym));
1742 SYMBOL_VALUE (sym) = SP_REGNUM; /* Known safe, though useless */
1744 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1745 if (within_function)
1747 /* Sun cc uses a pair of symbols, one 'p' and one 'r' with the same
1748 name to represent an argument passed in a register.
1749 GCC uses 'P' for the same case. So if we find such a symbol pair
1750 we combine it into one 'P' symbol. For Sun cc we need to do this
1751 regardless of REG_STRUCT_HAS_ADDR, because the compiler puts out
1752 the 'p' symbol even if it never saves the argument onto the stack.
1754 On most machines, we want to preserve both symbols, so that
1755 we can still get information about what is going on with the
1756 stack (VAX for computing args_printed, using stack slots instead
1757 of saved registers in backtraces, etc.).
1759 Note that this code illegally combines
1760 main(argc) struct foo argc; { register struct foo argc; }
1761 but this case is considered pathological and causes a warning
1762 from a decent compiler. */
1765 && local_symbols->nsyms > 0
1766 #ifndef USE_REGISTER_NOT_ARG
1767 && REG_STRUCT_HAS_ADDR_P ()
1768 && REG_STRUCT_HAS_ADDR (processing_gcc_compilation,
1770 && (TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_STRUCT
1771 || TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_UNION
1772 || TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_SET
1773 || TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_BITSTRING)
1777 struct symbol *prev_sym;
1778 prev_sym = local_symbols->symbol[local_symbols->nsyms - 1];
1779 if ((SYMBOL_CLASS (prev_sym) == LOC_REF_ARG
1780 || SYMBOL_CLASS (prev_sym) == LOC_ARG)
1781 && STREQ (DEPRECATED_SYMBOL_NAME (prev_sym), DEPRECATED_SYMBOL_NAME (sym)))
1783 SYMBOL_CLASS (prev_sym) = LOC_REGPARM;
1784 /* Use the type from the LOC_REGISTER; that is the type
1785 that is actually in that register. */
1786 SYMBOL_TYPE (prev_sym) = SYMBOL_TYPE (sym);
1787 SYMBOL_VALUE (prev_sym) = SYMBOL_VALUE (sym);
1792 add_symbol_to_list (sym, &local_symbols);
1795 add_symbol_to_list (sym, &file_symbols);
1799 /* Static symbol at top level of file */
1800 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1801 SYMBOL_CLASS (sym) = LOC_STATIC;
1802 SYMBOL_VALUE_ADDRESS (sym) = valu;
1803 #ifdef STATIC_TRANSFORM_NAME
1804 if (IS_STATIC_TRANSFORM_NAME (DEPRECATED_SYMBOL_NAME (sym)))
1806 struct minimal_symbol *msym;
1807 msym = lookup_minimal_symbol (DEPRECATED_SYMBOL_NAME (sym), NULL, objfile);
1810 DEPRECATED_SYMBOL_NAME (sym) = STATIC_TRANSFORM_NAME (DEPRECATED_SYMBOL_NAME (sym));
1811 SYMBOL_VALUE_ADDRESS (sym) = SYMBOL_VALUE_ADDRESS (msym);
1815 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1816 add_symbol_to_list (sym, &file_symbols);
1821 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1823 /* For a nameless type, we don't want a create a symbol, thus we
1824 did not use `sym'. Return without further processing. */
1828 SYMBOL_CLASS (sym) = LOC_TYPEDEF;
1829 SYMBOL_VALUE (sym) = valu;
1830 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1831 /* C++ vagaries: we may have a type which is derived from
1832 a base type which did not have its name defined when the
1833 derived class was output. We fill in the derived class's
1834 base part member's name here in that case. */
1835 if (TYPE_NAME (SYMBOL_TYPE (sym)) != NULL)
1836 if ((TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_STRUCT
1837 || TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_UNION)
1838 && TYPE_N_BASECLASSES (SYMBOL_TYPE (sym)))
1841 for (j = TYPE_N_BASECLASSES (SYMBOL_TYPE (sym)) - 1; j >= 0; j--)
1842 if (TYPE_BASECLASS_NAME (SYMBOL_TYPE (sym), j) == 0)
1843 TYPE_BASECLASS_NAME (SYMBOL_TYPE (sym), j) =
1844 type_name_no_tag (TYPE_BASECLASS (SYMBOL_TYPE (sym), j));
1847 if (TYPE_NAME (SYMBOL_TYPE (sym)) == NULL)
1849 /* gcc-2.6 or later (when using -fvtable-thunks)
1850 emits a unique named type for a vtable entry.
1851 Some gdb code depends on that specific name. */
1852 extern const char vtbl_ptr_name[];
1854 if ((TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_PTR
1855 && strcmp (DEPRECATED_SYMBOL_NAME (sym), vtbl_ptr_name))
1856 || TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_FUNC)
1858 /* If we are giving a name to a type such as "pointer to
1859 foo" or "function returning foo", we better not set
1860 the TYPE_NAME. If the program contains "typedef char
1861 *caddr_t;", we don't want all variables of type char
1862 * to print as caddr_t. This is not just a
1863 consequence of GDB's type management; PCC and GCC (at
1864 least through version 2.4) both output variables of
1865 either type char * or caddr_t with the type number
1866 defined in the 't' symbol for caddr_t. If a future
1867 compiler cleans this up it GDB is not ready for it
1868 yet, but if it becomes ready we somehow need to
1869 disable this check (without breaking the PCC/GCC2.4
1874 Fortunately, this check seems not to be necessary
1875 for anything except pointers or functions. */
1876 /* ezannoni: 2000-10-26. This seems to apply for
1877 versions of gcc older than 2.8. This was the original
1878 problem: with the following code gdb would tell that
1879 the type for name1 is caddr_t, and func is char()
1880 typedef char *caddr_t;
1892 /* Pascal accepts names for pointer types. */
1893 if (current_subfile->language == language_pascal)
1895 TYPE_NAME (SYMBOL_TYPE (sym)) = DEPRECATED_SYMBOL_NAME (sym);
1899 TYPE_NAME (SYMBOL_TYPE (sym)) = DEPRECATED_SYMBOL_NAME (sym);
1902 add_symbol_to_list (sym, &file_symbols);
1906 /* Struct, union, or enum tag. For GNU C++, this can be be followed
1907 by 't' which means we are typedef'ing it as well. */
1908 synonym = *p == 't';
1912 #if 0 /* OBSOLETE CFront */
1913 // OBSOLETE /* The semantics of C++ state that "struct foo { ... }" also defines
1914 // OBSOLETE a typedef for "foo". Unfortunately, cfront never makes the typedef
1915 // OBSOLETE when translating C++ into C. We make the typedef here so that
1916 // OBSOLETE "ptype foo" works as expected for cfront translated code. */
1917 // OBSOLETE else if ((current_subfile->language == language_cplus)
1918 // OBSOLETE || (current_subfile->language == language_objc))
1919 // OBSOLETE synonym = 1;
1920 #endif /* OBSOLETE CFront */
1922 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1924 /* For a nameless type, we don't want a create a symbol, thus we
1925 did not use `sym'. Return without further processing. */
1929 SYMBOL_CLASS (sym) = LOC_TYPEDEF;
1930 SYMBOL_VALUE (sym) = valu;
1931 SYMBOL_NAMESPACE (sym) = STRUCT_NAMESPACE;
1932 if (TYPE_TAG_NAME (SYMBOL_TYPE (sym)) == 0)
1933 TYPE_TAG_NAME (SYMBOL_TYPE (sym))
1934 = obconcat (&objfile->type_obstack, "", "", DEPRECATED_SYMBOL_NAME (sym));
1935 add_symbol_to_list (sym, &file_symbols);
1939 /* Clone the sym and then modify it. */
1940 register struct symbol *typedef_sym = (struct symbol *)
1941 obstack_alloc (&objfile->symbol_obstack, sizeof (struct symbol));
1942 *typedef_sym = *sym;
1943 SYMBOL_CLASS (typedef_sym) = LOC_TYPEDEF;
1944 SYMBOL_VALUE (typedef_sym) = valu;
1945 SYMBOL_NAMESPACE (typedef_sym) = VAR_NAMESPACE;
1946 if (TYPE_NAME (SYMBOL_TYPE (sym)) == 0)
1947 TYPE_NAME (SYMBOL_TYPE (sym))
1948 = obconcat (&objfile->type_obstack, "", "", DEPRECATED_SYMBOL_NAME (sym));
1949 add_symbol_to_list (typedef_sym, &file_symbols);
1954 /* Static symbol of local scope */
1955 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1956 SYMBOL_CLASS (sym) = LOC_STATIC;
1957 SYMBOL_VALUE_ADDRESS (sym) = valu;
1958 #ifdef STATIC_TRANSFORM_NAME
1959 if (IS_STATIC_TRANSFORM_NAME (DEPRECATED_SYMBOL_NAME (sym)))
1961 struct minimal_symbol *msym;
1962 msym = lookup_minimal_symbol (DEPRECATED_SYMBOL_NAME (sym), NULL, objfile);
1965 DEPRECATED_SYMBOL_NAME (sym) = STATIC_TRANSFORM_NAME (DEPRECATED_SYMBOL_NAME (sym));
1966 SYMBOL_VALUE_ADDRESS (sym) = SYMBOL_VALUE_ADDRESS (msym);
1970 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1971 add_symbol_to_list (sym, &local_symbols);
1975 /* Reference parameter */
1976 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1977 SYMBOL_CLASS (sym) = LOC_REF_ARG;
1978 SYMBOL_VALUE (sym) = valu;
1979 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1980 add_symbol_to_list (sym, &local_symbols);
1984 /* Reference parameter which is in a register. */
1985 SYMBOL_TYPE (sym) = read_type (&p, objfile);
1986 SYMBOL_CLASS (sym) = LOC_REGPARM_ADDR;
1987 SYMBOL_VALUE (sym) = STAB_REG_TO_REGNUM (valu);
1988 if (SYMBOL_VALUE (sym) >= NUM_REGS + NUM_PSEUDO_REGS)
1990 reg_value_complaint (SYMBOL_VALUE (sym),
1991 NUM_REGS + NUM_PSEUDO_REGS,
1992 SYMBOL_PRINT_NAME (sym));
1993 SYMBOL_VALUE (sym) = SP_REGNUM; /* Known safe, though useless */
1995 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
1996 add_symbol_to_list (sym, &local_symbols);
2000 /* This is used by Sun FORTRAN for "function result value".
2001 Sun claims ("dbx and dbxtool interfaces", 2nd ed)
2002 that Pascal uses it too, but when I tried it Pascal used
2003 "x:3" (local symbol) instead. */
2004 SYMBOL_TYPE (sym) = read_type (&p, objfile);
2005 SYMBOL_CLASS (sym) = LOC_LOCAL;
2006 SYMBOL_VALUE (sym) = valu;
2007 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
2008 add_symbol_to_list (sym, &local_symbols);
2010 #if 0 /* OBSOLETE CFront */
2011 // OBSOLETE /* New code added to support cfront stabs strings.
2012 // OBSOLETE Note: case 'P' already handled above */
2013 // OBSOLETE case 'Z':
2014 // OBSOLETE /* Cfront type continuation coming up!
2015 // OBSOLETE Find the original definition and add to it.
2016 // OBSOLETE We'll have to do this for the typedef too,
2017 // OBSOLETE since we cloned the symbol to define a type in read_type.
2018 // OBSOLETE Stabs info examples:
2019 // OBSOLETE __1C :Ztl
2020 // OBSOLETE foo__1CFv :ZtF (first def foo__1CFv:F(0,3);(0,24))
2021 // OBSOLETE C:ZsC;;__ct__1CFv func1__1CFv func2__1CFv ... ;;;
2022 // OBSOLETE where C is the name of the class.
2023 // OBSOLETE Unfortunately, we can't lookup the original symbol yet 'cuz
2024 // OBSOLETE we haven't finished reading all the symbols.
2025 // OBSOLETE Instead, we save it for processing later */
2026 // OBSOLETE process_later (sym, p, resolve_cfront_continuation);
2027 // OBSOLETE SYMBOL_TYPE (sym) = error_type (&p, objfile); /* FIXME! change later */
2028 // OBSOLETE SYMBOL_CLASS (sym) = LOC_CONST;
2029 // OBSOLETE SYMBOL_VALUE (sym) = 0;
2030 // OBSOLETE SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
2031 // OBSOLETE /* Don't add to list - we'll delete it later when
2032 // OBSOLETE we add the continuation to the real sym */
2033 // OBSOLETE return sym;
2034 // OBSOLETE /* End of new code added to support cfront stabs strings */
2035 #endif /* OBSOLETE CFront */
2038 SYMBOL_TYPE (sym) = error_type (&p, objfile);
2039 SYMBOL_CLASS (sym) = LOC_CONST;
2040 SYMBOL_VALUE (sym) = 0;
2041 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
2042 add_symbol_to_list (sym, &file_symbols);
2046 /* When passing structures to a function, some systems sometimes pass
2047 the address in a register, not the structure itself. */
2049 if (REG_STRUCT_HAS_ADDR_P ()
2050 && REG_STRUCT_HAS_ADDR (processing_gcc_compilation, SYMBOL_TYPE (sym))
2051 && (SYMBOL_CLASS (sym) == LOC_REGPARM || SYMBOL_CLASS (sym) == LOC_ARG))
2053 struct type *symbol_type = check_typedef (SYMBOL_TYPE (sym));
2055 if ((TYPE_CODE (symbol_type) == TYPE_CODE_STRUCT)
2056 || (TYPE_CODE (symbol_type) == TYPE_CODE_UNION)
2057 || (TYPE_CODE (symbol_type) == TYPE_CODE_BITSTRING)
2058 || (TYPE_CODE (symbol_type) == TYPE_CODE_SET))
2060 /* If REG_STRUCT_HAS_ADDR yields non-zero we have to convert
2061 LOC_REGPARM to LOC_REGPARM_ADDR for structures and unions. */
2062 if (SYMBOL_CLASS (sym) == LOC_REGPARM)
2063 SYMBOL_CLASS (sym) = LOC_REGPARM_ADDR;
2064 /* Likewise for converting LOC_ARG to LOC_REF_ARG (for the 7th
2065 and subsequent arguments on the sparc, for example). */
2066 else if (SYMBOL_CLASS (sym) == LOC_ARG)
2067 SYMBOL_CLASS (sym) = LOC_REF_ARG;
2071 /* Is there more to parse? For example LRS/alias information? */
2072 while (*p && *p == ';')
2075 if (*p && p[0] == 'l' && p[1] == '(')
2077 /* GNU extensions for live range splitting may be appended to
2078 the end of the stab string. eg. "l(#1,#2);l(#3,#5)" */
2080 /* Resolve the live range and add it to SYM's live range list. */
2081 if (!resolve_live_range (objfile, sym, p))
2084 /* Find end of live range info. */
2085 p = strchr (p, ')');
2086 if (!*p || *p != ')')
2088 lrs_general_complaint ("live range format not recognized");
2097 /* Add the live range found in P to the symbol SYM in objfile OBJFILE. Returns
2098 non-zero on success, zero otherwise. */
2101 resolve_live_range (struct objfile *objfile, struct symbol *sym, char *p)
2104 CORE_ADDR start, end;
2106 /* Sanity check the beginning of the stabs string. */
2107 if (!*p || *p != 'l')
2109 lrs_general_complaint ("live range string 1");
2114 if (!*p || *p != '(')
2116 lrs_general_complaint ("live range string 2");
2121 /* Get starting value of range and advance P past the reference id.
2123 ?!? In theory, the process_reference should never fail, but we should
2124 catch that case just in case the compiler scrogged the stabs. */
2125 refnum = process_reference (&p);
2126 start = ref_search_value (refnum);
2129 lrs_general_complaint ("Live range symbol not found 1");
2133 if (!*p || *p != ',')
2135 lrs_general_complaint ("live range string 3");
2140 /* Get ending value of range and advance P past the reference id.
2142 ?!? In theory, the process_reference should never fail, but we should
2143 catch that case just in case the compiler scrogged the stabs. */
2144 refnum = process_reference (&p);
2145 end = ref_search_value (refnum);
2148 lrs_general_complaint ("Live range symbol not found 2");
2152 if (!*p || *p != ')')
2154 lrs_general_complaint ("live range string 4");
2158 /* Now that we know the bounds of the range, add it to the
2160 add_live_range (objfile, sym, start, end);
2165 /* Add a new live range defined by START and END to the symbol SYM
2166 in objfile OBJFILE. */
2169 add_live_range (struct objfile *objfile, struct symbol *sym, CORE_ADDR start,
2172 struct range_list *r, *rs;
2176 lrs_general_complaint ("end of live range follows start");
2180 /* Alloc new live range structure. */
2181 r = (struct range_list *)
2182 obstack_alloc (&objfile->type_obstack,
2183 sizeof (struct range_list));
2188 /* Append this range to the symbol's range list. */
2189 if (!SYMBOL_RANGES (sym))
2190 SYMBOL_RANGES (sym) = r;
2193 /* Get the last range for the symbol. */
2194 for (rs = SYMBOL_RANGES (sym); rs->next; rs = rs->next)
2201 /* Skip rest of this symbol and return an error type.
2203 General notes on error recovery: error_type always skips to the
2204 end of the symbol (modulo cretinous dbx symbol name continuation).
2205 Thus code like this:
2207 if (*(*pp)++ != ';')
2208 return error_type (pp, objfile);
2210 is wrong because if *pp starts out pointing at '\0' (typically as the
2211 result of an earlier error), it will be incremented to point to the
2212 start of the next symbol, which might produce strange results, at least
2213 if you run off the end of the string table. Instead use
2216 return error_type (pp, objfile);
2222 foo = error_type (pp, objfile);
2226 And in case it isn't obvious, the point of all this hair is so the compiler
2227 can define new types and new syntaxes, and old versions of the
2228 debugger will be able to read the new symbol tables. */
2230 static struct type *
2231 error_type (char **pp, struct objfile *objfile)
2233 complaint (&symfile_complaints, "couldn't parse type; debugger out of date?");
2236 /* Skip to end of symbol. */
2237 while (**pp != '\0')
2242 /* Check for and handle cretinous dbx symbol name continuation! */
2243 if ((*pp)[-1] == '\\' || (*pp)[-1] == '?')
2245 *pp = next_symbol_text (objfile);
2252 return (builtin_type_error);
2256 /* Read type information or a type definition; return the type. Even
2257 though this routine accepts either type information or a type
2258 definition, the distinction is relevant--some parts of stabsread.c
2259 assume that type information starts with a digit, '-', or '(' in
2260 deciding whether to call read_type. */
2263 read_type (register char **pp, struct objfile *objfile)
2265 register struct type *type = 0;
2268 char type_descriptor;
2270 /* Size in bits of type if specified by a type attribute, or -1 if
2271 there is no size attribute. */
2274 /* Used to distinguish string and bitstring from char-array and set. */
2277 /* Used to distinguish vector from array. */
2280 /* Read type number if present. The type number may be omitted.
2281 for instance in a two-dimensional array declared with type
2282 "ar1;1;10;ar1;1;10;4". */
2283 if ((**pp >= '0' && **pp <= '9')
2287 if (read_type_number (pp, typenums) != 0)
2288 return error_type (pp, objfile);
2290 /* Type is not being defined here. Either it already exists,
2291 or this is a forward reference to it. dbx_alloc_type handles
2294 return dbx_alloc_type (typenums, objfile);
2296 /* Type is being defined here. */
2298 Also skip the type descriptor - we get it below with (*pp)[-1]. */
2303 /* 'typenums=' not present, type is anonymous. Read and return
2304 the definition, but don't put it in the type vector. */
2305 typenums[0] = typenums[1] = -1;
2310 type_descriptor = (*pp)[-1];
2311 switch (type_descriptor)
2315 enum type_code code;
2317 /* Used to index through file_symbols. */
2318 struct pending *ppt;
2321 /* Name including "struct", etc. */
2325 char *from, *to, *p, *q1, *q2;
2327 /* Set the type code according to the following letter. */
2331 code = TYPE_CODE_STRUCT;
2334 code = TYPE_CODE_UNION;
2337 code = TYPE_CODE_ENUM;
2341 /* Complain and keep going, so compilers can invent new
2342 cross-reference types. */
2343 complaint (&symfile_complaints,
2344 "Unrecognized cross-reference type `%c'", (*pp)[0]);
2345 code = TYPE_CODE_STRUCT;
2350 q1 = strchr (*pp, '<');
2351 p = strchr (*pp, ':');
2353 return error_type (pp, objfile);
2354 if (q1 && p > q1 && p[1] == ':')
2356 int nesting_level = 0;
2357 for (q2 = q1; *q2; q2++)
2361 else if (*q2 == '>')
2363 else if (*q2 == ':' && nesting_level == 0)
2368 return error_type (pp, objfile);
2371 (char *) obstack_alloc (&objfile->type_obstack, p - *pp + 1);
2373 /* Copy the name. */
2379 /* Set the pointer ahead of the name which we just read, and
2384 /* Now check to see whether the type has already been
2385 declared. This was written for arrays of cross-referenced
2386 types before we had TYPE_CODE_TARGET_STUBBED, so I'm pretty
2387 sure it is not necessary anymore. But it might be a good
2388 idea, to save a little memory. */
2390 for (ppt = file_symbols; ppt; ppt = ppt->next)
2391 for (i = 0; i < ppt->nsyms; i++)
2393 struct symbol *sym = ppt->symbol[i];
2395 if (SYMBOL_CLASS (sym) == LOC_TYPEDEF
2396 && SYMBOL_NAMESPACE (sym) == STRUCT_NAMESPACE
2397 && (TYPE_CODE (SYMBOL_TYPE (sym)) == code)
2398 && STREQ (DEPRECATED_SYMBOL_NAME (sym), type_name))
2400 obstack_free (&objfile->type_obstack, type_name);
2401 type = SYMBOL_TYPE (sym);
2406 /* Didn't find the type to which this refers, so we must
2407 be dealing with a forward reference. Allocate a type
2408 structure for it, and keep track of it so we can
2409 fill in the rest of the fields when we get the full
2411 type = dbx_alloc_type (typenums, objfile);
2412 TYPE_CODE (type) = code;
2413 TYPE_TAG_NAME (type) = type_name;
2414 INIT_CPLUS_SPECIFIC (type);
2415 TYPE_FLAGS (type) |= TYPE_FLAG_STUB;
2417 add_undefined_type (type);
2421 case '-': /* RS/6000 built-in type */
2435 /* We deal with something like t(1,2)=(3,4)=... which
2436 the Lucid compiler and recent gcc versions (post 2.7.3) use. */
2438 /* Allocate and enter the typedef type first.
2439 This handles recursive types. */
2440 type = dbx_alloc_type (typenums, objfile);
2441 TYPE_CODE (type) = TYPE_CODE_TYPEDEF;
2443 struct type *xtype = read_type (pp, objfile);
2446 /* It's being defined as itself. That means it is "void". */
2447 TYPE_CODE (type) = TYPE_CODE_VOID;
2448 TYPE_LENGTH (type) = 1;
2450 else if (type_size >= 0 || is_string)
2452 /* This is the absolute wrong way to construct types. Every
2453 other debug format has found a way around this problem and
2454 the related problems with unnecessarily stubbed types;
2455 someone motivated should attempt to clean up the issue
2456 here as well. Once a type pointed to has been created it
2457 should not be modified.
2459 Well, it's not *absolutely* wrong. Constructing recursive
2460 types (trees, linked lists) necessarily entails modifying
2461 types after creating them. Constructing any loop structure
2462 entails side effects. The Dwarf 2 reader does handle this
2463 more gracefully (it never constructs more than once
2464 instance of a type object, so it doesn't have to copy type
2465 objects wholesale), but it still mutates type objects after
2466 other folks have references to them.
2468 Keep in mind that this circularity/mutation issue shows up
2469 at the source language level, too: C's "incomplete types",
2470 for example. So the proper cleanup, I think, would be to
2471 limit GDB's type smashing to match exactly those required
2472 by the source language. So GDB could have a
2473 "complete_this_type" function, but never create unnecessary
2474 copies of a type otherwise. */
2475 replace_type (type, xtype);
2476 TYPE_NAME (type) = NULL;
2477 TYPE_TAG_NAME (type) = NULL;
2481 TYPE_FLAGS (type) |= TYPE_FLAG_TARGET_STUB;
2482 TYPE_TARGET_TYPE (type) = xtype;
2487 /* In the following types, we must be sure to overwrite any existing
2488 type that the typenums refer to, rather than allocating a new one
2489 and making the typenums point to the new one. This is because there
2490 may already be pointers to the existing type (if it had been
2491 forward-referenced), and we must change it to a pointer, function,
2492 reference, or whatever, *in-place*. */
2494 case '*': /* Pointer to another type */
2495 type1 = read_type (pp, objfile);
2496 type = make_pointer_type (type1, dbx_lookup_type (typenums));
2499 case '&': /* Reference to another type */
2500 type1 = read_type (pp, objfile);
2501 type = make_reference_type (type1, dbx_lookup_type (typenums));
2504 case 'f': /* Function returning another type */
2505 type1 = read_type (pp, objfile);
2506 type = make_function_type (type1, dbx_lookup_type (typenums));
2509 case 'g': /* Prototyped function. (Sun) */
2511 /* Unresolved questions:
2513 - According to Sun's ``STABS Interface Manual'', for 'f'
2514 and 'F' symbol descriptors, a `0' in the argument type list
2515 indicates a varargs function. But it doesn't say how 'g'
2516 type descriptors represent that info. Someone with access
2517 to Sun's toolchain should try it out.
2519 - According to the comment in define_symbol (search for
2520 `process_prototype_types:'), Sun emits integer arguments as
2521 types which ref themselves --- like `void' types. Do we
2522 have to deal with that here, too? Again, someone with
2523 access to Sun's toolchain should try it out and let us
2526 const char *type_start = (*pp) - 1;
2527 struct type *return_type = read_type (pp, objfile);
2528 struct type *func_type
2529 = make_function_type (return_type, dbx_lookup_type (typenums));
2532 struct type_list *next;
2536 while (**pp && **pp != '#')
2538 struct type *arg_type = read_type (pp, objfile);
2539 struct type_list *new = alloca (sizeof (*new));
2540 new->type = arg_type;
2541 new->next = arg_types;
2549 complaint (&symfile_complaints,
2550 "Prototyped function type didn't end arguments with `#':\n%s",
2554 /* If there is just one argument whose type is `void', then
2555 that's just an empty argument list. */
2557 && ! arg_types->next
2558 && TYPE_CODE (arg_types->type) == TYPE_CODE_VOID)
2561 TYPE_FIELDS (func_type)
2562 = (struct field *) TYPE_ALLOC (func_type,
2563 num_args * sizeof (struct field));
2564 memset (TYPE_FIELDS (func_type), 0, num_args * sizeof (struct field));
2567 struct type_list *t;
2569 /* We stuck each argument type onto the front of the list
2570 when we read it, so the list is reversed. Build the
2571 fields array right-to-left. */
2572 for (t = arg_types, i = num_args - 1; t; t = t->next, i--)
2573 TYPE_FIELD_TYPE (func_type, i) = t->type;
2575 TYPE_NFIELDS (func_type) = num_args;
2576 TYPE_FLAGS (func_type) |= TYPE_FLAG_PROTOTYPED;
2582 case 'k': /* Const qualifier on some type (Sun) */
2583 type = read_type (pp, objfile);
2584 type = make_cv_type (1, TYPE_VOLATILE (type), type,
2585 dbx_lookup_type (typenums));
2588 case 'B': /* Volatile qual on some type (Sun) */
2589 type = read_type (pp, objfile);
2590 type = make_cv_type (TYPE_CONST (type), 1, type,
2591 dbx_lookup_type (typenums));
2595 if (isdigit (**pp) || **pp == '(' || **pp == '-')
2596 { /* Member (class & variable) type */
2597 /* FIXME -- we should be doing smash_to_XXX types here. */
2599 struct type *domain = read_type (pp, objfile);
2600 struct type *memtype;
2603 /* Invalid member type data format. */
2604 return error_type (pp, objfile);
2607 memtype = read_type (pp, objfile);
2608 type = dbx_alloc_type (typenums, objfile);
2609 smash_to_member_type (type, domain, memtype);
2612 /* type attribute */
2615 /* Skip to the semicolon. */
2616 while (**pp != ';' && **pp != '\0')
2619 return error_type (pp, objfile);
2621 ++ * pp; /* Skip the semicolon. */
2625 case 's': /* Size attribute */
2626 type_size = atoi (attr + 1);
2631 case 'S': /* String attribute */
2632 /* FIXME: check to see if following type is array? */
2636 case 'V': /* Vector attribute */
2637 /* FIXME: check to see if following type is array? */
2642 /* Ignore unrecognized type attributes, so future compilers
2643 can invent new ones. */
2651 case '#': /* Method (class & fn) type */
2652 if ((*pp)[0] == '#')
2654 /* We'll get the parameter types from the name. */
2655 struct type *return_type;
2658 return_type = read_type (pp, objfile);
2659 if (*(*pp)++ != ';')
2660 complaint (&symfile_complaints,
2661 "invalid (minimal) member type data format at symtab pos %d.",
2663 type = allocate_stub_method (return_type);
2664 if (typenums[0] != -1)
2665 *dbx_lookup_type (typenums) = type;
2669 struct type *domain = read_type (pp, objfile);
2670 struct type *return_type;
2675 /* Invalid member type data format. */
2676 return error_type (pp, objfile);
2680 return_type = read_type (pp, objfile);
2681 args = read_args (pp, ';', objfile, &nargs, &varargs);
2682 type = dbx_alloc_type (typenums, objfile);
2683 smash_to_method_type (type, domain, return_type, args,
2688 case 'r': /* Range type */
2689 type = read_range_type (pp, typenums, objfile);
2690 if (typenums[0] != -1)
2691 *dbx_lookup_type (typenums) = type;
2696 /* Sun ACC builtin int type */
2697 type = read_sun_builtin_type (pp, typenums, objfile);
2698 if (typenums[0] != -1)
2699 *dbx_lookup_type (typenums) = type;
2703 case 'R': /* Sun ACC builtin float type */
2704 type = read_sun_floating_type (pp, typenums, objfile);
2705 if (typenums[0] != -1)
2706 *dbx_lookup_type (typenums) = type;
2709 case 'e': /* Enumeration type */
2710 type = dbx_alloc_type (typenums, objfile);
2711 type = read_enum_type (pp, type, objfile);
2712 if (typenums[0] != -1)
2713 *dbx_lookup_type (typenums) = type;
2716 case 's': /* Struct type */
2717 case 'u': /* Union type */
2719 enum type_code type_code = TYPE_CODE_UNDEF;
2720 type = dbx_alloc_type (typenums, objfile);
2721 switch (type_descriptor)
2724 type_code = TYPE_CODE_STRUCT;
2727 type_code = TYPE_CODE_UNION;
2730 type = read_struct_type (pp, type, type_code, objfile);
2734 case 'a': /* Array type */
2736 return error_type (pp, objfile);
2739 type = dbx_alloc_type (typenums, objfile);
2740 type = read_array_type (pp, type, objfile);
2742 TYPE_CODE (type) = TYPE_CODE_STRING;
2744 TYPE_FLAGS (type) |= TYPE_FLAG_VECTOR;
2747 case 'S': /* Set or bitstring type */
2748 type1 = read_type (pp, objfile);
2749 type = create_set_type ((struct type *) NULL, type1);
2751 TYPE_CODE (type) = TYPE_CODE_BITSTRING;
2752 if (typenums[0] != -1)
2753 *dbx_lookup_type (typenums) = type;
2757 --*pp; /* Go back to the symbol in error */
2758 /* Particularly important if it was \0! */
2759 return error_type (pp, objfile);
2764 warning ("GDB internal error, type is NULL in stabsread.c\n");
2765 return error_type (pp, objfile);
2768 /* Size specified in a type attribute overrides any other size. */
2769 if (type_size != -1)
2770 TYPE_LENGTH (type) = (type_size + TARGET_CHAR_BIT - 1) / TARGET_CHAR_BIT;
2775 /* RS/6000 xlc/dbx combination uses a set of builtin types, starting from -1.
2776 Return the proper type node for a given builtin type number. */
2778 static struct type *
2779 rs6000_builtin_type (int typenum)
2781 /* We recognize types numbered from -NUMBER_RECOGNIZED to -1. */
2782 #define NUMBER_RECOGNIZED 34
2783 /* This includes an empty slot for type number -0. */
2784 static struct type *negative_types[NUMBER_RECOGNIZED + 1];
2785 struct type *rettype = NULL;
2787 if (typenum >= 0 || typenum < -NUMBER_RECOGNIZED)
2789 complaint (&symfile_complaints, "Unknown builtin type %d", typenum);
2790 return builtin_type_error;
2792 if (negative_types[-typenum] != NULL)
2793 return negative_types[-typenum];
2795 #if TARGET_CHAR_BIT != 8
2796 #error This code wrong for TARGET_CHAR_BIT not 8
2797 /* These definitions all assume that TARGET_CHAR_BIT is 8. I think
2798 that if that ever becomes not true, the correct fix will be to
2799 make the size in the struct type to be in bits, not in units of
2806 /* The size of this and all the other types are fixed, defined
2807 by the debugging format. If there is a type called "int" which
2808 is other than 32 bits, then it should use a new negative type
2809 number (or avoid negative type numbers for that case).
2810 See stabs.texinfo. */
2811 rettype = init_type (TYPE_CODE_INT, 4, 0, "int", NULL);
2814 rettype = init_type (TYPE_CODE_INT, 1, 0, "char", NULL);
2817 rettype = init_type (TYPE_CODE_INT, 2, 0, "short", NULL);
2820 rettype = init_type (TYPE_CODE_INT, 4, 0, "long", NULL);
2823 rettype = init_type (TYPE_CODE_INT, 1, TYPE_FLAG_UNSIGNED,
2824 "unsigned char", NULL);
2827 rettype = init_type (TYPE_CODE_INT, 1, 0, "signed char", NULL);
2830 rettype = init_type (TYPE_CODE_INT, 2, TYPE_FLAG_UNSIGNED,
2831 "unsigned short", NULL);
2834 rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
2835 "unsigned int", NULL);
2838 rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
2841 rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
2842 "unsigned long", NULL);
2845 rettype = init_type (TYPE_CODE_VOID, 1, 0, "void", NULL);
2848 /* IEEE single precision (32 bit). */
2849 rettype = init_type (TYPE_CODE_FLT, 4, 0, "float", NULL);
2852 /* IEEE double precision (64 bit). */
2853 rettype = init_type (TYPE_CODE_FLT, 8, 0, "double", NULL);
2856 /* This is an IEEE double on the RS/6000, and different machines with
2857 different sizes for "long double" should use different negative
2858 type numbers. See stabs.texinfo. */
2859 rettype = init_type (TYPE_CODE_FLT, 8, 0, "long double", NULL);
2862 rettype = init_type (TYPE_CODE_INT, 4, 0, "integer", NULL);
2865 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED,
2869 rettype = init_type (TYPE_CODE_FLT, 4, 0, "short real", NULL);
2872 rettype = init_type (TYPE_CODE_FLT, 8, 0, "real", NULL);
2875 rettype = init_type (TYPE_CODE_ERROR, 0, 0, "stringptr", NULL);
2878 rettype = init_type (TYPE_CODE_CHAR, 1, TYPE_FLAG_UNSIGNED,
2882 rettype = init_type (TYPE_CODE_BOOL, 1, TYPE_FLAG_UNSIGNED,
2886 rettype = init_type (TYPE_CODE_BOOL, 2, TYPE_FLAG_UNSIGNED,
2890 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED,
2894 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED,
2898 /* Complex type consisting of two IEEE single precision values. */
2899 rettype = init_type (TYPE_CODE_COMPLEX, 8, 0, "complex", NULL);
2900 TYPE_TARGET_TYPE (rettype) = init_type (TYPE_CODE_FLT, 4, 0, "float",
2904 /* Complex type consisting of two IEEE double precision values. */
2905 rettype = init_type (TYPE_CODE_COMPLEX, 16, 0, "double complex", NULL);
2906 TYPE_TARGET_TYPE (rettype) = init_type (TYPE_CODE_FLT, 8, 0, "double",
2910 rettype = init_type (TYPE_CODE_INT, 1, 0, "integer*1", NULL);
2913 rettype = init_type (TYPE_CODE_INT, 2, 0, "integer*2", NULL);
2916 rettype = init_type (TYPE_CODE_INT, 4, 0, "integer*4", NULL);
2919 rettype = init_type (TYPE_CODE_CHAR, 2, 0, "wchar", NULL);
2922 rettype = init_type (TYPE_CODE_INT, 8, 0, "long long", NULL);
2925 rettype = init_type (TYPE_CODE_INT, 8, TYPE_FLAG_UNSIGNED,
2926 "unsigned long long", NULL);
2929 rettype = init_type (TYPE_CODE_INT, 8, TYPE_FLAG_UNSIGNED,
2933 rettype = init_type (TYPE_CODE_INT, 8, 0, "integer*8", NULL);
2936 negative_types[-typenum] = rettype;
2940 /* This page contains subroutines of read_type. */
2942 /* Replace *OLD_NAME with the method name portion of PHYSNAME. */
2945 update_method_name_from_physname (char **old_name, char *physname)
2949 method_name = method_name_from_physname (physname);
2951 if (method_name == NULL)
2953 complaint (&symfile_complaints,
2954 "Method has bad physname %s\n", physname);
2958 if (strcmp (*old_name, method_name) != 0)
2961 *old_name = method_name;
2964 xfree (method_name);
2967 /* Read member function stabs info for C++ classes. The form of each member
2970 NAME :: TYPENUM[=type definition] ARGS : PHYSNAME ;
2972 An example with two member functions is:
2974 afunc1::20=##15;:i;2A.;afunc2::20:i;2A.;
2976 For the case of overloaded operators, the format is op$::*.funcs, where
2977 $ is the CPLUS_MARKER (usually '$'), `*' holds the place for an operator
2978 name (such as `+=') and `.' marks the end of the operator name.
2980 Returns 1 for success, 0 for failure. */
2983 read_member_functions (struct field_info *fip, char **pp, struct type *type,
2984 struct objfile *objfile)
2988 /* Total number of member functions defined in this class. If the class
2989 defines two `f' functions, and one `g' function, then this will have
2991 int total_length = 0;
2995 struct next_fnfield *next;
2996 struct fn_field fn_field;
2999 struct type *look_ahead_type;
3000 struct next_fnfieldlist *new_fnlist;
3001 struct next_fnfield *new_sublist;
3005 /* Process each list until we find something that is not a member function
3006 or find the end of the functions. */
3010 /* We should be positioned at the start of the function name.
3011 Scan forward to find the first ':' and if it is not the
3012 first of a "::" delimiter, then this is not a member function. */
3024 look_ahead_type = NULL;
3027 new_fnlist = (struct next_fnfieldlist *)
3028 xmalloc (sizeof (struct next_fnfieldlist));
3029 make_cleanup (xfree, new_fnlist);
3030 memset (new_fnlist, 0, sizeof (struct next_fnfieldlist));
3032 if ((*pp)[0] == 'o' && (*pp)[1] == 'p' && is_cplus_marker ((*pp)[2]))
3034 /* This is a completely wierd case. In order to stuff in the
3035 names that might contain colons (the usual name delimiter),
3036 Mike Tiemann defined a different name format which is
3037 signalled if the identifier is "op$". In that case, the
3038 format is "op$::XXXX." where XXXX is the name. This is
3039 used for names like "+" or "=". YUUUUUUUK! FIXME! */
3040 /* This lets the user type "break operator+".
3041 We could just put in "+" as the name, but that wouldn't
3043 static char opname[32] = "op$";
3044 char *o = opname + 3;
3046 /* Skip past '::'. */
3049 STABS_CONTINUE (pp, objfile);
3055 main_fn_name = savestring (opname, o - opname);
3061 main_fn_name = savestring (*pp, p - *pp);
3062 /* Skip past '::'. */
3065 new_fnlist->fn_fieldlist.name = main_fn_name;
3070 (struct next_fnfield *) xmalloc (sizeof (struct next_fnfield));
3071 make_cleanup (xfree, new_sublist);
3072 memset (new_sublist, 0, sizeof (struct next_fnfield));
3074 /* Check for and handle cretinous dbx symbol name continuation! */
3075 if (look_ahead_type == NULL)
3078 STABS_CONTINUE (pp, objfile);
3080 new_sublist->fn_field.type = read_type (pp, objfile);
3083 /* Invalid symtab info for member function. */
3089 /* g++ version 1 kludge */
3090 new_sublist->fn_field.type = look_ahead_type;
3091 look_ahead_type = NULL;
3101 /* If this is just a stub, then we don't have the real name here. */
3103 if (TYPE_STUB (new_sublist->fn_field.type))
3105 if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type))
3106 TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type;
3107 new_sublist->fn_field.is_stub = 1;
3109 new_sublist->fn_field.physname = savestring (*pp, p - *pp);
3112 /* Set this member function's visibility fields. */
3115 case VISIBILITY_PRIVATE:
3116 new_sublist->fn_field.is_private = 1;
3118 case VISIBILITY_PROTECTED:
3119 new_sublist->fn_field.is_protected = 1;
3123 STABS_CONTINUE (pp, objfile);
3126 case 'A': /* Normal functions. */
3127 new_sublist->fn_field.is_const = 0;
3128 new_sublist->fn_field.is_volatile = 0;
3131 case 'B': /* `const' member functions. */
3132 new_sublist->fn_field.is_const = 1;
3133 new_sublist->fn_field.is_volatile = 0;
3136 case 'C': /* `volatile' member function. */
3137 new_sublist->fn_field.is_const = 0;
3138 new_sublist->fn_field.is_volatile = 1;
3141 case 'D': /* `const volatile' member function. */
3142 new_sublist->fn_field.is_const = 1;
3143 new_sublist->fn_field.is_volatile = 1;
3146 case '*': /* File compiled with g++ version 1 -- no info */
3151 complaint (&symfile_complaints,
3152 "const/volatile indicator missing, got '%c'", **pp);
3161 /* virtual member function, followed by index.
3162 The sign bit is set to distinguish pointers-to-methods
3163 from virtual function indicies. Since the array is
3164 in words, the quantity must be shifted left by 1
3165 on 16 bit machine, and by 2 on 32 bit machine, forcing
3166 the sign bit out, and usable as a valid index into
3167 the array. Remove the sign bit here. */
3168 new_sublist->fn_field.voffset =
3169 (0x7fffffff & read_huge_number (pp, ';', &nbits)) + 2;
3173 STABS_CONTINUE (pp, objfile);
3174 if (**pp == ';' || **pp == '\0')
3176 /* Must be g++ version 1. */
3177 new_sublist->fn_field.fcontext = 0;
3181 /* Figure out from whence this virtual function came.
3182 It may belong to virtual function table of
3183 one of its baseclasses. */
3184 look_ahead_type = read_type (pp, objfile);
3187 /* g++ version 1 overloaded methods. */
3191 new_sublist->fn_field.fcontext = look_ahead_type;
3200 look_ahead_type = NULL;
3206 /* static member function. */
3208 int slen = strlen (main_fn_name);
3210 new_sublist->fn_field.voffset = VOFFSET_STATIC;
3212 /* For static member functions, we can't tell if they
3213 are stubbed, as they are put out as functions, and not as
3215 GCC v2 emits the fully mangled name if
3216 dbxout.c:flag_minimal_debug is not set, so we have to
3217 detect a fully mangled physname here and set is_stub
3218 accordingly. Fully mangled physnames in v2 start with
3219 the member function name, followed by two underscores.
3220 GCC v3 currently always emits stubbed member functions,
3221 but with fully mangled physnames, which start with _Z. */
3222 if (!(strncmp (new_sublist->fn_field.physname,
3223 main_fn_name, slen) == 0
3224 && new_sublist->fn_field.physname[slen] == '_'
3225 && new_sublist->fn_field.physname[slen + 1] == '_'))
3227 new_sublist->fn_field.is_stub = 1;
3234 complaint (&symfile_complaints,
3235 "member function type missing, got '%c'", (*pp)[-1]);
3236 /* Fall through into normal member function. */
3239 /* normal member function. */
3240 new_sublist->fn_field.voffset = 0;
3241 new_sublist->fn_field.fcontext = 0;
3245 new_sublist->next = sublist;
3246 sublist = new_sublist;
3248 STABS_CONTINUE (pp, objfile);
3250 while (**pp != ';' && **pp != '\0');
3253 STABS_CONTINUE (pp, objfile);
3255 /* Skip GCC 3.X member functions which are duplicates of the callable
3256 constructor/destructor. */
3257 if (strcmp (main_fn_name, "__base_ctor") == 0
3258 || strcmp (main_fn_name, "__base_dtor") == 0
3259 || strcmp (main_fn_name, "__deleting_dtor") == 0)
3261 xfree (main_fn_name);
3266 int has_destructor = 0, has_other = 0;
3268 struct next_fnfield *tmp_sublist;
3270 /* Various versions of GCC emit various mostly-useless
3271 strings in the name field for special member functions.
3273 For stub methods, we need to defer correcting the name
3274 until we are ready to unstub the method, because the current
3275 name string is used by gdb_mangle_name. The only stub methods
3276 of concern here are GNU v2 operators; other methods have their
3277 names correct (see caveat below).
3279 For non-stub methods, in GNU v3, we have a complete physname.
3280 Therefore we can safely correct the name now. This primarily
3281 affects constructors and destructors, whose name will be
3282 __comp_ctor or __comp_dtor instead of Foo or ~Foo. Cast
3283 operators will also have incorrect names; for instance,
3284 "operator int" will be named "operator i" (i.e. the type is
3287 For non-stub methods in GNU v2, we have no easy way to
3288 know if we have a complete physname or not. For most
3289 methods the result depends on the platform (if CPLUS_MARKER
3290 can be `$' or `.', it will use minimal debug information, or
3291 otherwise the full physname will be included).
3293 Rather than dealing with this, we take a different approach.
3294 For v3 mangled names, we can use the full physname; for v2,
3295 we use cplus_demangle_opname (which is actually v2 specific),
3296 because the only interesting names are all operators - once again
3297 barring the caveat below. Skip this process if any method in the
3298 group is a stub, to prevent our fouling up the workings of
3301 The caveat: GCC 2.95.x (and earlier?) put constructors and
3302 destructors in the same method group. We need to split this
3303 into two groups, because they should have different names.
3304 So for each method group we check whether it contains both
3305 routines whose physname appears to be a destructor (the physnames
3306 for and destructors are always provided, due to quirks in v2
3307 mangling) and routines whose physname does not appear to be a
3308 destructor. If so then we break up the list into two halves.
3309 Even if the constructors and destructors aren't in the same group
3310 the destructor will still lack the leading tilde, so that also
3313 So, to summarize what we expect and handle here:
3315 Given Given Real Real Action
3316 method name physname physname method name
3318 __opi [none] __opi__3Foo operator int opname
3320 Foo _._3Foo _._3Foo ~Foo separate and
3322 operator i _ZN3FoocviEv _ZN3FoocviEv operator int demangle
3323 __comp_ctor _ZN3FooC1ERKS_ _ZN3FooC1ERKS_ Foo demangle
3326 tmp_sublist = sublist;
3327 while (tmp_sublist != NULL)
3329 if (tmp_sublist->fn_field.is_stub)
3331 if (tmp_sublist->fn_field.physname[0] == '_'
3332 && tmp_sublist->fn_field.physname[1] == 'Z')
3335 if (is_destructor_name (tmp_sublist->fn_field.physname))
3340 tmp_sublist = tmp_sublist->next;
3343 if (has_destructor && has_other)
3345 struct next_fnfieldlist *destr_fnlist;
3346 struct next_fnfield *last_sublist;
3348 /* Create a new fn_fieldlist for the destructors. */
3350 destr_fnlist = (struct next_fnfieldlist *)
3351 xmalloc (sizeof (struct next_fnfieldlist));
3352 make_cleanup (xfree, destr_fnlist);
3353 memset (destr_fnlist, 0, sizeof (struct next_fnfieldlist));
3354 destr_fnlist->fn_fieldlist.name
3355 = obconcat (&objfile->type_obstack, "", "~",
3356 new_fnlist->fn_fieldlist.name);
3358 destr_fnlist->fn_fieldlist.fn_fields = (struct fn_field *)
3359 obstack_alloc (&objfile->type_obstack,
3360 sizeof (struct fn_field) * has_destructor);
3361 memset (destr_fnlist->fn_fieldlist.fn_fields, 0,
3362 sizeof (struct fn_field) * has_destructor);
3363 tmp_sublist = sublist;
3364 last_sublist = NULL;
3366 while (tmp_sublist != NULL)
3368 if (!is_destructor_name (tmp_sublist->fn_field.physname))
3370 tmp_sublist = tmp_sublist->next;
3374 destr_fnlist->fn_fieldlist.fn_fields[i++]
3375 = tmp_sublist->fn_field;
3377 last_sublist->next = tmp_sublist->next;
3379 sublist = tmp_sublist->next;
3380 last_sublist = tmp_sublist;
3381 tmp_sublist = tmp_sublist->next;
3384 destr_fnlist->fn_fieldlist.length = has_destructor;
3385 destr_fnlist->next = fip->fnlist;
3386 fip->fnlist = destr_fnlist;
3388 total_length += has_destructor;
3389 length -= has_destructor;
3393 /* v3 mangling prevents the use of abbreviated physnames,
3394 so we can do this here. There are stubbed methods in v3
3396 - in -gstabs instead of -gstabs+
3397 - or for static methods, which are output as a function type
3398 instead of a method type. */
3400 update_method_name_from_physname (&new_fnlist->fn_fieldlist.name,
3401 sublist->fn_field.physname);
3403 else if (has_destructor && new_fnlist->fn_fieldlist.name[0] != '~')
3405 new_fnlist->fn_fieldlist.name = concat ("~", main_fn_name, NULL);
3406 xfree (main_fn_name);
3410 char dem_opname[256];
3412 ret = cplus_demangle_opname (new_fnlist->fn_fieldlist.name,
3413 dem_opname, DMGL_ANSI);
3415 ret = cplus_demangle_opname (new_fnlist->fn_fieldlist.name,
3418 new_fnlist->fn_fieldlist.name
3419 = obsavestring (dem_opname, strlen (dem_opname),
3420 &objfile->type_obstack);
3423 new_fnlist->fn_fieldlist.fn_fields = (struct fn_field *)
3424 obstack_alloc (&objfile->type_obstack,
3425 sizeof (struct fn_field) * length);
3426 memset (new_fnlist->fn_fieldlist.fn_fields, 0,
3427 sizeof (struct fn_field) * length);
3428 for (i = length; (i--, sublist); sublist = sublist->next)
3430 new_fnlist->fn_fieldlist.fn_fields[i] = sublist->fn_field;
3433 new_fnlist->fn_fieldlist.length = length;
3434 new_fnlist->next = fip->fnlist;
3435 fip->fnlist = new_fnlist;
3437 total_length += length;
3443 ALLOCATE_CPLUS_STRUCT_TYPE (type);
3444 TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
3445 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields);
3446 memset (TYPE_FN_FIELDLISTS (type), 0,
3447 sizeof (struct fn_fieldlist) * nfn_fields);
3448 TYPE_NFN_FIELDS (type) = nfn_fields;
3449 TYPE_NFN_FIELDS_TOTAL (type) = total_length;
3455 /* Special GNU C++ name.
3457 Returns 1 for success, 0 for failure. "failure" means that we can't
3458 keep parsing and it's time for error_type(). */
3461 read_cpp_abbrev (struct field_info *fip, char **pp, struct type *type,
3462 struct objfile *objfile)
3467 struct type *context;
3477 /* At this point, *pp points to something like "22:23=*22...",
3478 where the type number before the ':' is the "context" and
3479 everything after is a regular type definition. Lookup the
3480 type, find it's name, and construct the field name. */
3482 context = read_type (pp, objfile);
3486 case 'f': /* $vf -- a virtual function table pointer */
3487 name = type_name_no_tag (context);
3492 fip->list->field.name =
3493 obconcat (&objfile->type_obstack, vptr_name, name, "");
3496 case 'b': /* $vb -- a virtual bsomethingorother */
3497 name = type_name_no_tag (context);
3500 complaint (&symfile_complaints,
3501 "C++ abbreviated type name unknown at symtab pos %d",
3505 fip->list->field.name =
3506 obconcat (&objfile->type_obstack, vb_name, name, "");
3510 invalid_cpp_abbrev_complaint (*pp);
3511 fip->list->field.name =
3512 obconcat (&objfile->type_obstack,
3513 "INVALID_CPLUSPLUS_ABBREV", "", "");
3517 /* At this point, *pp points to the ':'. Skip it and read the
3523 invalid_cpp_abbrev_complaint (*pp);
3526 fip->list->field.type = read_type (pp, objfile);
3528 (*pp)++; /* Skip the comma. */
3534 FIELD_BITPOS (fip->list->field) = read_huge_number (pp, ';', &nbits);
3538 /* This field is unpacked. */
3539 FIELD_BITSIZE (fip->list->field) = 0;
3540 fip->list->visibility = VISIBILITY_PRIVATE;
3544 invalid_cpp_abbrev_complaint (*pp);
3545 /* We have no idea what syntax an unrecognized abbrev would have, so
3546 better return 0. If we returned 1, we would need to at least advance
3547 *pp to avoid an infinite loop. */
3554 read_one_struct_field (struct field_info *fip, char **pp, char *p,
3555 struct type *type, struct objfile *objfile)
3557 #if 0 /* OBSOLETE CFront */
3558 // OBSOLETE /* The following is code to work around cfront generated stabs.
3559 // OBSOLETE The stabs contains full mangled name for each field.
3560 // OBSOLETE We try to demangle the name and extract the field name out of it.
3562 // OBSOLETE if (ARM_DEMANGLING && current_subfile->language == language_cplus)
3564 // OBSOLETE char save_p;
3565 // OBSOLETE char *dem, *dem_p;
3566 // OBSOLETE save_p = *p;
3567 // OBSOLETE *p = '\0';
3568 // OBSOLETE dem = cplus_demangle (*pp, DMGL_ANSI | DMGL_PARAMS);
3569 // OBSOLETE if (dem != NULL)
3571 // OBSOLETE dem_p = strrchr (dem, ':');
3572 // OBSOLETE if (dem_p != 0 && *(dem_p - 1) == ':')
3573 // OBSOLETE dem_p++;
3574 // OBSOLETE FIELD_NAME (fip->list->field) =
3575 // OBSOLETE obsavestring (dem_p, strlen (dem_p), &objfile->type_obstack);
3579 // OBSOLETE FIELD_NAME (fip->list->field) =
3580 // OBSOLETE obsavestring (*pp, p - *pp, &objfile->type_obstack);
3582 // OBSOLETE *p = save_p;
3584 // OBSOLETE /* end of code for cfront work around */
3587 #endif /* OBSOLETE CFront */
3588 fip->list->field.name =
3589 obsavestring (*pp, p - *pp, &objfile->type_obstack);
3592 /* This means we have a visibility for a field coming. */
3596 fip->list->visibility = *(*pp)++;
3600 /* normal dbx-style format, no explicit visibility */
3601 fip->list->visibility = VISIBILITY_PUBLIC;
3604 fip->list->field.type = read_type (pp, objfile);
3609 /* Possible future hook for nested types. */
3612 fip->list->field.bitpos = (long) -2; /* nested type */
3622 /* Static class member. */
3623 SET_FIELD_PHYSNAME (fip->list->field, savestring (*pp, p - *pp));
3627 else if (**pp != ',')
3629 /* Bad structure-type format. */
3630 stabs_general_complaint ("bad structure-type format");
3634 (*pp)++; /* Skip the comma. */
3638 FIELD_BITPOS (fip->list->field) = read_huge_number (pp, ',', &nbits);
3641 stabs_general_complaint ("bad structure-type format");
3644 FIELD_BITSIZE (fip->list->field) = read_huge_number (pp, ';', &nbits);
3647 stabs_general_complaint ("bad structure-type format");
3652 if (FIELD_BITPOS (fip->list->field) == 0
3653 && FIELD_BITSIZE (fip->list->field) == 0)
3655 /* This can happen in two cases: (1) at least for gcc 2.4.5 or so,
3656 it is a field which has been optimized out. The correct stab for
3657 this case is to use VISIBILITY_IGNORE, but that is a recent
3658 invention. (2) It is a 0-size array. For example
3659 union { int num; char str[0]; } foo. Printing "<no value>" for
3660 str in "p foo" is OK, since foo.str (and thus foo.str[3])
3661 will continue to work, and a 0-size array as a whole doesn't
3662 have any contents to print.
3664 I suspect this probably could also happen with gcc -gstabs (not
3665 -gstabs+) for static fields, and perhaps other C++ extensions.
3666 Hopefully few people use -gstabs with gdb, since it is intended
3667 for dbx compatibility. */
3669 /* Ignore this field. */
3670 fip->list->visibility = VISIBILITY_IGNORE;
3674 /* Detect an unpacked field and mark it as such.
3675 dbx gives a bit size for all fields.
3676 Note that forward refs cannot be packed,
3677 and treat enums as if they had the width of ints. */
3679 struct type *field_type = check_typedef (FIELD_TYPE (fip->list->field));
3681 if (TYPE_CODE (field_type) != TYPE_CODE_INT
3682 && TYPE_CODE (field_type) != TYPE_CODE_RANGE
3683 && TYPE_CODE (field_type) != TYPE_CODE_BOOL
3684 && TYPE_CODE (field_type) != TYPE_CODE_ENUM)
3686 FIELD_BITSIZE (fip->list->field) = 0;
3688 if ((FIELD_BITSIZE (fip->list->field)
3689 == TARGET_CHAR_BIT * TYPE_LENGTH (field_type)
3690 || (TYPE_CODE (field_type) == TYPE_CODE_ENUM
3691 && FIELD_BITSIZE (fip->list->field) == TARGET_INT_BIT)
3694 FIELD_BITPOS (fip->list->field) % 8 == 0)
3696 FIELD_BITSIZE (fip->list->field) = 0;
3702 /* Read struct or class data fields. They have the form:
3704 NAME : [VISIBILITY] TYPENUM , BITPOS , BITSIZE ;
3706 At the end, we see a semicolon instead of a field.
3708 In C++, this may wind up being NAME:?TYPENUM:PHYSNAME; for
3711 The optional VISIBILITY is one of:
3713 '/0' (VISIBILITY_PRIVATE)
3714 '/1' (VISIBILITY_PROTECTED)
3715 '/2' (VISIBILITY_PUBLIC)
3716 '/9' (VISIBILITY_IGNORE)
3718 or nothing, for C style fields with public visibility.
3720 Returns 1 for success, 0 for failure. */
3723 read_struct_fields (struct field_info *fip, char **pp, struct type *type,
3724 struct objfile *objfile)
3727 struct nextfield *new;
3729 /* We better set p right now, in case there are no fields at all... */
3733 /* Read each data member type until we find the terminating ';' at the end of
3734 the data member list, or break for some other reason such as finding the
3735 start of the member function list. */
3736 /* Stab string for structure/union does not end with two ';' in
3737 SUN C compiler 5.3 i.e. F6U2, hence check for end of string. */
3739 while (**pp != ';' && **pp != '\0')
3741 STABS_CONTINUE (pp, objfile);
3742 /* Get space to record the next field's data. */
3743 new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
3744 make_cleanup (xfree, new);
3745 memset (new, 0, sizeof (struct nextfield));
3746 new->next = fip->list;
3749 /* Get the field name. */
3752 /* If is starts with CPLUS_MARKER it is a special abbreviation,
3753 unless the CPLUS_MARKER is followed by an underscore, in
3754 which case it is just the name of an anonymous type, which we
3755 should handle like any other type name. */
3757 if (is_cplus_marker (p[0]) && p[1] != '_')
3759 if (!read_cpp_abbrev (fip, pp, type, objfile))
3764 /* Look for the ':' that separates the field name from the field
3765 values. Data members are delimited by a single ':', while member
3766 functions are delimited by a pair of ':'s. When we hit the member
3767 functions (if any), terminate scan loop and return. */
3769 while (*p != ':' && *p != '\0')
3776 /* Check to see if we have hit the member functions yet. */
3781 read_one_struct_field (fip, pp, p, type, objfile);
3783 if (p[0] == ':' && p[1] == ':')
3785 /* (the deleted) chill the list of fields: the last entry (at
3786 the head) is a partially constructed entry which we now
3788 fip->list = fip->list->next;
3793 /* The stabs for C++ derived classes contain baseclass information which
3794 is marked by a '!' character after the total size. This function is
3795 called when we encounter the baseclass marker, and slurps up all the
3796 baseclass information.
3798 Immediately following the '!' marker is the number of base classes that
3799 the class is derived from, followed by information for each base class.
3800 For each base class, there are two visibility specifiers, a bit offset
3801 to the base class information within the derived class, a reference to
3802 the type for the base class, and a terminating semicolon.
3804 A typical example, with two base classes, would be "!2,020,19;0264,21;".
3806 Baseclass information marker __________________|| | | | | | |
3807 Number of baseclasses __________________________| | | | | | |
3808 Visibility specifiers (2) ________________________| | | | | |
3809 Offset in bits from start of class _________________| | | | |
3810 Type number for base class ___________________________| | | |
3811 Visibility specifiers (2) _______________________________| | |
3812 Offset in bits from start of class ________________________| |
3813 Type number of base class ____________________________________|
3815 Return 1 for success, 0 for (error-type-inducing) failure. */
3821 read_baseclasses (struct field_info *fip, char **pp, struct type *type,
3822 struct objfile *objfile)
3825 struct nextfield *new;
3833 /* Skip the '!' baseclass information marker. */
3837 ALLOCATE_CPLUS_STRUCT_TYPE (type);
3840 TYPE_N_BASECLASSES (type) = read_huge_number (pp, ',', &nbits);
3846 /* Some stupid compilers have trouble with the following, so break
3847 it up into simpler expressions. */
3848 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *)
3849 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type)));
3852 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type));
3855 pointer = (char *) TYPE_ALLOC (type, num_bytes);
3856 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) pointer;
3860 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), TYPE_N_BASECLASSES (type));
3862 for (i = 0; i < TYPE_N_BASECLASSES (type); i++)
3864 new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
3865 make_cleanup (xfree, new);
3866 memset (new, 0, sizeof (struct nextfield));
3867 new->next = fip->list;
3869 FIELD_BITSIZE (new->field) = 0; /* this should be an unpacked field! */
3871 STABS_CONTINUE (pp, objfile);
3875 /* Nothing to do. */
3878 SET_TYPE_FIELD_VIRTUAL (type, i);
3881 /* Unknown character. Complain and treat it as non-virtual. */
3883 complaint (&symfile_complaints,
3884 "Unknown virtual character `%c' for baseclass", **pp);
3889 new->visibility = *(*pp)++;
3890 switch (new->visibility)
3892 case VISIBILITY_PRIVATE:
3893 case VISIBILITY_PROTECTED:
3894 case VISIBILITY_PUBLIC:
3897 /* Bad visibility format. Complain and treat it as
3900 complaint (&symfile_complaints,
3901 "Unknown visibility `%c' for baseclass",
3903 new->visibility = VISIBILITY_PUBLIC;
3910 /* The remaining value is the bit offset of the portion of the object
3911 corresponding to this baseclass. Always zero in the absence of
3912 multiple inheritance. */
3914 FIELD_BITPOS (new->field) = read_huge_number (pp, ',', &nbits);
3919 /* The last piece of baseclass information is the type of the
3920 base class. Read it, and remember it's type name as this
3923 new->field.type = read_type (pp, objfile);
3924 new->field.name = type_name_no_tag (new->field.type);
3926 /* skip trailing ';' and bump count of number of fields seen */
3935 /* The tail end of stabs for C++ classes that contain a virtual function
3936 pointer contains a tilde, a %, and a type number.
3937 The type number refers to the base class (possibly this class itself) which
3938 contains the vtable pointer for the current class.
3940 This function is called when we have parsed all the method declarations,
3941 so we can look for the vptr base class info. */
3944 read_tilde_fields (struct field_info *fip, char **pp, struct type *type,
3945 struct objfile *objfile)
3949 STABS_CONTINUE (pp, objfile);
3951 /* If we are positioned at a ';', then skip it. */
3961 if (**pp == '=' || **pp == '+' || **pp == '-')
3963 /* Obsolete flags that used to indicate the presence
3964 of constructors and/or destructors. */
3968 /* Read either a '%' or the final ';'. */
3969 if (*(*pp)++ == '%')
3971 /* The next number is the type number of the base class
3972 (possibly our own class) which supplies the vtable for
3973 this class. Parse it out, and search that class to find
3974 its vtable pointer, and install those into TYPE_VPTR_BASETYPE
3975 and TYPE_VPTR_FIELDNO. */
3980 t = read_type (pp, objfile);
3982 while (*p != '\0' && *p != ';')
3988 /* Premature end of symbol. */
3992 TYPE_VPTR_BASETYPE (type) = t;
3993 if (type == t) /* Our own class provides vtbl ptr */
3995 for (i = TYPE_NFIELDS (t) - 1;
3996 i >= TYPE_N_BASECLASSES (t);
3999 char *name = TYPE_FIELD_NAME (t, i);
4000 if (!strncmp (name, vptr_name, sizeof (vptr_name) - 2)
4001 && is_cplus_marker (name[sizeof (vptr_name) - 2]))
4003 TYPE_VPTR_FIELDNO (type) = i;
4007 /* Virtual function table field not found. */
4008 complaint (&symfile_complaints,
4009 "virtual function table pointer not found when defining class `%s'",
4015 TYPE_VPTR_FIELDNO (type) = TYPE_VPTR_FIELDNO (t);
4026 attach_fn_fields_to_type (struct field_info *fip, register struct type *type)
4030 for (n = TYPE_NFN_FIELDS (type);
4031 fip->fnlist != NULL;
4032 fip->fnlist = fip->fnlist->next)
4034 --n; /* Circumvent Sun3 compiler bug */
4035 TYPE_FN_FIELDLISTS (type)[n] = fip->fnlist->fn_fieldlist;
4040 #if 0 /* OBSOLETE CFront */
4041 // OBSOLETE /* read cfront class static data.
4042 // OBSOLETE pp points to string starting with the list of static data
4043 // OBSOLETE eg: A:ZcA;1@Bpub v2@Bvirpri;__ct__1AFv func__1AFv *sfunc__1AFv ;as__1A ;;
4044 // OBSOLETE ^^^^^^^^
4046 // OBSOLETE A:ZcA;;foopri__1AFv foopro__1AFv __ct__1AFv __ct__1AFRC1A foopub__1AFv ;;;
4050 // OBSOLETE static int
4051 // OBSOLETE read_cfront_static_fields (struct field_info *fip, char **pp, struct type *type,
4052 // OBSOLETE struct objfile *objfile)
4054 // OBSOLETE struct nextfield *new;
4055 // OBSOLETE struct type *stype;
4056 // OBSOLETE char *sname;
4057 // OBSOLETE struct symbol *ref_static = 0;
4059 // OBSOLETE if (**pp == ';') /* no static data; return */
4061 // OBSOLETE ++(*pp);
4062 // OBSOLETE return 1;
4065 // OBSOLETE /* Process each field in the list until we find the terminating ";" */
4067 // OBSOLETE /* eg: p = "as__1A ;;;" */
4068 // OBSOLETE STABS_CONTINUE (pp, objfile); /* handle \\ */
4069 // OBSOLETE while (**pp != ';' && (sname = get_substring (pp, ' '), sname))
4071 // OBSOLETE ref_static = lookup_symbol (sname, 0, VAR_NAMESPACE, 0, 0); /*demangled_name */
4072 // OBSOLETE if (!ref_static)
4074 // OBSOLETE complaint (&symfile_complaints,
4075 // OBSOLETE "Unable to find symbol for static data field %s", sname);
4076 // OBSOLETE continue;
4078 // OBSOLETE stype = SYMBOL_TYPE (ref_static);
4080 // OBSOLETE /* allocate a new fip */
4081 // OBSOLETE new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
4082 // OBSOLETE make_cleanup (xfree, new);
4083 // OBSOLETE memset (new, 0, sizeof (struct nextfield));
4084 // OBSOLETE new->next = fip->list;
4085 // OBSOLETE fip->list = new;
4087 // OBSOLETE /* set visibility */
4088 // OBSOLETE /* FIXME! no way to tell visibility from stabs??? */
4089 // OBSOLETE new->visibility = VISIBILITY_PUBLIC;
4091 // OBSOLETE /* set field info into fip */
4092 // OBSOLETE fip->list->field.type = stype;
4094 // OBSOLETE /* set bitpos & bitsize */
4095 // OBSOLETE SET_FIELD_PHYSNAME (fip->list->field, savestring (sname, strlen (sname)));
4097 // OBSOLETE /* set name field */
4098 // OBSOLETE /* The following is code to work around cfront generated stabs.
4099 // OBSOLETE The stabs contains full mangled name for each field.
4100 // OBSOLETE We try to demangle the name and extract the field name out of it.
4102 // OBSOLETE if (ARM_DEMANGLING)
4104 // OBSOLETE char *dem, *dem_p;
4105 // OBSOLETE dem = cplus_demangle (sname, DMGL_ANSI | DMGL_PARAMS);
4106 // OBSOLETE if (dem != NULL)
4108 // OBSOLETE dem_p = strrchr (dem, ':');
4109 // OBSOLETE if (dem_p != 0 && *(dem_p - 1) == ':')
4110 // OBSOLETE dem_p++;
4111 // OBSOLETE fip->list->field.name =
4112 // OBSOLETE obsavestring (dem_p, strlen (dem_p), &objfile->type_obstack);
4116 // OBSOLETE fip->list->field.name =
4117 // OBSOLETE obsavestring (sname, strlen (sname), &objfile->type_obstack);
4119 // OBSOLETE } /* end of code for cfront work around */
4120 // OBSOLETE } /* loop again for next static field */
4121 // OBSOLETE return 1;
4124 // OBSOLETE /* Copy structure fields to fip so attach_fields_to_type will work.
4125 // OBSOLETE type has already been created with the initial instance data fields.
4126 // OBSOLETE Now we want to be able to add the other members to the class,
4127 // OBSOLETE so we want to add them back to the fip and reattach them again
4128 // OBSOLETE once we have collected all the class members. */
4130 // OBSOLETE static int
4131 // OBSOLETE copy_cfront_struct_fields (struct field_info *fip, struct type *type,
4132 // OBSOLETE struct objfile *objfile)
4134 // OBSOLETE int nfields = TYPE_NFIELDS (type);
4136 // OBSOLETE struct nextfield *new;
4138 // OBSOLETE /* Copy the fields into the list of fips and reset the types
4139 // OBSOLETE to remove the old fields */
4141 // OBSOLETE for (i = 0; i < nfields; i++)
4143 // OBSOLETE /* allocate a new fip */
4144 // OBSOLETE new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
4145 // OBSOLETE make_cleanup (xfree, new);
4146 // OBSOLETE memset (new, 0, sizeof (struct nextfield));
4147 // OBSOLETE new->next = fip->list;
4148 // OBSOLETE fip->list = new;
4150 // OBSOLETE /* copy field info into fip */
4151 // OBSOLETE new->field = TYPE_FIELD (type, i);
4152 // OBSOLETE /* set visibility */
4153 // OBSOLETE if (TYPE_FIELD_PROTECTED (type, i))
4154 // OBSOLETE new->visibility = VISIBILITY_PROTECTED;
4155 // OBSOLETE else if (TYPE_FIELD_PRIVATE (type, i))
4156 // OBSOLETE new->visibility = VISIBILITY_PRIVATE;
4158 // OBSOLETE new->visibility = VISIBILITY_PUBLIC;
4160 // OBSOLETE /* Now delete the fields from the type since we will be
4161 // OBSOLETE allocing new space once we get the rest of the fields
4162 // OBSOLETE in attach_fields_to_type.
4163 // OBSOLETE The pointer TYPE_FIELDS(type) is left dangling but should
4164 // OBSOLETE be freed later by objstack_free */
4165 // OBSOLETE TYPE_FIELDS (type) = 0;
4166 // OBSOLETE TYPE_NFIELDS (type) = 0;
4168 // OBSOLETE return 1;
4170 #endif /* OBSOLETE CFront */
4172 /* Create the vector of fields, and record how big it is.
4173 We need this info to record proper virtual function table information
4174 for this class's virtual functions. */
4177 attach_fields_to_type (struct field_info *fip, register struct type *type,
4178 struct objfile *objfile)
4180 register int nfields = 0;
4181 register int non_public_fields = 0;
4182 register struct nextfield *scan;
4184 /* Count up the number of fields that we have, as well as taking note of
4185 whether or not there are any non-public fields, which requires us to
4186 allocate and build the private_field_bits and protected_field_bits
4189 for (scan = fip->list; scan != NULL; scan = scan->next)
4192 if (scan->visibility != VISIBILITY_PUBLIC)
4194 non_public_fields++;
4198 /* Now we know how many fields there are, and whether or not there are any
4199 non-public fields. Record the field count, allocate space for the
4200 array of fields, and create blank visibility bitfields if necessary. */
4202 TYPE_NFIELDS (type) = nfields;
4203 TYPE_FIELDS (type) = (struct field *)
4204 TYPE_ALLOC (type, sizeof (struct field) * nfields);
4205 memset (TYPE_FIELDS (type), 0, sizeof (struct field) * nfields);
4207 if (non_public_fields)
4209 ALLOCATE_CPLUS_STRUCT_TYPE (type);
4211 TYPE_FIELD_PRIVATE_BITS (type) =
4212 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
4213 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields);
4215 TYPE_FIELD_PROTECTED_BITS (type) =
4216 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
4217 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields);
4219 TYPE_FIELD_IGNORE_BITS (type) =
4220 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
4221 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields);
4224 /* Copy the saved-up fields into the field vector. Start from the head
4225 of the list, adding to the tail of the field array, so that they end
4226 up in the same order in the array in which they were added to the list. */
4228 while (nfields-- > 0)
4230 TYPE_FIELD (type, nfields) = fip->list->field;
4231 switch (fip->list->visibility)
4233 case VISIBILITY_PRIVATE:
4234 SET_TYPE_FIELD_PRIVATE (type, nfields);
4237 case VISIBILITY_PROTECTED:
4238 SET_TYPE_FIELD_PROTECTED (type, nfields);
4241 case VISIBILITY_IGNORE:
4242 SET_TYPE_FIELD_IGNORE (type, nfields);
4245 case VISIBILITY_PUBLIC:
4249 /* Unknown visibility. Complain and treat it as public. */
4251 complaint (&symfile_complaints, "Unknown visibility `%c' for field",
4252 fip->list->visibility);
4256 fip->list = fip->list->next;
4262 /* Complain that the compiler has emitted more than one definition for the
4263 structure type TYPE. */
4265 complain_about_struct_wipeout (struct type *type)
4270 if (TYPE_TAG_NAME (type))
4272 name = TYPE_TAG_NAME (type);
4273 switch (TYPE_CODE (type))
4275 case TYPE_CODE_STRUCT: kind = "struct "; break;
4276 case TYPE_CODE_UNION: kind = "union "; break;
4277 case TYPE_CODE_ENUM: kind = "enum "; break;
4281 else if (TYPE_NAME (type))
4283 name = TYPE_NAME (type);
4292 complaint (&symfile_complaints,
4293 "struct/union type gets multiply defined: %s%s", kind, name);
4297 /* Read the description of a structure (or union type) and return an object
4298 describing the type.
4300 PP points to a character pointer that points to the next unconsumed token
4301 in the the stabs string. For example, given stabs "A:T4=s4a:1,0,32;;",
4302 *PP will point to "4a:1,0,32;;".
4304 TYPE points to an incomplete type that needs to be filled in.
4306 OBJFILE points to the current objfile from which the stabs information is
4307 being read. (Note that it is redundant in that TYPE also contains a pointer
4308 to this same objfile, so it might be a good idea to eliminate it. FIXME).
4311 static struct type *
4312 read_struct_type (char **pp, struct type *type, enum type_code type_code,
4313 struct objfile *objfile)
4315 struct cleanup *back_to;
4316 struct field_info fi;
4321 /* When describing struct/union/class types in stabs, G++ always drops
4322 all qualifications from the name. So if you've got:
4323 struct A { ... struct B { ... }; ... };
4324 then G++ will emit stabs for `struct A::B' that call it simply
4325 `struct B'. Obviously, if you've got a real top-level definition for
4326 `struct B', or other nested definitions, this is going to cause
4329 Obviously, GDB can't fix this by itself, but it can at least avoid
4330 scribbling on existing structure type objects when new definitions
4332 if (! (TYPE_CODE (type) == TYPE_CODE_UNDEF
4333 || TYPE_STUB (type)))
4335 complain_about_struct_wipeout (type);
4337 /* It's probably best to return the type unchanged. */
4341 back_to = make_cleanup (null_cleanup, 0);
4343 INIT_CPLUS_SPECIFIC (type);
4344 TYPE_CODE (type) = type_code;
4345 TYPE_FLAGS (type) &= ~TYPE_FLAG_STUB;
4347 /* First comes the total size in bytes. */
4351 TYPE_LENGTH (type) = read_huge_number (pp, 0, &nbits);
4353 return error_type (pp, objfile);
4356 /* Now read the baseclasses, if any, read the regular C struct or C++
4357 class member fields, attach the fields to the type, read the C++
4358 member functions, attach them to the type, and then read any tilde
4359 field (baseclass specifier for the class holding the main vtable). */
4361 if (!read_baseclasses (&fi, pp, type, objfile)
4362 || !read_struct_fields (&fi, pp, type, objfile)
4363 || !attach_fields_to_type (&fi, type, objfile)
4364 || !read_member_functions (&fi, pp, type, objfile)
4365 || !attach_fn_fields_to_type (&fi, type)
4366 || !read_tilde_fields (&fi, pp, type, objfile))
4368 type = error_type (pp, objfile);
4371 do_cleanups (back_to);
4375 /* Read a definition of an array type,
4376 and create and return a suitable type object.
4377 Also creates a range type which represents the bounds of that
4380 static struct type *
4381 read_array_type (register char **pp, register struct type *type,
4382 struct objfile *objfile)
4384 struct type *index_type, *element_type, *range_type;
4389 /* Format of an array type:
4390 "ar<index type>;lower;upper;<array_contents_type>".
4391 OS9000: "arlower,upper;<array_contents_type>".
4393 Fortran adjustable arrays use Adigits or Tdigits for lower or upper;
4394 for these, produce a type like float[][]. */
4397 index_type = read_type (pp, objfile);
4399 /* Improper format of array type decl. */
4400 return error_type (pp, objfile);
4404 if (!(**pp >= '0' && **pp <= '9') && **pp != '-')
4409 lower = read_huge_number (pp, ';', &nbits);
4412 return error_type (pp, objfile);
4414 if (!(**pp >= '0' && **pp <= '9') && **pp != '-')
4419 upper = read_huge_number (pp, ';', &nbits);
4421 return error_type (pp, objfile);
4423 element_type = read_type (pp, objfile);
4432 create_range_type ((struct type *) NULL, index_type, lower, upper);
4433 type = create_array_type (type, element_type, range_type);
4439 /* Read a definition of an enumeration type,
4440 and create and return a suitable type object.
4441 Also defines the symbols that represent the values of the type. */
4443 static struct type *
4444 read_enum_type (register char **pp, register struct type *type,
4445 struct objfile *objfile)
4450 register struct symbol *sym;
4452 struct pending **symlist;
4453 struct pending *osyms, *syms;
4456 int unsigned_enum = 1;
4459 /* FIXME! The stabs produced by Sun CC merrily define things that ought
4460 to be file-scope, between N_FN entries, using N_LSYM. What's a mother
4461 to do? For now, force all enum values to file scope. */
4462 if (within_function)
4463 symlist = &local_symbols;
4466 symlist = &file_symbols;
4468 o_nsyms = osyms ? osyms->nsyms : 0;
4470 /* The aix4 compiler emits an extra field before the enum members;
4471 my guess is it's a type of some sort. Just ignore it. */
4474 /* Skip over the type. */
4478 /* Skip over the colon. */
4482 /* Read the value-names and their values.
4483 The input syntax is NAME:VALUE,NAME:VALUE, and so on.
4484 A semicolon or comma instead of a NAME means the end. */
4485 while (**pp && **pp != ';' && **pp != ',')
4487 STABS_CONTINUE (pp, objfile);
4491 name = obsavestring (*pp, p - *pp, &objfile->symbol_obstack);
4493 n = read_huge_number (pp, ',', &nbits);
4495 return error_type (pp, objfile);
4497 sym = (struct symbol *)
4498 obstack_alloc (&objfile->symbol_obstack, sizeof (struct symbol));
4499 memset (sym, 0, sizeof (struct symbol));
4500 DEPRECATED_SYMBOL_NAME (sym) = name;
4501 SYMBOL_LANGUAGE (sym) = current_subfile->language;
4502 SYMBOL_CLASS (sym) = LOC_CONST;
4503 SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE;
4504 SYMBOL_VALUE (sym) = n;
4507 add_symbol_to_list (sym, symlist);
4512 (*pp)++; /* Skip the semicolon. */
4514 /* Now fill in the fields of the type-structure. */
4516 TYPE_LENGTH (type) = TARGET_INT_BIT / HOST_CHAR_BIT;
4517 TYPE_CODE (type) = TYPE_CODE_ENUM;
4518 TYPE_FLAGS (type) &= ~TYPE_FLAG_STUB;
4520 TYPE_FLAGS (type) |= TYPE_FLAG_UNSIGNED;
4521 TYPE_NFIELDS (type) = nsyms;
4522 TYPE_FIELDS (type) = (struct field *)
4523 TYPE_ALLOC (type, sizeof (struct field) * nsyms);
4524 memset (TYPE_FIELDS (type), 0, sizeof (struct field) * nsyms);
4526 /* Find the symbols for the values and put them into the type.
4527 The symbols can be found in the symlist that we put them on
4528 to cause them to be defined. osyms contains the old value
4529 of that symlist; everything up to there was defined by us. */
4530 /* Note that we preserve the order of the enum constants, so
4531 that in something like "enum {FOO, LAST_THING=FOO}" we print
4532 FOO, not LAST_THING. */
4534 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next)
4536 int last = syms == osyms ? o_nsyms : 0;
4537 int j = syms->nsyms;
4538 for (; --j >= last; --n)
4540 struct symbol *xsym = syms->symbol[j];
4541 SYMBOL_TYPE (xsym) = type;
4542 TYPE_FIELD_NAME (type, n) = DEPRECATED_SYMBOL_NAME (xsym);
4543 TYPE_FIELD_BITPOS (type, n) = SYMBOL_VALUE (xsym);
4544 TYPE_FIELD_BITSIZE (type, n) = 0;
4553 /* Sun's ACC uses a somewhat saner method for specifying the builtin
4554 typedefs in every file (for int, long, etc):
4556 type = b <signed> <width> <format type>; <offset>; <nbits>
4558 optional format type = c or b for char or boolean.
4559 offset = offset from high order bit to start bit of type.
4560 width is # bytes in object of this type, nbits is # bits in type.
4562 The width/offset stuff appears to be for small objects stored in
4563 larger ones (e.g. `shorts' in `int' registers). We ignore it for now,
4566 static struct type *
4567 read_sun_builtin_type (char **pp, int typenums[2], struct objfile *objfile)
4572 enum type_code code = TYPE_CODE_INT;
4583 return error_type (pp, objfile);
4587 /* For some odd reason, all forms of char put a c here. This is strange
4588 because no other type has this honor. We can safely ignore this because
4589 we actually determine 'char'acterness by the number of bits specified in
4591 Boolean forms, e.g Fortran logical*X, put a b here. */
4595 else if (**pp == 'b')
4597 code = TYPE_CODE_BOOL;
4601 /* The first number appears to be the number of bytes occupied
4602 by this type, except that unsigned short is 4 instead of 2.
4603 Since this information is redundant with the third number,
4604 we will ignore it. */
4605 read_huge_number (pp, ';', &nbits);
4607 return error_type (pp, objfile);
4609 /* The second number is always 0, so ignore it too. */
4610 read_huge_number (pp, ';', &nbits);
4612 return error_type (pp, objfile);
4614 /* The third number is the number of bits for this type. */
4615 type_bits = read_huge_number (pp, 0, &nbits);
4617 return error_type (pp, objfile);
4618 /* The type *should* end with a semicolon. If it are embedded
4619 in a larger type the semicolon may be the only way to know where
4620 the type ends. If this type is at the end of the stabstring we
4621 can deal with the omitted semicolon (but we don't have to like
4622 it). Don't bother to complain(), Sun's compiler omits the semicolon
4628 return init_type (TYPE_CODE_VOID, 1,
4629 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL,
4632 return init_type (code,
4633 type_bits / TARGET_CHAR_BIT,
4634 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL,
4638 static struct type *
4639 read_sun_floating_type (char **pp, int typenums[2], struct objfile *objfile)
4644 struct type *rettype;
4646 /* The first number has more details about the type, for example
4648 details = read_huge_number (pp, ';', &nbits);
4650 return error_type (pp, objfile);
4652 /* The second number is the number of bytes occupied by this type */
4653 nbytes = read_huge_number (pp, ';', &nbits);
4655 return error_type (pp, objfile);
4657 if (details == NF_COMPLEX || details == NF_COMPLEX16
4658 || details == NF_COMPLEX32)
4660 rettype = init_type (TYPE_CODE_COMPLEX, nbytes, 0, NULL, objfile);
4661 TYPE_TARGET_TYPE (rettype)
4662 = init_type (TYPE_CODE_FLT, nbytes / 2, 0, NULL, objfile);
4666 return init_type (TYPE_CODE_FLT, nbytes, 0, NULL, objfile);
4669 /* Read a number from the string pointed to by *PP.
4670 The value of *PP is advanced over the number.
4671 If END is nonzero, the character that ends the
4672 number must match END, or an error happens;
4673 and that character is skipped if it does match.
4674 If END is zero, *PP is left pointing to that character.
4676 If the number fits in a long, set *BITS to 0 and return the value.
4677 If not, set *BITS to be the number of bits in the number and return 0.
4679 If encounter garbage, set *BITS to -1 and return 0. */
4682 read_huge_number (char **pp, int end, int *bits)
4699 /* Leading zero means octal. GCC uses this to output values larger
4700 than an int (because that would be hard in decimal). */
4707 upper_limit = LONG_MAX / radix;
4709 while ((c = *p++) >= '0' && c < ('0' + radix))
4711 if (n <= upper_limit)
4714 n += c - '0'; /* FIXME this overflows anyway */
4719 /* This depends on large values being output in octal, which is
4726 /* Ignore leading zeroes. */
4730 else if (c == '2' || c == '3')
4756 /* Large decimal constants are an error (because it is hard to
4757 count how many bits are in them). */
4763 /* -0x7f is the same as 0x80. So deal with it by adding one to
4764 the number of bits. */
4776 /* It's *BITS which has the interesting information. */
4780 static struct type *
4781 read_range_type (char **pp, int typenums[2], struct objfile *objfile)
4783 char *orig_pp = *pp;
4788 struct type *result_type;
4789 struct type *index_type = NULL;
4791 /* First comes a type we are a subrange of.
4792 In C it is usually 0, 1 or the type being defined. */
4793 if (read_type_number (pp, rangenums) != 0)
4794 return error_type (pp, objfile);
4795 self_subrange = (rangenums[0] == typenums[0] &&
4796 rangenums[1] == typenums[1]);
4801 index_type = read_type (pp, objfile);
4804 /* A semicolon should now follow; skip it. */
4808 /* The remaining two operands are usually lower and upper bounds
4809 of the range. But in some special cases they mean something else. */
4810 n2 = read_huge_number (pp, ';', &n2bits);
4811 n3 = read_huge_number (pp, ';', &n3bits);
4813 if (n2bits == -1 || n3bits == -1)
4814 return error_type (pp, objfile);
4817 goto handle_true_range;
4819 /* If limits are huge, must be large integral type. */
4820 if (n2bits != 0 || n3bits != 0)
4822 char got_signed = 0;
4823 char got_unsigned = 0;
4824 /* Number of bits in the type. */
4827 /* Range from 0 to <large number> is an unsigned large integral type. */
4828 if ((n2bits == 0 && n2 == 0) && n3bits != 0)
4833 /* Range from <large number> to <large number>-1 is a large signed
4834 integral type. Take care of the case where <large number> doesn't
4835 fit in a long but <large number>-1 does. */
4836 else if ((n2bits != 0 && n3bits != 0 && n2bits == n3bits + 1)
4837 || (n2bits != 0 && n3bits == 0
4838 && (n2bits == sizeof (long) * HOST_CHAR_BIT)
4845 if (got_signed || got_unsigned)
4847 return init_type (TYPE_CODE_INT, nbits / TARGET_CHAR_BIT,
4848 got_unsigned ? TYPE_FLAG_UNSIGNED : 0, NULL,
4852 return error_type (pp, objfile);
4855 /* A type defined as a subrange of itself, with bounds both 0, is void. */
4856 if (self_subrange && n2 == 0 && n3 == 0)
4857 return init_type (TYPE_CODE_VOID, 1, 0, NULL, objfile);
4859 /* If n3 is zero and n2 is positive, we want a floating type, and n2
4860 is the width in bytes.
4862 Fortran programs appear to use this for complex types also. To
4863 distinguish between floats and complex, g77 (and others?) seem
4864 to use self-subranges for the complexes, and subranges of int for
4867 Also note that for complexes, g77 sets n2 to the size of one of
4868 the member floats, not the whole complex beast. My guess is that
4869 this was to work well with pre-COMPLEX versions of gdb. */
4871 if (n3 == 0 && n2 > 0)
4873 struct type *float_type
4874 = init_type (TYPE_CODE_FLT, n2, 0, NULL, objfile);
4878 struct type *complex_type =
4879 init_type (TYPE_CODE_COMPLEX, 2 * n2, 0, NULL, objfile);
4880 TYPE_TARGET_TYPE (complex_type) = float_type;
4881 return complex_type;
4887 /* If the upper bound is -1, it must really be an unsigned int. */
4889 else if (n2 == 0 && n3 == -1)
4891 /* It is unsigned int or unsigned long. */
4892 /* GCC 2.3.3 uses this for long long too, but that is just a GDB 3.5
4893 compatibility hack. */
4894 return init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT,
4895 TYPE_FLAG_UNSIGNED, NULL, objfile);
4898 /* Special case: char is defined (Who knows why) as a subrange of
4899 itself with range 0-127. */
4900 else if (self_subrange && n2 == 0 && n3 == 127)
4901 return init_type (TYPE_CODE_INT, 1, TYPE_FLAG_NOSIGN, NULL, objfile);
4903 /* We used to do this only for subrange of self or subrange of int. */
4906 /* -1 is used for the upper bound of (4 byte) "unsigned int" and
4907 "unsigned long", and we already checked for that,
4908 so don't need to test for it here. */
4911 /* n3 actually gives the size. */
4912 return init_type (TYPE_CODE_INT, -n3, TYPE_FLAG_UNSIGNED,
4915 /* Is n3 == 2**(8n)-1 for some integer n? Then it's an
4916 unsigned n-byte integer. But do require n to be a power of
4917 two; we don't want 3- and 5-byte integers flying around. */
4923 for (bytes = 0; (bits & 0xff) == 0xff; bytes++)
4926 && ((bytes - 1) & bytes) == 0) /* "bytes is a power of two" */
4927 return init_type (TYPE_CODE_INT, bytes, TYPE_FLAG_UNSIGNED, NULL,
4931 /* I think this is for Convex "long long". Since I don't know whether
4932 Convex sets self_subrange, I also accept that particular size regardless
4933 of self_subrange. */
4934 else if (n3 == 0 && n2 < 0
4936 || n2 == -TARGET_LONG_LONG_BIT / TARGET_CHAR_BIT))
4937 return init_type (TYPE_CODE_INT, -n2, 0, NULL, objfile);
4938 else if (n2 == -n3 - 1)
4941 return init_type (TYPE_CODE_INT, 1, 0, NULL, objfile);
4943 return init_type (TYPE_CODE_INT, 2, 0, NULL, objfile);
4944 if (n3 == 0x7fffffff)
4945 return init_type (TYPE_CODE_INT, 4, 0, NULL, objfile);
4948 /* We have a real range type on our hands. Allocate space and
4949 return a real pointer. */
4953 index_type = builtin_type_int;
4955 index_type = *dbx_lookup_type (rangenums);
4956 if (index_type == NULL)
4958 /* Does this actually ever happen? Is that why we are worrying
4959 about dealing with it rather than just calling error_type? */
4961 static struct type *range_type_index;
4963 complaint (&symfile_complaints,
4964 "base type %d of range type is not defined", rangenums[1]);
4965 if (range_type_index == NULL)
4967 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT,
4968 0, "range type index type", NULL);
4969 index_type = range_type_index;
4972 result_type = create_range_type ((struct type *) NULL, index_type, n2, n3);
4973 return (result_type);
4976 /* Read in an argument list. This is a list of types, separated by commas
4977 and terminated with END. Return the list of types read in, or (struct type
4978 **)-1 if there is an error. */
4980 static struct field *
4981 read_args (char **pp, int end, struct objfile *objfile, int *nargsp,
4984 /* FIXME! Remove this arbitrary limit! */
4985 struct type *types[1024]; /* allow for fns of 1023 parameters */
4992 /* Invalid argument list: no ','. */
4993 return (struct field *) -1;
4995 STABS_CONTINUE (pp, objfile);
4996 types[n++] = read_type (pp, objfile);
4998 (*pp)++; /* get past `end' (the ':' character) */
5000 if (TYPE_CODE (types[n - 1]) != TYPE_CODE_VOID)
5008 rval = (struct field *) xmalloc (n * sizeof (struct field));
5009 memset (rval, 0, n * sizeof (struct field));
5010 for (i = 0; i < n; i++)
5011 rval[i].type = types[i];
5016 /* Common block handling. */
5018 /* List of symbols declared since the last BCOMM. This list is a tail
5019 of local_symbols. When ECOMM is seen, the symbols on the list
5020 are noted so their proper addresses can be filled in later,
5021 using the common block base address gotten from the assembler
5024 static struct pending *common_block;
5025 static int common_block_i;
5027 /* Name of the current common block. We get it from the BCOMM instead of the
5028 ECOMM to match IBM documentation (even though IBM puts the name both places
5029 like everyone else). */
5030 static char *common_block_name;
5032 /* Process a N_BCOMM symbol. The storage for NAME is not guaranteed
5033 to remain after this function returns. */
5036 common_block_start (char *name, struct objfile *objfile)
5038 if (common_block_name != NULL)
5040 complaint (&symfile_complaints,
5041 "Invalid symbol data: common block within common block");
5043 common_block = local_symbols;
5044 common_block_i = local_symbols ? local_symbols->nsyms : 0;
5045 common_block_name = obsavestring (name, strlen (name),
5046 &objfile->symbol_obstack);
5049 /* Process a N_ECOMM symbol. */
5052 common_block_end (struct objfile *objfile)
5054 /* Symbols declared since the BCOMM are to have the common block
5055 start address added in when we know it. common_block and
5056 common_block_i point to the first symbol after the BCOMM in
5057 the local_symbols list; copy the list and hang it off the
5058 symbol for the common block name for later fixup. */
5061 struct pending *new = 0;
5062 struct pending *next;
5065 if (common_block_name == NULL)
5067 complaint (&symfile_complaints, "ECOMM symbol unmatched by BCOMM");
5071 sym = (struct symbol *)
5072 obstack_alloc (&objfile->symbol_obstack, sizeof (struct symbol));
5073 memset (sym, 0, sizeof (struct symbol));
5074 /* Note: common_block_name already saved on symbol_obstack */
5075 DEPRECATED_SYMBOL_NAME (sym) = common_block_name;
5076 SYMBOL_CLASS (sym) = LOC_BLOCK;
5078 /* Now we copy all the symbols which have been defined since the BCOMM. */
5080 /* Copy all the struct pendings before common_block. */
5081 for (next = local_symbols;
5082 next != NULL && next != common_block;
5085 for (j = 0; j < next->nsyms; j++)
5086 add_symbol_to_list (next->symbol[j], &new);
5089 /* Copy however much of COMMON_BLOCK we need. If COMMON_BLOCK is
5090 NULL, it means copy all the local symbols (which we already did
5093 if (common_block != NULL)
5094 for (j = common_block_i; j < common_block->nsyms; j++)
5095 add_symbol_to_list (common_block->symbol[j], &new);
5097 SYMBOL_TYPE (sym) = (struct type *) new;
5099 /* Should we be putting local_symbols back to what it was?
5102 i = hashname (DEPRECATED_SYMBOL_NAME (sym));
5103 SYMBOL_VALUE_CHAIN (sym) = global_sym_chain[i];
5104 global_sym_chain[i] = sym;
5105 common_block_name = NULL;
5108 /* Add a common block's start address to the offset of each symbol
5109 declared to be in it (by being between a BCOMM/ECOMM pair that uses
5110 the common block name). */
5113 fix_common_block (struct symbol *sym, int valu)
5115 struct pending *next = (struct pending *) SYMBOL_TYPE (sym);
5116 for (; next; next = next->next)
5119 for (j = next->nsyms - 1; j >= 0; j--)
5120 SYMBOL_VALUE_ADDRESS (next->symbol[j]) += valu;
5126 /* What about types defined as forward references inside of a small lexical
5128 /* Add a type to the list of undefined types to be checked through
5129 once this file has been read in. */
5132 add_undefined_type (struct type *type)
5134 if (undef_types_length == undef_types_allocated)
5136 undef_types_allocated *= 2;
5137 undef_types = (struct type **)
5138 xrealloc ((char *) undef_types,
5139 undef_types_allocated * sizeof (struct type *));
5141 undef_types[undef_types_length++] = type;
5144 /* Go through each undefined type, see if it's still undefined, and fix it
5145 up if possible. We have two kinds of undefined types:
5147 TYPE_CODE_ARRAY: Array whose target type wasn't defined yet.
5148 Fix: update array length using the element bounds
5149 and the target type's length.
5150 TYPE_CODE_STRUCT, TYPE_CODE_UNION: Structure whose fields were not
5151 yet defined at the time a pointer to it was made.
5152 Fix: Do a full lookup on the struct/union tag. */
5154 cleanup_undefined_types (void)
5158 for (type = undef_types; type < undef_types + undef_types_length; type++)
5160 switch (TYPE_CODE (*type))
5163 case TYPE_CODE_STRUCT:
5164 case TYPE_CODE_UNION:
5165 case TYPE_CODE_ENUM:
5167 /* Check if it has been defined since. Need to do this here
5168 as well as in check_typedef to deal with the (legitimate in
5169 C though not C++) case of several types with the same name
5170 in different source files. */
5171 if (TYPE_STUB (*type))
5173 struct pending *ppt;
5175 /* Name of the type, without "struct" or "union" */
5176 char *typename = TYPE_TAG_NAME (*type);
5178 if (typename == NULL)
5180 complaint (&symfile_complaints, "need a type name");
5183 for (ppt = file_symbols; ppt; ppt = ppt->next)
5185 for (i = 0; i < ppt->nsyms; i++)
5187 struct symbol *sym = ppt->symbol[i];
5189 if (SYMBOL_CLASS (sym) == LOC_TYPEDEF
5190 && SYMBOL_NAMESPACE (sym) == STRUCT_NAMESPACE
5191 && (TYPE_CODE (SYMBOL_TYPE (sym)) ==
5193 && STREQ (DEPRECATED_SYMBOL_NAME (sym), typename))
5194 replace_type (*type, SYMBOL_TYPE (sym));
5203 complaint (&symfile_complaints,
5204 "GDB internal error. cleanup_undefined_types with bad type %d.",
5211 undef_types_length = 0;
5214 /* Scan through all of the global symbols defined in the object file,
5215 assigning values to the debugging symbols that need to be assigned
5216 to. Get these symbols from the minimal symbol table. */
5219 scan_file_globals (struct objfile *objfile)
5222 struct minimal_symbol *msymbol;
5223 struct symbol *sym, *prev, *rsym;
5224 struct objfile *resolve_objfile;
5226 /* SVR4 based linkers copy referenced global symbols from shared
5227 libraries to the main executable.
5228 If we are scanning the symbols for a shared library, try to resolve
5229 them from the minimal symbols of the main executable first. */
5231 if (symfile_objfile && objfile != symfile_objfile)
5232 resolve_objfile = symfile_objfile;
5234 resolve_objfile = objfile;
5238 /* Avoid expensive loop through all minimal symbols if there are
5239 no unresolved symbols. */
5240 for (hash = 0; hash < HASHSIZE; hash++)
5242 if (global_sym_chain[hash])
5245 if (hash >= HASHSIZE)
5248 for (msymbol = resolve_objfile->msymbols;
5249 msymbol && DEPRECATED_SYMBOL_NAME (msymbol) != NULL;
5254 /* Skip static symbols. */
5255 switch (MSYMBOL_TYPE (msymbol))
5267 /* Get the hash index and check all the symbols
5268 under that hash index. */
5270 hash = hashname (DEPRECATED_SYMBOL_NAME (msymbol));
5272 for (sym = global_sym_chain[hash]; sym;)
5274 if (DEPRECATED_SYMBOL_NAME (msymbol)[0] == DEPRECATED_SYMBOL_NAME (sym)[0] &&
5275 STREQ (DEPRECATED_SYMBOL_NAME (msymbol) + 1, DEPRECATED_SYMBOL_NAME (sym) + 1))
5278 struct alias_list *aliases;
5280 /* Splice this symbol out of the hash chain and
5281 assign the value we have to it. */
5284 SYMBOL_VALUE_CHAIN (prev) = SYMBOL_VALUE_CHAIN (sym);
5288 global_sym_chain[hash] = SYMBOL_VALUE_CHAIN (sym);
5291 /* Check to see whether we need to fix up a common block. */
5292 /* Note: this code might be executed several times for
5293 the same symbol if there are multiple references. */
5295 /* If symbol has aliases, do minimal symbol fixups for each.
5296 These live aliases/references weren't added to
5297 global_sym_chain hash but may also need to be fixed up. */
5298 /* FIXME: Maybe should have added aliases to the global chain, resolved symbol name, then treated aliases as normal
5299 symbols? Still, we wouldn't want to add_to_list. */
5300 /* Now do the same for each alias of this symbol */
5302 aliases = SYMBOL_ALIASES (sym);
5305 if (SYMBOL_CLASS (rsym) == LOC_BLOCK)
5307 fix_common_block (rsym,
5308 SYMBOL_VALUE_ADDRESS (msymbol));
5312 SYMBOL_VALUE_ADDRESS (rsym)
5313 = SYMBOL_VALUE_ADDRESS (msymbol);
5315 SYMBOL_SECTION (rsym) = SYMBOL_SECTION (msymbol);
5318 rsym = aliases->sym;
5319 aliases = aliases->next;
5328 sym = SYMBOL_VALUE_CHAIN (prev);
5332 sym = global_sym_chain[hash];
5338 sym = SYMBOL_VALUE_CHAIN (sym);
5342 if (resolve_objfile == objfile)
5344 resolve_objfile = objfile;
5347 /* Change the storage class of any remaining unresolved globals to
5348 LOC_UNRESOLVED and remove them from the chain. */
5349 for (hash = 0; hash < HASHSIZE; hash++)
5351 sym = global_sym_chain[hash];
5355 sym = SYMBOL_VALUE_CHAIN (sym);
5357 /* Change the symbol address from the misleading chain value
5359 SYMBOL_VALUE_ADDRESS (prev) = 0;
5361 /* Complain about unresolved common block symbols. */
5362 if (SYMBOL_CLASS (prev) == LOC_STATIC)
5363 SYMBOL_CLASS (prev) = LOC_UNRESOLVED;
5365 complaint (&symfile_complaints,
5366 "%s: common block `%s' from global_sym_chain unresolved",
5367 objfile->name, DEPRECATED_SYMBOL_NAME (prev));
5370 memset (global_sym_chain, 0, sizeof (global_sym_chain));
5373 /* Initialize anything that needs initializing when starting to read
5374 a fresh piece of a symbol file, e.g. reading in the stuff corresponding
5378 stabsread_init (void)
5382 /* Initialize anything that needs initializing when a completely new
5383 symbol file is specified (not just adding some symbols from another
5384 file, e.g. a shared library). */
5387 stabsread_new_init (void)
5389 /* Empty the hash table of global syms looking for values. */
5390 memset (global_sym_chain, 0, sizeof (global_sym_chain));
5393 /* Initialize anything that needs initializing at the same time as
5394 start_symtab() is called. */
5399 global_stabs = NULL; /* AIX COFF */
5400 /* Leave FILENUM of 0 free for builtin types and this file's types. */
5401 n_this_object_header_files = 1;
5402 type_vector_length = 0;
5403 type_vector = (struct type **) 0;
5405 /* FIXME: If common_block_name is not already NULL, we should complain(). */
5406 common_block_name = NULL;
5409 /* Call after end_symtab() */
5416 xfree (type_vector);
5419 type_vector_length = 0;
5420 previous_stab_code = 0;
5424 finish_global_stabs (struct objfile *objfile)
5428 patch_block_stabs (global_symbols, global_stabs, objfile);
5429 xfree (global_stabs);
5430 global_stabs = NULL;
5434 /* Find the end of the name, delimited by a ':', but don't match
5435 ObjC symbols which look like -[Foo bar::]:bla. */
5437 find_name_end (char *name)
5440 if (s[0] == '-' || *s == '+')
5442 /* Must be an ObjC method symbol. */
5445 error ("invalid symbol name \"%s\"", name);
5447 s = strchr (s, ']');
5450 error ("invalid symbol name \"%s\"", name);
5452 return strchr (s, ':');
5456 return strchr (s, ':');
5460 /* Initializer for this module */
5463 _initialize_stabsread (void)
5465 undef_types_allocated = 20;
5466 undef_types_length = 0;
5467 undef_types = (struct type **)
5468 xmalloc (undef_types_allocated * sizeof (struct type *));