Searched refs:threads_info (Results 1 – 2 of 2) sorted by relevance
102 threads_info = context.get("threads_info")106 jthreads_info = json.loads(re.sub(r"}]", "}", threads_info))
879 llvm::Expected<json::Array> threads_info = GetJSONThreadsInfo( in PrepareStopReplyPacketForThread() local881 if (threads_info) { in PrepareStopReplyPacketForThread()884 unescaped_response.AsRawOstream() << std::move(*threads_info); in PrepareStopReplyPacketForThread()888 LLDB_LOG_ERROR(log, threads_info.takeError(), in PrepareStopReplyPacketForThread()3615 llvm::Expected<json::Value> threads_info = in Handle_jThreadsInfo() local3617 if (!threads_info) { in Handle_jThreadsInfo()3618 LLDB_LOG_ERROR(log, threads_info.takeError(), in Handle_jThreadsInfo()3624 response.AsRawOstream() << *threads_info; in Handle_jThreadsInfo()