Re: [Lldb-commits] [lldb] r312008 - [IPv6] Fix a bug in the IPv6 listen behavior

2017-08-29 Thread Hans Wennborg via lldb-commits
Merged to 5.0 in r312016. On Tue, Aug 29, 2017 at 9:13 AM, Chris Bieneman via lldb-commits wrote: > Author: cbieneman > Date: Tue Aug 29 09:13:41 2017 > New Revision: 312008 > > URL: http://llvm.org/viewvc/llvm-project?rev=312008&view=rev > Log: > [IPv6] Fix a bug in the IPv6 listen behavior > >

[Lldb-commits] [lldb] r312008 - [IPv6] Fix a bug in the IPv6 listen behavior

2017-08-29 Thread Chris Bieneman via lldb-commits
Author: cbieneman Date: Tue Aug 29 09:13:41 2017 New Revision: 312008 URL: http://llvm.org/viewvc/llvm-project?rev=312008&view=rev Log: [IPv6] Fix a bug in the IPv6 listen behavior The socket bind address should either be localhost or anyaddress. This bug in the listen behavior was preventing ll

[Lldb-commits] [PATCH] D32522: Test case for the issue raised in D32271

2017-08-29 Thread vignesh balu via Phabricator via lldb-commits
vbalu updated this revision to Diff 113067. vbalu marked 2 inline comments as done. vbalu added a comment. done changes as ssuggested https://reviews.llvm.org/D32522 Files: packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py Index: packages/Python/lldbsuite/