GDB (xrefs)
Public Attributes | List of all members
symbol_computed_ops Struct Reference

#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)
 

Detailed Description

Definition at line 601 of file symtab.h.

Member Data Documentation

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().

void(* symbol_computed_ops::generate_c_location) (struct symbol *symbol, struct ui_file *stream, struct gdbarch *gdbarch, unsigned char *registers_used, CORE_ADDR pc, const char *result_name)

Definition at line 649 of file symtab.h.

unsigned char symbol_computed_ops::location_has_loclist

Definition at line 628 of file symtab.h.

int(* symbol_computed_ops::read_needs_frame) (struct symbol *symbol)

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().


The documentation for this struct was generated from the following file: