GDB (xrefs)
|
Public Attributes | |
enum stap_arg_bitness | bitness |
struct type * | atype |
struct expression * | aexpr |
Definition at line 86 of file stap-probe.c.
struct expression* stap_probe_arg::aexpr |
Definition at line 95 of file stap-probe.c.
Referenced by stap_compile_to_ax(), stap_evaluate_probe_argument(), stap_parse_probe_arguments(), and stap_probe_destroy().
struct type* stap_probe_arg::atype |
Definition at line 92 of file stap-probe.c.
Referenced by stap_compile_to_ax(), stap_evaluate_probe_argument(), and stap_parse_probe_arguments().
enum stap_arg_bitness stap_probe_arg::bitness |
Definition at line 89 of file stap-probe.c.
Referenced by stap_parse_probe_arguments().