blob: 9704aa455c5e2136e65a32583a0b59bbaeb03662 [file] [log] [blame]
<html lang="en">
<head>
<title>Builtin Types - STABS</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="STABS">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Types.html#Types" title="Types">
<link rel="next" href="Miscellaneous-Types.html#Miscellaneous-Types" title="Miscellaneous Types">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1992-2019 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon,
and David MacKenzie.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the section entitled ``GNU
Free Documentation License''.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Builtin-Types"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Miscellaneous-Types.html#Miscellaneous-Types">Miscellaneous Types</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Types.html#Types">Types</a>
<hr>
</div>
<h3 class="section">5.1 Builtin Types</h3>
<p>Certain types are built in (<code>int</code>, <code>short</code>, <code>void</code>,
<code>float</code>, etc.); the debugger recognizes these types and knows how
to handle them. Thus, don't be surprised if some of the following ways
of specifying builtin types do not specify everything that a debugger
would need to know about the type&mdash;in some cases they merely specify
enough information to distinguish the type from other types.
<p>The traditional way to define builtin types is convoluted, so new ways
have been invented to describe them. Sun's <code>acc</code> uses special
builtin type descriptors (&lsquo;<samp><span class="samp">b</span></samp>&rsquo; and &lsquo;<samp><span class="samp">R</span></samp>&rsquo;), and IBM uses negative
type numbers. GDB accepts all three ways, as of version 4.8; dbx just
accepts the traditional builtin types and perhaps one of the other two
formats. The following sections describe each of these formats.
<ul class="menu">
<li><a accesskey="1" href="Traditional-Builtin-Types.html#Traditional-Builtin-Types">Traditional Builtin Types</a>: Put on your seat belts and prepare for kludgery
<li><a accesskey="2" href="Builtin-Type-Descriptors.html#Builtin-Type-Descriptors">Builtin Type Descriptors</a>: Builtin types with special type descriptors
<li><a accesskey="3" href="Negative-Type-Numbers.html#Negative-Type-Numbers">Negative Type Numbers</a>: Builtin types using negative type numbers
</ul>
</body></html>