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

Function BNDebuggerFreeThreads

core/ffi.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253
254void BNDebuggerFreeThreads(BNDebugThread* threads, size_t count)
255{
256 delete[] threads;
257}
258
259
260BNDebugThread BNDebuggerGetActiveThread(BNDebuggerController* controller)

Callers 1

GetThreadsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected