Merged to release_90 in r367128.
On Wed, Jul 24, 2019 at 11:37 PM Pavel Labath via lldb-commits
wrote:
>
> Author: labath
> Date: Wed Jul 24 23:38:33 2019
> New Revision: 366985
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366985&view=rev
> Log:
> LLGS: fix tracking execve on linux
>
> Summar
Author: labath
Date: Wed Jul 24 23:38:33 2019
New Revision: 366985
URL: http://llvm.org/viewvc/llvm-project?rev=366985&view=rev
Log:
LLGS: fix tracking execve on linux
Summary:
Due to a logic error, lldb-server ended up asserting/crashing every time
the debugged process attempted an execve(). Thi