GDB (xrefs)
|
#include "stap-probe.h"
Public Member Functions | |
stap_parse_info (const char *arg_, struct type *arg_type_, const struct language_defn *lang, struct gdbarch *gdbarch) | |
DISABLE_COPY_AND_ASSIGN (stap_parse_info) | |
Public Attributes | |
const char * | arg |
struct expr_builder | pstate |
const char * | saved_arg |
struct type * | arg_type |
struct gdbarch * | gdbarch |
int | inside_paren_p |
Definition at line 28 of file stap-probe.h.
|
inline |
Definition at line 30 of file stap-probe.h.
stap_parse_info::DISABLE_COPY_AND_ASSIGN | ( | stap_parse_info | ) |
const char* stap_parse_info::arg |
Definition at line 45 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 59 of file stap-probe.h.
Referenced by aarch64_stap_parse_special_token(), arm_stap_parse_special_token(), i386_stap_adjust_register(), 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 62 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 66 of file stap-probe.h.
Referenced by stap_parse_argument(), stap_parse_argument_1(), stap_parse_argument_conditionally(), and stap_parse_single_operand().
struct expr_builder stap_parse_info::pstate |
Definition at line 48 of file stap-probe.h.
Referenced by stap_parse_argument().
const char* stap_parse_info::saved_arg |
Definition at line 53 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().