Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
void BNDebuggerFreeThreads(BNDebugThread* threads, size_t count)
255
{
256
delete[] threads;
257
}
258
259
260
BNDebugThread BNDebuggerGetActiveThread(BNDebuggerController* controller)
Callers
1
GetThreads
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected