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()3639 llvm::Expected<json::Value> threads_info = in Handle_jThreadsInfo() local3641 if (!threads_info) { in Handle_jThreadsInfo()3642 LLDB_LOG_ERROR(log, threads_info.takeError(), in Handle_jThreadsInfo()3648 response.AsRawOstream() << *threads_info; in Handle_jThreadsInfo()