Searched refs:stop_request (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dardi.c399 static volatile bool stop_request = FALSE; variable
1349 stop_request = 1;
1412 stop_request = FALSE;
1420 if (interrupt_request || stop_request)
1424 stop_request = FALSE;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1303 Expected<TraceStopRequest> stop_request = local
1305 if (!stop_request)
1306 return SendErrorResponse(stop_request.takeError());
1308 if (Error err = m_current_process->TraceStop(*stop_request))

Completed in 208 milliseconds