GDB (API)
|
#include "defs.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "expression.h"
#include "parser-defs.h"
#include "language.h"
#include "m2-lang.h"
#include "c-lang.h"
#include "valprint.h"
Go to the source code of this file.
Enumerations | |
enum | m2_primitive_types { m2_primitive_type_char, m2_primitive_type_int, m2_primitive_type_card, m2_primitive_type_real, m2_primitive_type_bool, nr_m2_primitive_types } |
Functions | |
void | _initialize_m2_language (void) |
struct builtin_m2_type * | builtin_m2_type (struct gdbarch *gdbarch) |
Variables | |
struct exp_descriptor | exp_descriptor_modula2 |
struct language_defn | m2_language_defn |
enum m2_primitive_types |
void _initialize_m2_language | ( | void | ) |
struct builtin_m2_type* builtin_m2_type | ( | struct gdbarch * | gdbarch | ) | [read] |
{ print_subexp_standard, operator_length_standard, operator_check_standard, op_name_standard, dump_subexp_body_standard, evaluate_subexp_modula2 }
struct language_defn m2_language_defn |