Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2836 … const char *continue_cstr = (const char *)continue_packet->GetBytes (); in AsyncThread() local
2839 …PRIu64 ") got eBroadcastBitAsyncContinue: %s", __FUNCTION__, arg, process->GetID(), continue_cstr); in AsyncThread()
2841 if (::strstr (continue_cstr, "vAttach") == NULL) in AsyncThread()
2844 …rocess->GetGDBRemote().SendContinuePacketAndWaitForResponse (process, continue_cstr, continue_cstr… in AsyncThread()