/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 1996-2002 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <unistd.h>
#include <math.h>
#include "stabs.h"
void
{
}
void
{
char *format;
printf("\n");
printf("%x ' %s-words c-struct .%s\n",
/*
* Run thru all the fields of a struct and print them out
*/
/*
* If there's a child list, only print those members.
*/
continue;
continue;
} else
continue;
}
printf("\nkdbg-words definitions\n");
printf("previous\n\n");
}
void
{
int nelem = 0;
printf("\n");
nelem++;
}
}
static void
{
case INTRINSIC:
break;
case POINTER:
break;
case ARRAY:
break;
case FUNCTION:
break;
case UNION:
break;
case ENUM:
break;
case FORWARD:
break;
case TYPEOF:
break;
case STRUCT:
break;
case VOLATILE:
break;
default:
break;
}
}
static void
{
}
static void
{
}
static void
{
}
static void
{
if (level != 0) {
case 1:
break;
case 2:
break;
case 4:
break;
case 8:
break;
}
/*
* Check for bit field.
*/
printf("' %s %x %x %x bits-field %s\n",
case 1:
printf("' %s %x byte-field %s\n",
break;
case 2:
printf("' %s %x short-field %s\n",
break;
case 4:
printf("' %s %x long-field %s\n",
break;
case 8:
printf("' %s %x ext-field %s\n",
break;
}
}
}
static void
{
if (level != 0) {
case 1:
break;
case 2:
break;
case 4:
break;
case 8:
break;
}
} else {
printf("' %s %x ptr-field %s\n",
}
}
static void
{
if (level > 0) {
printf("' noop ' .x");
} else {
}
}
static void
{
}
static void
{
if (level != 0)
else {
printf("' %s %x struct-field %s\n",
}
}
static void
{
if (level != 0)
else {
printf("' %s %x struct-field %s\n",
}
}
static void
{
if (level != 0)
else
printf("' %s %x long-field %s\n",
}