GDB (API)
Public Attributes
symbol_computed_ops Struct Reference

#include "symtab.h"

List of all members.

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)

Detailed Description

Definition at line 563 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 586 of file symtab.h.

Definition at line 590 of file symtab.h.

Definition at line 582 of file symtab.h.

struct value*(* symbol_computed_ops::read_variable)(struct symbol *symbol, struct frame_info *frame) [read]

Definition at line 572 of file symtab.h.

struct value*(* symbol_computed_ops::read_variable_at_entry)(struct symbol *symbol, struct frame_info *frame) [read]

Definition at line 578 of file symtab.h.

void(* symbol_computed_ops::tracepoint_var_ref)(struct symbol *symbol, struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value)

Definition at line 599 of file symtab.h.


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