MCPcopy Create free account
hub / github.com/Vector35/debugger / BNDebuggerFreeBreakpoints

Function BNDebuggerFreeBreakpoints

core/ffi.cpp:767–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765
766
767void BNDebuggerFreeBreakpoints(BNDebugBreakpoint* breakpoints, size_t count)
768{
769 for (size_t i = 0; i < count; i++)
770 {
771 BNDebuggerFreeString(breakpoints[i].module);
772 }
773 delete[] breakpoints;
774}
775
776
777void BNDebuggerDeleteAbsoluteBreakpoint(BNDebuggerController* controller, uint64_t address)

Callers 1

GetBreakpointsMethod · 0.85

Calls 1

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected