GDB (xrefs)
|
#include "stap-probe.h"
Public Attributes | |
const char * | arg |
struct parser_state | pstate |
const char * | saved_arg |
struct type * | arg_type |
struct gdbarch * | gdbarch |
int | inside_paren_p |
Definition at line 29 of file stap-probe.h.
const char* stap_parse_info::arg |
Definition at line 32 of file stap-probe.h.
Referenced by aarch64_stap_parse_special_token(), arm_stap_parse_special_token(), i386_stap_parse_special_token_three_arg_disp(), i386_stap_parse_special_token_triplet(), ppc_stap_parse_special_token(), stap_parse_argument(), stap_parse_argument_1(), stap_parse_argument_conditionally(), stap_parse_register_operand(), and stap_parse_single_operand().
struct type* stap_parse_info::arg_type |
Definition at line 46 of file stap-probe.h.
Referenced by aarch64_stap_parse_special_token(), arm_stap_parse_special_token(), i386_stap_parse_special_token_three_arg_disp(), i386_stap_parse_special_token_triplet(), stap_parse_argument(), and stap_parse_register_operand().
struct gdbarch* stap_parse_info::gdbarch |
Definition at line 49 of file stap-probe.h.
Referenced by stap_parse_argument(), stap_parse_argument_conditionally(), stap_parse_register_operand(), and stap_parse_single_operand().
int stap_parse_info::inside_paren_p |
Definition at line 53 of file stap-probe.h.
Referenced by stap_parse_argument(), stap_parse_argument_1(), stap_parse_argument_conditionally(), and stap_parse_single_operand().
struct parser_state stap_parse_info::pstate |
Definition at line 35 of file stap-probe.h.
Referenced by aarch64_stap_parse_special_token(), arm_stap_parse_special_token(), i386_stap_parse_special_token_three_arg_disp(), i386_stap_parse_special_token_triplet(), ppc_stap_parse_special_token(), stap_parse_argument(), stap_parse_argument_1(), stap_parse_register_operand(), and stap_parse_single_operand().
const char* stap_parse_info::saved_arg |
Definition at line 40 of file stap-probe.h.
Referenced by aarch64_stap_parse_special_token(), arm_stap_parse_special_token(), i386_stap_parse_special_token_three_arg_disp(), i386_stap_parse_special_token_triplet(), ppc_stap_parse_special_token(), stap_parse_argument(), stap_parse_argument_1(), stap_parse_argument_conditionally(), stap_parse_register_operand(), and stap_parse_single_operand().