GDB (API)
Functions
/home/stan/gdb/src/gdb/p-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 "p-lang.h"
#include "typeprint.h"
#include "gdb-demangle.h"
#include "gdb_string.h"
#include <errno.h>
#include <ctype.h>

Go to the source code of this file.

Functions

void pascal_print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags)
void pascal_print_typedef (struct type *type, struct symbol *new_symbol, struct ui_file *stream)
void pascal_type_print_method_args (const char *physname, const char *methodname, struct ui_file *stream)
void pascal_type_print_varspec_prefix (struct type *type, struct ui_file *stream, int show, int passed_a_ptr, const struct type_print_options *flags)
void pascal_type_print_base (struct type *type, struct ui_file *stream, int show, int level, const struct type_print_options *flags)

Function Documentation

void pascal_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 50 of file p-typeprint.c.

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

Definition at line 98 of file p-typeprint.c.

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

Definition at line 446 of file p-typeprint.c.

void pascal_type_print_method_args ( const char *  physname,
const char *  methodname,
struct ui_file *  stream 
)

Definition at line 156 of file p-typeprint.c.

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

Definition at line 208 of file p-typeprint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines