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 632 of file StopInfo.cpp.
|
inline |
Definition at line 634 of file StopInfo.cpp.
References process_sp, SentryPreResumeAction(), and watchpoint_sp.
|
inline |
Definition at line 657 of file StopInfo.cpp.
References DoReenable(), process_sp, and SentryPreResumeAction().
|
inline |
Definition at line 644 of file StopInfo.cpp.
References process_sp, and watchpoint_sp.
Referenced by SentryPreResumeAction(), and ~WatchpointSentry().
|
inlinestatic |
Definition at line 663 of file StopInfo.cpp.
References DoReenable().
Referenced by WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 670 of file StopInfo.cpp.
Referenced by DoReenable(), WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 671 of file StopInfo.cpp.
Referenced by DoReenable(), and WatchpointSentry().