MCPcopy Create free account
hub / github.com/Vector35/debugger / ~DebuggerState

Method ~DebuggerState

core/debuggerstate.cpp:791–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789
790
791DebuggerState::~DebuggerState()
792{
793 delete m_adapter;
794 delete m_modules;
795 delete m_registers;
796 delete m_threads;
797 delete m_breakpoints;
798 delete m_memory;
799}
800
801
802void DebuggerState::AddBreakpoint(uint64_t address)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected