GDB (API)
Functions
/home/stan/gdb/src/gdb/c-valprint.c File Reference
#include "defs.h"
#include "gdb_string.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "expression.h"
#include "value.h"
#include "valprint.h"
#include "language.h"
#include "c-lang.h"
#include "cp-abi.h"
#include "target.h"

Go to the source code of this file.

Functions

int c_textual_element_type (struct type *type, char format)
void c_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *original_value, const struct value_print_options *options)
void c_value_print (struct value *val, struct ui_file *stream, const struct value_print_options *options)

Function Documentation

int c_textual_element_type ( struct type type,
char  format 
)

Definition at line 57 of file c-valprint.c.

void c_val_print ( struct type type,
const gdb_byte valaddr,
int  embedded_offset,
CORE_ADDR  address,
struct ui_file *  stream,
int  recurse,
const struct value *  original_value,
const struct value_print_options options 
)

Definition at line 134 of file c-valprint.c.

void c_value_print ( struct value *  val,
struct ui_file *  stream,
const struct value_print_options options 
)

Definition at line 459 of file c-valprint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines