Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp834 m_option_group(), m_option_watchpoint() { in CommandObjectWatchpointSetVariable()
859 m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_ALL, in CommandObjectWatchpointSetVariable()
904 if (!m_option_watchpoint.watch_type_specified) { in DoExecute()
905 m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchWrite; in DoExecute()
957 size = m_option_watchpoint.watch_size == 0 in DoExecute()
959 : m_option_watchpoint.watch_size; in DoExecute()
974 uint32_t watch_type = m_option_watchpoint.watch_type; in DoExecute()
1008 OptionGroupWatchpoint m_option_watchpoint; member in CommandObjectWatchpointSetVariable
1032 m_option_group(), m_option_watchpoint() { in CommandObjectWatchpointSetExpression()
1055 m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_ALL, in CommandObjectWatchpointSetExpression()
[all …]