|
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 82 of file stap-probe.c.
|
inline |
Definition at line 85 of file stap-probe.c.
| expression_up stap_probe_arg::aexpr |
Definition at line 97 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 94 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 91 of file stap-probe.c.
1.8.14