Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp1083 std::optional<uint64_t> valobj_size = valobj_sp->GetByteSize(); in DoExecute() local
1087 if (valobj_size && size > *valobj_size) { in DoExecute()