|
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 720 of file StopInfo.cpp.
|
inline |
Definition at line 722 of file StopInfo.cpp.
References process_sp, SentryPreResumeAction(), and watchpoint_sp.
Referenced by SentryPreResumeAction().
|
inline |
Definition at line 745 of file StopInfo.cpp.
References DoReenable(), process_sp, and SentryPreResumeAction().
|
inline |
Definition at line 732 of file StopInfo.cpp.
References process_sp, and watchpoint_sp.
Referenced by SentryPreResumeAction(), and ~WatchpointSentry().
|
inlinestatic |
Definition at line 751 of file StopInfo.cpp.
References DoReenable(), and WatchpointSentry().
Referenced by WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 758 of file StopInfo.cpp.
Referenced by DoReenable(), WatchpointSentry(), and ~WatchpointSentry().
|
private |
Definition at line 759 of file StopInfo.cpp.
Referenced by DoReenable(), and WatchpointSentry().