Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerAllocStringList
Function
BNDebuggerAllocStringList
core/ffi.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
90
char** BNDebuggerAllocStringList(const char** contents, size_t size)
91
{
92
return BNAllocStringList(contents, size);
93
}
94
95
96
void BNDebuggerFreeStringList(char** strs, size_t count)
Callers
1
BNGetAvailableDebugAdapterTypes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected