Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerAllocString
Function
BNDebuggerAllocString
core/ffi.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
char* BNDebuggerAllocString(const char* contents)
79
{
80
return BNAllocString(contents);
81
}
82
83
84
void BNDebuggerFreeString(char* str)
Callers
15
BNDebuggerGetProcessList
Function · 0.85
BNDebuggerGetFramesOfThread
Function · 0.85
BNDebuggerGetModules
Function · 0.85
BNDebuggerGetRegisters
Function · 0.85
BNDebuggerGetAdapterType
Function · 0.85
BNDebuggerGetRemoteHost
Function · 0.85
BNDebuggerGetInputFile
Function · 0.85
BNDebuggerGetExecutablePath
Function · 0.85
BNDebuggerGetWorkingDirectory
Function · 0.85
BNDebuggerGetCommandLineArguments
Function · 0.85
BNDebuggerGetBreakpoints
Function · 0.85
BNDebuggerAbsoluteAddressToRelative
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected