[Lldb-commits] [PATCH] D41725: [lldb] [test] Fix missing HAVE_LIBZ for tests in stand-alone builds

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 8 11:31:18 PST 2018


IIUA, this code is negotiating the best compression to use for communication between lldb & the remote stub.  Since there's no guarantee that the remote stub has anything to do with llvm, you can't just use whatever llvm uses.

Jim


> On Jan 7, 2018, at 2:11 AM, Michał Górny via Phabricator via lldb-commits <lldb-commits at lists.llvm.org> wrote:
> 
> mgorny added a comment.
> 
> I was talking of:
> 
>  source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
>  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
>  tools/debugserver/source/RNBRemote.cpp
> 
> 
> https://reviews.llvm.org/D41725
> 
> 
> 
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits



More information about the lldb-commits mailing list