GDB (API)
|
#include "defs.h"
#include <ctype.h>
#include "gdb_string.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "expression.h"
#include "value.h"
#include "demangle.h"
#include "valprint.h"
#include "language.h"
#include "annotate.h"
#include "ada-lang.h"
#include "c-lang.h"
#include "infcall.h"
#include "exceptions.h"
#include "objfiles.h"
Go to the source code of this file.
Functions | |
void | ada_emit_char (int c, struct type *type, struct ui_file *stream, int quoter, int type_len) |
void | ada_printchar (int c, struct type *type, struct ui_file *stream) |
void | ada_print_scalar (struct type *type, LONGEST val, struct ui_file *stream) |
void | ada_printstr (struct ui_file *stream, struct type *type, const gdb_byte *string, unsigned int length, const char *encoding, int force_ellipses, const struct value_print_options *options) |
void | ada_val_print (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) |
void | ada_value_print (struct value *val0, struct ui_file *stream, const struct value_print_options *options) |
void ada_emit_char | ( | int | c, |
struct type * | type, | ||
struct ui_file * | stream, | ||
int | quoter, | ||
int | type_len | ||
) |
Definition at line 271 of file ada-valprint.c.
void ada_print_scalar | ( | struct type * | type, |
LONGEST | val, | ||
struct ui_file * | stream | ||
) |
Definition at line 382 of file ada-valprint.c.
void ada_printchar | ( | int | c, |
struct type * | type, | ||
struct ui_file * | stream | ||
) |
Definition at line 370 of file ada-valprint.c.
void ada_printstr | ( | struct ui_file * | stream, |
struct type * | type, | ||
const gdb_byte * | string, | ||
unsigned int | length, | ||
const char * | encoding, | ||
int | force_ellipses, | ||
const struct value_print_options * | options | ||
) |
Definition at line 544 of file ada-valprint.c.
void ada_val_print | ( | 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 | ||
) |
Definition at line 558 of file ada-valprint.c.
void ada_value_print | ( | struct value * | val0, |
struct ui_file * | stream, | ||
const struct value_print_options * | options | ||
) |
Definition at line 942 of file ada-valprint.c.