MCPcopy 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
84void BNDebuggerFreeString(char* str)
85{
86 BNFreeString(str);
87}
88
89
90char** BNDebuggerAllocStringList(const char** contents, size_t size)

Callers 15

BNDebuggerFreeFramesFunction · 0.85
BNDebuggerFreeModulesFunction · 0.85
BNDebuggerFreeRegistersFunction · 0.85
GetAdapterTypeMethod · 0.85
GetRemoteHostMethod · 0.85
GetInputFileMethod · 0.85
GetExecutablePathMethod · 0.85
GetWorkingDirectoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected