GDB (API)
Functions
/home/stan/gdb/src/gdb/python/py-prettyprint.c File Reference
#include "defs.h"
#include "exceptions.h"
#include "objfiles.h"
#include "symtab.h"
#include "language.h"
#include "valprint.h"
#include "python.h"

Go to the source code of this file.

Functions

int apply_val_pretty_printer (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options, const struct language_defn *language)

Function Documentation

int apply_val_pretty_printer ( struct type type,
const gdb_byte valaddr,
int  embedded_offset,
CORE_ADDR  address,
struct ui_file *  stream,
int  recurse,
const struct value *  val,
const struct value_print_options options,
const struct language_defn language 
)

Definition at line 845 of file py-prettyprint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines