GDB (xrefs)
|
Public Attributes | |
int | any_syscall_count |
std::vector< int > | syscalls_counts |
int | total_syscalls_count |
Definition at line 65 of file break-catch-syscall.c.
int catch_syscall_inferior_data::any_syscall_count |
Definition at line 72 of file break-catch-syscall.c.
Referenced by clear_syscall_counts(), syscall_catchpoint::insert_location(), and syscall_catchpoint::remove_location().
std::vector<int> catch_syscall_inferior_data::syscalls_counts |
Definition at line 75 of file break-catch-syscall.c.
Referenced by clear_syscall_counts(), syscall_catchpoint::insert_location(), and syscall_catchpoint::remove_location().
int catch_syscall_inferior_data::total_syscalls_count |
Definition at line 79 of file break-catch-syscall.c.
Referenced by catch_syscall_enabled(), clear_syscall_counts(), syscall_catchpoint::insert_location(), and syscall_catchpoint::remove_location().