Lines Matching full:async
338 log->Printf ("async: async packet = %s", m_async_packet.c_str());
351 log->Printf ("async: sent interrupt");
356 log->Printf ("async: got response");
365 log->Printf ("async: timed out waiting for response");
374 log->Printf ("async: timed out waiting for process to resume, but process was resumed");
376 log->Printf ("async: async packet sent");
382 log->Printf ("async: timed out waiting for process to resume");
391 log->Printf ("async: got lock without sending interrupt");
405 log->Printf ("async: failed to interrupt");
411 log->Printf ("async: not running, async is ignored");
541 // may change if we are interrupted and we continue after an async packet...
600 // for an async signal or to send an async packet while running
609 // async packet will be the repeat stop reply packet and cause
628 // shouldn't continue after the async signal
640 log->Printf ("async: send signo = %s", Host::GetSignalAsCString (m_async_signal));
642 // Save off the async signal we are supposed to send
644 // Clear the async signal member so we don't end up
651 log->Printf ("async: stopped with signal %s, we are done running", Host::GetSignalAsCString (signo));
669 log->Printf ("async: stopped with signal %s, resume with %s",
689 packet_log->Printf ("async: error: empty async packet");
695 packet_log->Printf ("async: sending packet");
702 // Let the other thread that was trying to send the async
708 packet_log->Printf ("async: sent packet, continue_after_async = %i", continue_after_async);
711 // for the async packet did cause the stop
717 // for new threads that show up while we stop and run async
752 // Async miscellaneous reply. Right now, only profile data is coming through this channel.
788 log->Printf ("GDBRemoteCommunicationClient::%s () unrecognized async packet", __FUNCTION__);
880 log->Printf ("SendInterrupt () - sent interrupt, timed out wating for async thread resume");