Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp5041 static const char *const s_async_json_packet_prefix = "JSON-async:"; variable
5047 if (!packet.consume_front(s_async_json_packet_prefix)) { in ParseStructuredDataPacket()
5055 packet.slice(0, strlen(s_async_json_packet_prefix)).str().c_str()); in ParseStructuredDataPacket()