MCPcopy Create free account
hub / github.com/beefytech/Beef / GetBreakpointAddr

Method GetBreakpointAddr

IDEHelper/Compiler/CeDebugger.cpp:561–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetAddrMethod · 0.45

Tested by

no test coverage detected