Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp148 const addr_t user_end_address = user_addr + user_size; in PowerOf2Watchpoints() local
149 while (current_address + aligned_size < user_end_address) { in PowerOf2Watchpoints()
154 if (current_address < user_end_address) in PowerOf2Watchpoints()