MCPcopy Create free account
hub / github.com/Norbyte/ositools / HandleDisconnect

Method HandleDisconnect

OsiInterface/DebugMessages.cpp:515–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 void DebugMessageHandler::HandleDisconnect()
516 {
517 Debug("Disconnected from debugger frontend");
518 if (debugger_) {
519 debugger_->Breakpoints().ClearAllBreakpoints();
520 if (debugger_->IsPaused()) {
521 debugger_->ContinueExecution(DbgContinue_Action_CONTINUE, 0, 0);
522 }
523 }
524 }
525
526 void DebugMessageHandler::Send(BackendToDebugger & msg)
527 {

Callers

nothing calls this directly

Calls 4

DebugFunction · 0.85
ClearAllBreakpointsMethod · 0.80
IsPausedMethod · 0.80
ContinueExecutionMethod · 0.80

Tested by

no test coverage detected