Searched refs:threads_info (Results 1 – 1 of 1) sorted by relevance
877 llvm::Expected<json::Array> threads_info = GetJSONThreadsInfo( in PrepareStopReplyPacketForThread() local879 if (threads_info) { in PrepareStopReplyPacketForThread()882 unescaped_response.AsRawOstream() << std::move(*threads_info); in PrepareStopReplyPacketForThread()886 LLDB_LOG_ERROR(log, threads_info.takeError(), in PrepareStopReplyPacketForThread()3629 llvm::Expected<json::Value> threads_info = in Handle_jThreadsInfo() local3631 if (!threads_info) { in Handle_jThreadsInfo()3632 LLDB_LOG_ERROR(log, threads_info.takeError(), in Handle_jThreadsInfo()3638 response.AsRawOstream() << *threads_info; in Handle_jThreadsInfo()