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

Method StepReturnAndWait

api/debuggercontroller.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420
421DebugStopReason DebuggerController::StepReturnAndWait()
422{
423 return BNDebuggerStepReturnAndWait(m_object);
424}
425
426
427DebugStopReason DebuggerController::RunToAndWait(uint64_t remoteAddresses)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected