mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
pc's should be printed in hex...
llvm-svn: 333208
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user