mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 13:56:07 +00:00
Revert "Add one more verbose watchpoint logging for arm-ubuntu"
This reverts commit c84f2bac93f38c903bae2e92fc7749d93c2e1112.
This commit is contained in:
parent
209fe1f3d7
commit
9d41fba91c
@ -77,13 +77,6 @@ WatchpointAlgorithms::PowerOf2Watchpoints(addr_t user_addr, size_t user_size,
|
||||
size_t max_byte_size,
|
||||
uint32_t address_byte_size) {
|
||||
|
||||
Log *log = GetLog(LLDBLog::Watchpoints);
|
||||
LLDB_LOGV(log,
|
||||
"AtomizeWatchpointRequest user request addr {0:x} size {1} "
|
||||
"min_byte_size {2}, max_byte_size {3}, address_byte_size {4}",
|
||||
user_addr, user_size, min_byte_size, max_byte_size,
|
||||
address_byte_size);
|
||||
|
||||
// Can't watch zero bytes.
|
||||
if (user_size == 0)
|
||||
return {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user