GDB (xrefs)
|
This is the complete list of members for stap_probe, including all inherited members.
can_evaluate_arguments() const override | stap_probe | virtual |
clear_semaphore(struct objfile *objfile, struct gdbarch *gdbarch) override | stap_probe | virtual |
compile_to_ax(struct agent_expr *aexpr, struct axs_value *axs_value, unsigned n) override | stap_probe | virtual |
disable() | probe | inlinevirtual |
enable() | probe | inlinevirtual |
evaluate_argument(unsigned n, frame_info_ptr frame) override | stap_probe | virtual |
gen_info_probes_table_values() const override | stap_probe | virtual |
get_address() const | probe | inline |
get_arg_by_number(unsigned n, struct gdbarch *gdbarch) | stap_probe | inline |
get_argument_count(struct gdbarch *gdbarch) override | stap_probe | virtual |
get_gdbarch() const | probe | inline |
get_name() const | probe | inline |
get_provider() const | probe | inline |
get_relocated_address(struct objfile *objfile) override | stap_probe | virtual |
get_static_ops() const override | stap_probe | virtual |
m_address | probe | private |
m_arch | probe | private |
m_have_parsed_args | stap_probe | private |
m_name | probe | private |
m_parsed_args | stap_probe | private |
m_provider | probe | private |
m_sem_addr | stap_probe | private |
m_unparsed_args_text | stap_probe | private |
parse_arguments(struct gdbarch *gdbarch) | stap_probe | |
probe(std::string &&name_, std::string &&provider_, CORE_ADDR address_, struct gdbarch *arch_) | probe | inline |
set_semaphore(struct objfile *objfile, struct gdbarch *gdbarch) override | stap_probe | virtual |
stap_probe(std::string &&name_, std::string &&provider_, CORE_ADDR address_, struct gdbarch *arch_, CORE_ADDR sem_addr, const char *args_text) | stap_probe | inline |
~probe() | probe | inlinevirtual |