Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp2961 std::ostringstream json_strm; in SendStopReplyPacketForThread() local
2962 threads_info_sp->Dump(json_strm); in SendStopReplyPacketForThread()
2963 append_hexified_string(ostrm, json_strm.str()); in SendStopReplyPacketForThread()