MCPcopy Create free account
hub / github.com/Vector35/debugger / BNDebuggerFreeFrames

Function BNDebuggerFreeFrames

core/ffi.cpp:314–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313
314void BNDebuggerFreeFrames(BNDebugFrame* frames, size_t count)
315{
316 for (size_t i = 0; i < count; i++)
317 {
318 BNDebuggerFreeString(frames[i].m_functionName);
319 BNDebuggerFreeString(frames[i].m_module);
320 }
321
322 delete[] frames;
323}
324
325
326BNDebugModule* BNDebuggerGetModules(BNDebuggerController* controller, size_t* size)

Callers 1

GetFramesOfThreadMethod · 0.85

Calls 1

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected