Home | History | Annotate | Download | only in gdb-remote

Lines Matching full:continue_cstr

2836                                     const char *continue_cstr = (const char *)continue_packet->GetBytes ();
2839 log->Printf ("ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64 ") got eBroadcastBitAsyncContinue: %s", __FUNCTION__, arg, process->GetID(), continue_cstr);
2841 if (::strstr (continue_cstr, "vAttach") == NULL)
2844 StateType stop_state = process->GetGDBRemote().SendContinuePacketAndWaitForResponse (process, continue_cstr, continue_cstr_len, response);