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

Method ~DebuggerController

core/debuggercontroller.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38DebuggerController::~DebuggerController()
39{
40 // This is not necessary since m_state should have been deleted by DebuggerController::Destroy()
41 if (m_state)
42 {
43 delete m_state;
44 m_state = nullptr;
45 }
46}
47
48
49void DebuggerController::AddBreakpoint(uint64_t address)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected