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

Method PauseAndWait

core/debuggercontroller.cpp:948–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946
947
948DebugStopReason DebuggerController::PauseAndWait()
949{
950 auto reason = PauseAndWaitInternal();
951 NotifyStopped(reason);
952 return reason;
953}
954
955
956DebugStopReason DebuggerController::GoAndWaitInternal()

Callers 1

BNDebuggerPauseAndWaitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected