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.cpp877 llvm::Expected<json::Array> threads_info = GetJSONThreadsInfo( in PrepareStopReplyPacketForThread() local
879 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()
3637 llvm::Expected<json::Value> threads_info = in Handle_jThreadsInfo() local
3639 if (!threads_info) { in Handle_jThreadsInfo()
3640 LLDB_LOG_ERROR(log, threads_info.takeError(), in Handle_jThreadsInfo()
3646 response.AsRawOstream() << *threads_info; in Handle_jThreadsInfo()