Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerFreeString
Function
BNDebuggerFreeString
core/ffi.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
84
void BNDebuggerFreeString(char* str)
85
{
86
BNFreeString(str);
87
}
88
89
90
char** BNDebuggerAllocStringList(const char** contents, size_t size)
Callers
15
BNDebuggerFreeProcessList
Function · 0.85
BNDebuggerFreeFrames
Function · 0.85
BNDebuggerFreeModules
Function · 0.85
BNDebuggerFreeRegisters
Function · 0.85
BNDebuggerFreeBreakpoints
Function · 0.85
BNDebuggerRegisterEventCallback
Function · 0.85
GetAdapterType
Method · 0.85
GetRemoteHost
Method · 0.85
GetInputFile
Method · 0.85
GetExecutablePath
Method · 0.85
GetWorkingDirectory
Method · 0.85
GetCommandLineArguments
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected