|
GDB (API)
|
#include "defs.h"#include "gdb_obstack.h"#include "symtab.h"#include "gdbtypes.h"#include "expression.h"#include "value.h"#include "command.h"#include "gdbcmd.h"#include "gdbcore.h"#include "demangle.h"#include "valprint.h"#include "typeprint.h"#include "language.h"#include "target.h"#include "annotate.h"#include "p-lang.h"#include "cp-abi.h"#include "cp-support.h"#include "exceptions.h"Go to the source code of this file.
Functions | |
| void | pascal_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 | pascal_value_print (struct value *val, struct ui_file *stream, const struct value_print_options *options) |
| int | pascal_object_is_vtbl_ptr_type (struct type *type) |
| int | pascal_object_is_vtbl_member (struct type *type) |
| void | pascal_object_print_value_fields (struct type *type, const gdb_byte *valaddr, int offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options, struct type **dont_print_vb, int dont_print_statmem) |
| void | _initialize_pascal_valprint (void) |
Variables | |
| const char | pascal_vtbl_ptr_name [] |
| initialize_file_ftype | _initialize_pascal_valprint |
| void _initialize_pascal_valprint | ( | void | ) |
Definition at line 891 of file p-valprint.c.
| int pascal_object_is_vtbl_member | ( | struct type * | type | ) |
Definition at line 496 of file p-valprint.c.
| int pascal_object_is_vtbl_ptr_type | ( | struct type * | type | ) |
Definition at line 484 of file p-valprint.c.
| void pascal_object_print_value_fields | ( | struct type * | type, |
| const gdb_byte * | valaddr, | ||
| int | offset, | ||
| CORE_ADDR | address, | ||
| struct ui_file * | stream, | ||
| int | recurse, | ||
| const struct value * | val, | ||
| const struct value_print_options * | options, | ||
| struct type ** | dont_print_vb, | ||
| int | dont_print_statmem | ||
| ) |
Definition at line 528 of file p-valprint.c.
| void pascal_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 59 of file p-valprint.c.
| void pascal_value_print | ( | struct value * | val, |
| struct ui_file * | stream, | ||
| const struct value_print_options * | options | ||
| ) |
Definition at line 417 of file p-valprint.c.
| const char pascal_vtbl_ptr_name[] |
{'_', '_', 'v', 't', 'b', 'l', '_', 'p', 't', 'r', '_', 't', 'y', 'p', 'e', 0}
Definition at line 477 of file p-valprint.c.
1.7.6.1