Searched refs:threads_info (Results 1 – 1 of 1) sorted by relevance
880 llvm::Expected<json::Array> threads_info = GetJSONThreadsInfo( in PrepareStopReplyPacketForThread() local882 if (threads_info) { in PrepareStopReplyPacketForThread()885 unescaped_response.AsRawOstream() << std::move(*threads_info); in PrepareStopReplyPacketForThread()889 LLDB_LOG_ERROR(log, threads_info.takeError(), in PrepareStopReplyPacketForThread()3641 llvm::Expected<json::Value> threads_info = in Handle_jThreadsInfo() local3643 if (!threads_info) { in Handle_jThreadsInfo()3644 LLDB_LOG_ERROR(log, threads_info.takeError(), in Handle_jThreadsInfo()3650 response.AsRawOstream() << *threads_info; in Handle_jThreadsInfo()