GDB (xrefs)
|
Public Attributes | |
struct probe * | probe |
CORE_ADDR | address |
enum probe_action | action |
Definition at line 1654 of file solib-svr4.c.
enum probe_action probe_and_action::action |
Definition at line 1663 of file solib-svr4.c.
Referenced by register_solib_event_probe(), solib_event_probe_action(), svr4_create_probe_breakpoints(), svr4_handle_solib_event(), and svr4_update_solib_event_breakpoint().
CORE_ADDR probe_and_action::address |
Definition at line 1660 of file solib-svr4.c.
Referenced by equal_probe_and_action(), hash_probe_and_action(), register_solib_event_probe(), and solib_event_probe_at().
struct probe* probe_and_action::probe |
Definition at line 1657 of file solib-svr4.c.
Referenced by register_solib_event_probe(), solib_event_probe_action(), and svr4_handle_solib_event().