Home
last modified time | relevance | path

Searched refs:threads_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp880 llvm::Expected<json::Array> threads_info = GetJSONThreadsInfo( in PrepareStopReplyPacketForThread() local
882 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() local
3643 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()