From: Demi Obenour [mailto:demioben...@gmail.com]
Sent: Friday, July 21, 2017 8:54 PM
To: Ted Woodward ; lldb-dev@lists.llvm.org
Subject: Re: [lldb-dev] Trying to use socketpair for lldb-server fails
Sadly, that gives me nothing in the log file. Also,
ConnectionFileDescriptor::Connect already
--
> Qualcomm Innovation Center, Inc.
> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
> Linux Foundation Collaborative Project
>
> > -Original Message-
> > From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of
> Demi
> >
.org] On Behalf Of Demi
> Obenour via lldb-dev
> Sent: Wednesday, July 19, 2017 7:44 PM
> To: lldb-dev@lists.llvm.org
> Subject: [lldb-dev] Trying to use socketpair for lldb-server fails
>
> To avoid a local privilage escalation, I am trying to patch LLDB not to
use a TCP
> soc
To avoid a local privilage escalation, I am trying to patch LLDB not to
use a TCP socket for local communication.
The attached patch failed. Would anyone be able to provide suggestions
for how to debug the problem?
Sincerely,
Demi
Index: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
==