Lines Matching defs:io_handler_sp
275 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler());
276 if (io_handler_sp)
277 io_handler_sp->SetIsDone(true);
291 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler());
292 if (io_handler_sp) {
293 io_handler_sp->SetIsDone(false);
416 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler());
417 if (io_handler_sp) {
418 io_handler_sp->SetIsDone(false);
569 lldb::IOHandlerSP io_handler_sp(GetIOHandler());
578 debugger.RunIOHandlerAsync(io_handler_sp);
599 io_handler_sp->WaitForPop();