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

Method RunToAndWait

api/debuggercontroller.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426
427DebugStopReason DebuggerController::RunToAndWait(uint64_t remoteAddresses)
428{
429 return RunToAndWait(std::vector<uint64_t> {remoteAddresses});
430}
431
432
433DebugStopReason DebuggerController::RunToAndWait(const std::vector<uint64_t>& remoteAddresses)

Callers

nothing calls this directly

Calls 3

BNDebuggerRunToAndWaitFunction · 0.85
sizeMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected