GDB (xrefs)
|
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 type * | atype |
expression_up | aexpr |
Definition at line 84 of file stap-probe.c.
|
inline |
Definition at line 87 of file stap-probe.c.
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().
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().
enum stap_arg_bitness stap_probe_arg::bitness |
Definition at line 93 of file stap-probe.c.