Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5369 static const char *const s_async_json_packet_prefix = "JSON-async:"; variable
5375 if (!packet.consume_front(s_async_json_packet_prefix)) { in ParseStructuredDataPacket()
5383 packet.slice(0, strlen(s_async_json_packet_prefix)).str().c_str()); in ParseStructuredDataPacket()