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 649 of file StopInfo.cpp.
|
inline |
Definition at line 651 of file StopInfo.cpp.
References process_sp, SentryPreResumeAction(), and watchpoint_sp.
|
inline |
Definition at line 674 of file StopInfo.cpp.
References DoReenable(), process_sp, and SentryPreResumeAction().
|
inline |
Definition at line 661 of file StopInfo.cpp.
References process_sp, and watchpoint_sp.
Referenced by SentryPreResumeAction(), and ~WatchpointSentry().
|
inlinestatic |
Definition at line 680 of file StopInfo.cpp.
References DoReenable().
Referenced by WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 687 of file StopInfo.cpp.
Referenced by DoReenable(), WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 688 of file StopInfo.cpp.
Referenced by DoReenable(), and WatchpointSentry().