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

Function Breakpoint_GetAddress

IDEHelper/DebugManager.cpp:1071–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071BF_EXPORT uintptr BF_CALLTYPE Breakpoint_GetAddress(Breakpoint* wdBreakpoint, Breakpoint** outLinkedSibling)
1072{
1073 if (outLinkedSibling != NULL)
1074 *outLinkedSibling = wdBreakpoint->mLinkedSibling;
1075 return gDebugger->GetBreakpointAddr(wdBreakpoint);
1076}
1077
1078BF_EXPORT bool BF_CALLTYPE Breakpoint_IsMemoryBreakpointBound(Breakpoint* wdBreakpoint)
1079{

Callers

nothing calls this directly

Calls 1

GetBreakpointAddrMethod · 0.45

Tested by

no test coverage detected