Home
last modified time | relevance | path

Searched refs:stop_request (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dardi.c399 static volatile bool stop_request = FALSE; variable
1349 stop_request = 1; in angel_RDI_stop_request()
1412 stop_request = FALSE; in angel_RDI_ExecuteOrStep()
1420 if (interrupt_request || stop_request) in angel_RDI_ExecuteOrStep()
1424 stop_request = FALSE; in angel_RDI_ExecuteOrStep()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1303 Expected<TraceStopRequest> stop_request = in Handle_jLLDBTraceStop() local
1305 if (!stop_request) in Handle_jLLDBTraceStop()
1306 return SendErrorResponse(stop_request.takeError()); in Handle_jLLDBTraceStop()
1308 if (Error err = m_current_process->TraceStop(*stop_request)) in Handle_jLLDBTraceStop()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20001470 * rdi-share/ardi.c (stop_request): New variable. Tells when a stop
1475 waits while target is executing. Initialize and reset stop_request.