Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp787 m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_1, LLDB_OPT_SET_1); in CommandObjectWatchpointSetVariable()
819 if (!m_option_watchpoint.watch_type_specified) { in DoExecute()
820 m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchModify; in DoExecute()
870 size = m_option_watchpoint.watch_size.GetCurrentValue() == 0 in DoExecute()
872 : m_option_watchpoint.watch_size.GetCurrentValue(); in DoExecute()
888 switch (m_option_watchpoint.watch_type) { in DoExecute()
938 OptionGroupWatchpoint m_option_watchpoint; member in CommandObjectWatchpointSetVariable
974 m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_ALL, in CommandObjectWatchpointSetExpression()
1015 if (!m_option_watchpoint.watch_type_specified) { in DoExecute()
1016 m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchModify; in DoExecute()
[all …]