|
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) |
| enum symbol_needs_kind(* | get_symbol_read_needs )(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 agent_expr *ax, struct axs_value *value) |
| void(* | generate_c_location )(struct symbol *symbol, string_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 943 of file symtab.h.
Referenced by register_symbol_computed_impl().
| enum symbol_needs_kind(* symbol_computed_ops::get_symbol_read_needs) (struct symbol *symbol) |
Definition at line 939 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 926 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 932 of file symtab.h.
Referenced by read_frame_arg().
| void(* symbol_computed_ops::tracepoint_var_ref) (struct symbol *symbol, struct agent_expr *ax, struct axs_value *value) |
Definition at line 956 of file symtab.h.
Referenced by register_symbol_computed_impl().
1.8.14