Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupWatchpoint.h24 static bool IsWatchSizeSupported(uint32_t watch_size);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp67 bool OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) { in IsWatchSizeSupported() function in OptionGroupWatchpoint
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp889 if (!OptionGroupWatchpoint::IsWatchSizeSupported(size)) in CreateWatchpoint()