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

Function RunToHereCallback

ui/ui.cpp:1359–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357
1358
1359static void RunToHereCallback(BinaryView* view, uint64_t addr)
1360{
1361 auto controller = DebuggerController::GetController(view);
1362 if (!controller)
1363 return;
1364 std::thread([=]() { controller->RunTo(addr); }).detach();
1365}
1366
1367
1368static bool ConnectedAndStopped(BinaryView* view, uint64_t addr)

Callers

nothing calls this directly

Calls 2

detachMethod · 0.80
RunToMethod · 0.45

Tested by

no test coverage detected