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

Method GetAllModules

core/debuggerstate.cpp:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419
420std::vector<DebugModule> DebuggerModules::GetAllModules()
421{
422 if (IsDirty())
423 Update();
424
425 return m_modules;
426}
427
428
429DebuggerBreakpoints::DebuggerBreakpoints(DebuggerState* state, std::vector<ModuleNameAndOffset> initial) :

Callers 1

BNDebuggerGetModulesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected