From 98d6da5f7cb69d8165e4954ca64463acd93db9eb Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 28 Jun 2012 20:30:23 +0000 Subject: Make the error message when we time out waiting for debugserver to reply to the qLaunchSuccess packet less cryptic. llvm-svn: 159373 --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index b08350a5ec8..cf527e26283 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp @@ -760,7 +760,7 @@ GDBRemoteCommunicationClient::GetLaunchSuccess (std::string &error_str) } else { - error_str.assign ("failed to send the qLaunchSuccess packet"); + error_str.assign ("timed out waiting for app to launch"); } return false; } -- cgit v1.2.3