GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
stap_probe_arg Struct Reference

Public Member Functions

 stap_probe_arg (enum stap_arg_bitness bitness_, struct type *atype_, expression_up &&aexpr_)
 

Public Attributes

enum stap_arg_bitness bitness
 
struct typeatype
 
expression_up aexpr
 

Detailed Description

Definition at line 84 of file stap-probe.c.

Constructor & Destructor Documentation

◆ stap_probe_arg()

stap_probe_arg::stap_probe_arg ( enum stap_arg_bitness bitness_,
struct type * atype_,
expression_up && aexpr_ )
inline

Definition at line 87 of file stap-probe.c.

Member Data Documentation

◆ aexpr

expression_up stap_probe_arg::aexpr

Definition at line 99 of file stap-probe.c.

Referenced by stap_probe::compile_to_ax(), and stap_probe::evaluate_argument().

◆ atype

struct type* stap_probe_arg::atype

Definition at line 96 of file stap-probe.c.

Referenced by stap_probe::compile_to_ax(), and stap_probe::evaluate_argument().

◆ bitness

enum stap_arg_bitness stap_probe_arg::bitness

Definition at line 93 of file stap-probe.c.


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