[Lldb-commits] [PATCH] Set error status when failed to catch stop after launch

Tamas Berghammer tberghammer at google.com
Mon Feb 23 03:02:09 PST 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7784

Files:
  lldb/trunk/source/Target/Process.cpp

Index: lldb/trunk/source/Target/Process.cpp
===================================================================
--- lldb/trunk/source/Target/Process.cpp
+++ lldb/trunk/source/Target/Process.cpp
@@ -3101,6 +3101,7 @@
                     {
                         // We were able to launch the process, but we failed to
                         // catch the initial stop.
+                        error.SetErrorString ("failed to catch stop after launch");
                         SetExitStatus (0, "failed to catch stop after launch");
                         Destroy();
                     }

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7784.20498.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150223/d4475847/attachment.bin>


More information about the lldb-commits mailing list