GDB (API)
Functions
/home/stan/gdb/src/gdb/c-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 "target.h"
#include "language.h"
#include "demangle.h"
#include "c-lang.h"
#include "typeprint.h"
#include "cp-abi.h"
#include "jv-lang.h"
#include "gdb_string.h"
#include <errno.h>
#include "cp-support.h"

Go to the source code of this file.

Functions

void c_print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags)
void c_print_typedef (struct type *type, struct symbol *new_symbol, struct ui_file *stream)
void c_type_print_args (struct type *type, struct ui_file *stream, int linkage_name, enum language language, const struct type_print_options *flags)
void c_type_print_varspec_suffix (struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, const struct type_print_options *flags)
void c_type_print_base (struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags)

Function Documentation

void c_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 82 of file c-typeprint.c.

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

Definition at line 145 of file c-typeprint.c.

void c_type_print_args ( struct type type,
struct ui_file *  stream,
int  linkage_name,
enum language language  ,
const struct type_print_options flags 
)

Definition at line 461 of file c-typeprint.c.

void c_type_print_base ( struct type type,
struct ui_file *  stream,
int  show,
int  level,
const struct type_print_options flags 
)

Definition at line 830 of file c-typeprint.c.

void c_type_print_varspec_suffix ( struct type type,
struct ui_file *  stream,
int  show,
int  passed_a_ptr,
int  demangled_args,
const struct type_print_options flags 
)

Definition at line 666 of file c-typeprint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines