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

Lines Matching defs:DoDetach

1770 ProcessGDBRemote::DoDetach(bool keep_stopped)
1775 log->Printf ("ProcessGDBRemote::DoDetach(keep_stopped: %i)", keep_stopped);
1785 log->PutCString ("ProcessGDBRemote::DoDetach() detach packet sent successfully");
1787 log->Printf ("ProcessGDBRemote::DoDetach() detach packet send failed: %s", error.AsCString() ? error.AsCString() : "<unknown error>");