Home
last modified time | relevance | path

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

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