GDB (xrefs)
|
#include "probe.h"
Public Attributes | |
struct probe_ops * | pops |
struct objfile * | objfile |
const char * | name |
const char * | provider |
CORE_ADDR | address |
Definition at line 180 of file probe.h.
Referenced by compare_probes(), create_exception_master_breakpoint(), create_longjmp_master_breakpoint(), equal_probe_and_action(), find_probe_by_pc(), handle_stap_probe(), hash_probe_and_action(), info_probes_for_ops(), parse_probes(), solib_event_probe_at(), stap_relocate(), and svr4_create_probe_breakpoints().
const char* probe::name |
Definition at line 173 of file probe.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), compare_probes(), fetch_probe_arguments(), handle_stap_probe(), info_probes_for_ops(), parse_probes(), stap_parse_probe_arguments(), and VEC().
struct objfile* probe::objfile |
Definition at line 170 of file probe.h.
Referenced by can_evaluate_probe_arguments(), compare_probes(), compile_probe_arg(), compute_probe_arg(), debug_can_evaluate_probe_arguments(), debug_sym_compile_to_ax(), debug_sym_evaluate_probe_argument(), debug_sym_get_probe_argument_count(), evaluate_probe_argument(), fetch_probe_arguments(), get_probe_argument_count(), handle_stap_probe(), info_probes_for_ops(), insert_exception_resume_from_probe(), stap_can_evaluate_probe_arguments(), stap_gen_info_probes_table_values(), and stap_parse_probe_arguments().
struct probe_ops* probe::pops |
Definition at line 165 of file probe.h.
Referenced by bkpt_probe_insert_location(), bkpt_probe_remove_location(), elf_can_evaluate_probe_arguments(), elf_compile_to_ax(), elf_evaluate_probe_argument(), elf_get_probe_argument_count(), elf_symfile_relocate_probe(), gen_ui_out_table_header_info(), handle_stap_probe(), info_probes_for_ops(), parse_probes(), print_ui_out_info(), probe_key_free(), stap_clear_semaphore(), stap_compile_to_ax(), stap_evaluate_probe_argument(), stap_gen_info_probes_table_values(), stap_get_probe_argument_count(), stap_probe_destroy(), stap_relocate(), stap_set_semaphore(), start_tracing(), and stop_tracing().
const char* probe::provider |
Definition at line 177 of file probe.h.
Referenced by compare_probes(), fetch_probe_arguments(), handle_stap_probe(), info_probes_for_ops(), parse_probes(), and VEC().