GDB (xrefs)
|
Public Attributes | |
probe * | prob |
CORE_ADDR | address |
enum probe_action | action |
struct objfile * | objfile |
Definition at line 1674 of file solib-svr4.c.
enum probe_action probe_and_action::action |
Definition at line 1683 of file solib-svr4.c.
Referenced by register_solib_event_probe(), solib_event_probe_action(), svr4_create_probe_breakpoints(), svr4_find_and_create_probe_breakpoints(), svr4_handle_solib_event(), and svr4_update_solib_event_breakpoint().
CORE_ADDR probe_and_action::address |
Definition at line 1680 of file solib-svr4.c.
Referenced by equal_probe_and_action(), hash_probe_and_action(), register_solib_event_probe(), solib_event_probe_at(), and svr4_create_probe_breakpoints().
struct objfile* probe_and_action::objfile |
Definition at line 1686 of file solib-svr4.c.
Referenced by probes_table_htab_remove_objfile_probes(), and register_solib_event_probe().
probe* probe_and_action::prob |
Definition at line 1677 of file solib-svr4.c.
Referenced by register_solib_event_probe(), solib_event_probe_action(), and svr4_handle_solib_event().