LLDB mainline
lldb_private::WatchpointOptions Member List

This is the complete list of members for lldb_private::WatchpointOptions, including all inherited members.

ClearCallback()lldb_private::WatchpointOptions
CopyOptionsNoCallback(WatchpointOptions &rhs)lldb_private::WatchpointOptionsstatic
GetBaton()lldb_private::WatchpointOptions
GetBaton() constlldb_private::WatchpointOptions
GetCallbackDescription(Stream *s, lldb::DescriptionLevel level) constlldb_private::WatchpointOptions
GetDescription(Stream *s, lldb::DescriptionLevel level) constlldb_private::WatchpointOptions
GetThreadSpec()lldb_private::WatchpointOptions
GetThreadSpecNoCreate() constlldb_private::WatchpointOptions
HasCallback()lldb_private::WatchpointOptions
InvokeCallback(StoppointCallbackContext *context, lldb::user_id_t watch_id)lldb_private::WatchpointOptions
IsCallbackSynchronous()lldb_private::WatchpointOptionsinline
m_callbacklldb_private::WatchpointOptionsprivate
m_callback_baton_splldb_private::WatchpointOptionsprivate
m_callback_is_synchronouslldb_private::WatchpointOptionsprivate
m_thread_spec_uplldb_private::WatchpointOptionsprivate
NullCallback(void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id)lldb_private::WatchpointOptionsstatic
operator=(const WatchpointOptions &rhs)lldb_private::WatchpointOptions
SetCallback(WatchpointHitCallback callback, const lldb::BatonSP &baton_sp, bool synchronous=false)lldb_private::WatchpointOptions
SetThreadID(lldb::tid_t thread_id)lldb_private::WatchpointOptions
WatchpointOptions()lldb_private::WatchpointOptions
WatchpointOptions(const WatchpointOptions &rhs)lldb_private::WatchpointOptions
WatchpointOptions(WatchpointHitCallback callback, void *baton, lldb::tid_t thread_id=LLDB_INVALID_THREAD_ID)lldb_private::WatchpointOptions
~WatchpointOptions()lldb_private::WatchpointOptionsvirtual