Searched refs:sCurrentPipe (Results 1 – 1 of 1) sorted by relevance
57 static debugger_command_pipe* sCurrentPipe; variable363 debugger_command_pipe* oldPipe = sCurrentPipe; in invoke_debugger_command_pipe()364 sCurrentPipe = pipe; in invoke_debugger_command_pipe()395 sCurrentPipe = oldPipe; in invoke_debugger_command_pipe()404 return sCurrentPipe; in get_current_debugger_command_pipe()411 return sCurrentPipe != NULL in get_current_debugger_command_pipe_segment()412 ? &sCurrentPipe->segments[sCurrentPipeSegment] : NULL; in get_current_debugger_command_pipe_segment()