LLDB mainline
|
Public Member Functions | |
WatchpointSentry (ProcessSP p_sp, WatchpointSP w_sp) | |
void | DoReenable () |
~WatchpointSentry () |
Static Public Member Functions | |
static bool | SentryPreResumeAction (void *sentry_void) |
Private Attributes | |
ProcessSP | process_sp |
WatchpointSP | watchpoint_sp |
Definition at line 690 of file StopInfo.cpp.
|
inline |
Definition at line 692 of file StopInfo.cpp.
References process_sp, SentryPreResumeAction(), and watchpoint_sp.
Referenced by SentryPreResumeAction().
|
inline |
Definition at line 715 of file StopInfo.cpp.
References DoReenable(), process_sp, and SentryPreResumeAction().
|
inline |
Definition at line 702 of file StopInfo.cpp.
References process_sp, and watchpoint_sp.
Referenced by SentryPreResumeAction(), and ~WatchpointSentry().
|
inlinestatic |
Definition at line 721 of file StopInfo.cpp.
References DoReenable(), and WatchpointSentry().
Referenced by WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 728 of file StopInfo.cpp.
Referenced by DoReenable(), WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 729 of file StopInfo.cpp.
Referenced by DoReenable(), and WatchpointSentry().