Add one more bit of logging for armv7 watchpoint debugging.

llvm-svn: 172702
This commit is contained in:
Jason Molenda 2013-01-17 05:34:17 +00:00
parent 3fc2f9114a
commit d0011a92d1
1 changed files with 2 additions and 0 deletions

View File

@ -2450,6 +2450,8 @@ DNBArchMachARM::EnableHardwareWatchpoint (nub_addr_t addr, nub_size_t size, bool
(write ? WCR_STORE : 0) | // Stop on write access?
WCR_ENABLE; // Enable this watchpoint;
DNBLogThreadedIf(LOG_WATCHPOINTS, "DNBArchMachARM::EnableHardwareWatchpoint() adding watchpoint on address 0x%llx with control register value 0x%x", (uint64_t) m_state.dbg.__wvr[i], (uint32_t) m_state.dbg.__wcr[i]);
kret = SetDBGState();
//DumpDBGState(m_state.dbg);