| 559 | } |
| 560 | |
| 561 | uintptr CeDebugger::GetBreakpointAddr(Breakpoint* breakpoint) |
| 562 | { |
| 563 | if (mBreakpointCacheDirty) |
| 564 | { |
| 565 | UpdateBreakpointCache(); |
| 566 | UpdateBreakpointAddrs(); |
| 567 | } |
| 568 | return breakpoint->GetAddr(); |
| 569 | } |
| 570 | |
| 571 | void CeDebugger::CheckBreakpoint(Breakpoint* breakpoint) |
| 572 | { |