Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp59 uint32_t wp_bytesize = (*pos)->GetByteSize(); in FindByAddress() local
60 if ((wp_addr <= addr) && ((wp_addr + wp_bytesize) > addr)) { in FindByAddress()