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

Method GetBreakpointAddr

IDEHelper/Debugger.h:304–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 virtual Breakpoint* FindBreakpointAt(intptr address) = 0;
303 virtual Breakpoint* GetActiveBreakpoint() = 0;
304 virtual uintptr GetBreakpointAddr(Breakpoint* breakpoint) { return breakpoint->GetAddr(); }
305 virtual void BreakAll() = 0;
306 virtual bool TryRunContinue() = 0;
307 virtual void StepInto(bool inAssembly) = 0;

Callers 1

Breakpoint_GetAddressFunction · 0.45

Calls 1

GetAddrMethod · 0.45

Tested by

no test coverage detected