Searched refs:m_option_watchpoint (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp937 m_option_watchpoint ()
959 m_option_group.Append (&m_option_watchpoint, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
1003 if (!m_option_watchpoint.watch_type_specified)
1005 m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchWrite;
1063 size = m_option_watchpoint.watch_size == 0 ? valobj_sp->GetByteSize()
1064 : m_option_watchpoint.watch_size;
1080 uint32_t watch_type = m_option_watchpoint.watch_type;
1114 OptionGroupWatchpoint m_option_watchpoint; member in class:CommandObjectWatchpointSetVariable
1144 m_option_watchpoint ()
1166 m_option_group.Append (&m_option_watchpoint, LLDB_OPT_SET_AL
1323 OptionGroupWatchpoint m_option_watchpoint; member in class:CommandObjectWatchpointSetExpression
[all...]

Completed in 231 milliseconds