GDB (API)
|
#include "parser-defs.h"
Public Attributes | |
void(* | print_subexp )(struct expression *, int *, struct ui_file *, enum precedence) |
void(* | operator_length )(const struct expression *, int, int *, int *) |
int(* | operator_check )(struct expression *exp, int pos, int(*objfile_func)(struct objfile *objfile, void *data), void *data) |
char *(* | op_name )(enum exp_opcode) |
int(* | dump_subexp_body )(struct expression *, struct ui_file *, int) |
struct value *(* | evaluate_exp )(struct type *, struct expression *, int *, enum noside) |
Definition at line 315 of file parser-defs.h.
int(* exp_descriptor::dump_subexp_body)(struct expression *, struct ui_file *, int) |
Definition at line 347 of file parser-defs.h.
struct value*(* exp_descriptor::evaluate_exp)(struct type *, struct expression *, int *, enum noside) [read] |
Definition at line 350 of file parser-defs.h.
char*(* exp_descriptor::op_name)(enum exp_opcode) |
Definition at line 342 of file parser-defs.h.
int(* exp_descriptor::operator_check)(struct expression *exp, int pos, int(*objfile_func)(struct objfile *objfile,void *data), void *data) |
Definition at line 333 of file parser-defs.h.
void(* exp_descriptor::operator_length)(const struct expression *, int, int *, int *) |
Definition at line 323 of file parser-defs.h.
void(* exp_descriptor::print_subexp)(struct expression *, int *, struct ui_file *, enum precedence) |
Definition at line 318 of file parser-defs.h.