Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionGroupWatchpoint.h30 IsWatchSizeSupported(uint32_t watch_size);
/external/lldb/source/Interpreter/
DOptionGroupWatchpoint.cpp49 OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) in IsWatchSizeSupported() function in OptionGroupWatchpoint
/external/lldb/source/Target/
DTarget.cpp632 if (!OptionGroupWatchpoint::IsWatchSizeSupported(size)) in CreateWatchpoint()