GDB (xrefs)
|
#include "symtab.h"
Public Attributes | |
struct value *(* | read_variable )(struct symbol *symbol, struct frame_info *frame) |
struct value *(* | read_variable_at_entry )(struct symbol *symbol, struct frame_info *frame) |
int(* | read_needs_frame )(struct symbol *symbol) |
void(* | describe_location )(struct symbol *symbol, CORE_ADDR addr, struct ui_file *stream) |
unsigned char | location_has_loclist |
void(* | tracepoint_var_ref )(struct symbol *symbol, struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value) |
void(* | generate_c_location )(struct symbol *symbol, struct ui_file *stream, struct gdbarch *gdbarch, unsigned char *registers_used, CORE_ADDR pc, const char *result_name) |
void(* symbol_computed_ops::describe_location) (struct symbol *symbol, CORE_ADDR addr, struct ui_file *stream) |
Definition at line 624 of file symtab.h.
Referenced by register_symbol_computed_impl().
Definition at line 620 of file symtab.h.
Referenced by register_symbol_computed_impl().
struct value*(* symbol_computed_ops::read_variable) (struct symbol *symbol, struct frame_info *frame) |
Definition at line 610 of file symtab.h.
Referenced by register_symbol_computed_impl().
struct value*(* symbol_computed_ops::read_variable_at_entry) (struct symbol *symbol, struct frame_info *frame) |
Definition at line 616 of file symtab.h.
Referenced by read_frame_arg().
void(* symbol_computed_ops::tracepoint_var_ref) (struct symbol *symbol, struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value) |
Definition at line 637 of file symtab.h.
Referenced by register_symbol_computed_impl().