[Lldb-commits] [PATCH] D22039: [LLGS] Log more precise errors during inferior launch
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 6 03:53:38 PDT 2016
labath created this revision.
labath added a reviewer: tberghammer.
labath added a subscriber: lldb-commits.
Herald added subscribers: danalbert, tberghammer.
We are seeing infrequent failures to launch the inferior process on android. The failing call
seems to be execve(). This adds more logging to see the actual error reported by the call.
http://reviews.llvm.org/D22039
Files:
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/NativeProcessLinux.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22039.62841.patch
Type: text/x-patch
Size: 11874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160706/86f9d678/attachment.bin>
More information about the lldb-commits
mailing list