|
GDB (xrefs)
|
#include "stap-probe.h"
Public Member Functions | |
| stap_parse_info (const char *arg_, struct type *arg_type_, size_t initial_size, const struct language_defn *lang, struct gdbarch *gdbarch) | |
| DISABLE_COPY_AND_ASSIGN (stap_parse_info) | |
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.
|
inline |
Definition at line 31 of file stap-probe.h.
| stap_parse_info::DISABLE_COPY_AND_ASSIGN | ( | stap_parse_info | ) |
| const char* stap_parse_info::arg |
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(), 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 60 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(), and stap_parse_register_operand().
| struct gdbarch* stap_parse_info::gdbarch |
Definition at line 63 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 67 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 49 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 54 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_1(), stap_parse_argument_conditionally(), stap_parse_register_operand(), and stap_parse_single_operand().
1.8.14