Searched refs:m_terminateExecutionCallback (Results 1 – 2 of 2) sorted by relevance
403 if (m_terminateExecutionCallback) { in terminateExecution()410 m_terminateExecutionCallback = std::move(callback); in terminateExecution()427 if (debugger->m_terminateExecutionCallback) { in terminateExecutionCompletedCallback()428 debugger->m_terminateExecutionCallback->sendSuccess(); in terminateExecutionCompletedCallback()429 debugger->m_terminateExecutionCallback.reset(); in terminateExecutionCompletedCallback()
246 std::unique_ptr<TerminateExecutionCallback> m_terminateExecutionCallback; variable