Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionGroupWatchpoint.cpp49 OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) in IsWatchSizeSupported() argument
55 if (watch_size == g_watch_size[i].value) in IsWatchSizeSupported()
91watch_size = (uint32_t) Args::StringToOptionEnum(option_arg, g_option_table[option_idx].enum_value… in SetOptionValue()
107 watch_size = 0; in OptionParsingStarting()
/external/lldb/include/lldb/Interpreter/
DOptionGroupWatchpoint.h30 IsWatchSizeSupported(uint32_t watch_size);
62 uint32_t watch_size; variable
/external/lldb/source/API/
DSBWatchpoint.cpp139 size_t watch_size = 0; in GetWatchSize() local
145 watch_size = watchpoint_sp->GetByteSize(); in GetWatchSize()
148 return watch_size; in GetWatchSize()
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1063 size = m_option_watchpoint.watch_size == 0 ? valobj_sp->GetByteSize() in DoExecute()
1064 : m_option_watchpoint.watch_size; in DoExecute()
1287 if (m_option_watchpoint.watch_size != 0) in DoExecute()
1288 size = m_option_watchpoint.watch_size; in DoExecute()