GDB (API)
Functions
/home/stan/gdb/src/gdb/m2-typeprint.c File Reference
#include "defs.h"
#include "gdb_obstack.h"
#include "bfd.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "expression.h"
#include "value.h"
#include "gdbcore.h"
#include "m2-lang.h"
#include "target.h"
#include "language.h"
#include "demangle.h"
#include "c-lang.h"
#include "typeprint.h"
#include "cp-abi.h"
#include "gdb_string.h"
#include <errno.h>

Go to the source code of this file.

Functions

int m2_is_long_set (struct type *type)
int m2_is_long_set_of_type (struct type *type, struct type **of_type)
int m2_is_unbounded_array (struct type *type)
void m2_print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags)
void m2_print_typedef (struct type *type, struct symbol *new_symbol, struct ui_file *stream)

Function Documentation

int m2_is_long_set ( struct type type)

Definition at line 334 of file m2-typeprint.c.

int m2_is_long_set_of_type ( struct type type,
struct type **  of_type 
)

Definition at line 399 of file m2-typeprint.c.

int m2_is_unbounded_array ( struct type type)

Definition at line 488 of file m2-typeprint.c.

void m2_print_type ( struct type type,
const char *  varstring,
struct ui_file *  stream,
int  show,
int  level,
const struct type_print_options flags 
)

Definition at line 75 of file m2-typeprint.c.

void m2_print_typedef ( struct type type,
struct symbol new_symbol,
struct ui_file *  stream 
)

Definition at line 163 of file m2-typeprint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines