pc's should be printed in hex...

llvm-svn: 333208
This commit is contained in:
Jim Ingham
2018-05-24 17:06:48 +00:00
parent 214eea0ef2
commit 9465ced2a6

View File

@@ -99,7 +99,7 @@ bool ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(Event *event_ptr) {
if (pc_addr == m_breakpoint_addr) {
if (log)
log->Printf("Got breakpoint stop reason but pc: %" PRIu64
log->Printf("Got breakpoint stop reason but pc: %x" PRIx64
"hasn't changed.", pc_addr);
return true;
}