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

Method HandleSyncStory

OsiInterface/DebugMessages.cpp:431–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 }
430
431 void DebugMessageHandler::HandleSyncStory(uint32_t seq, DbgSyncStory const & req)
432 {
433 Debug(" --> DbgSyncStory()");
434
435 if (debugger_) {
436 debugger_->SyncStory();
437 } else {
438 Debug("SyncStory: Not attached to story debugger!");
439 }
440
441 SendSyncStoryFinished();
442 }
443
444 void DebugMessageHandler::HandleEvaluate(uint32_t seq, DbgEvaluate const & req)
445 {

Callers

nothing calls this directly

Calls 2

DebugFunction · 0.85
SyncStoryMethod · 0.80

Tested by

no test coverage detected