GDB (API)
Public Attributes
internalvar_funcs Struct Reference

#include "value.h"

List of all members.

Public Attributes

struct value *(* make_value )(struct gdbarch *arch, struct internalvar *var, void *data)
void(* compile_to_ax )(struct internalvar *var, struct agent_expr *expr, struct axs_value *value, void *data)
void(* destroy )(void *data)

Detailed Description

Definition at line 795 of file value.h.


Member Data Documentation

void(* internalvar_funcs::compile_to_ax)(struct internalvar *var, struct agent_expr *expr, struct axs_value *value, void *data)

Definition at line 812 of file value.h.

void(* internalvar_funcs::destroy)(void *data)

Definition at line 821 of file value.h.

struct value*(* internalvar_funcs::make_value)(struct gdbarch *arch, struct internalvar *var, void *data) [read]

Definition at line 801 of file value.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines