[Lldb-commits] [PATCH] D61833: Fix IPv6 support on lldb-server platform

2019-05-12 Thread António Afonso via Phabricator via lldb-commits
aadsm created this revision. aadsm added a reviewer: labath. Herald added subscribers: lldb-commits, jfb, mgorny. Herald added a project: LLDB. This is a general fix for the ConnectionFileDescriptor class but my main motivation was to make lldb-server working with IPv6. The connect URI can use sq

[Lldb-commits] [lldb] r360554 - Fix file names in file headers. NFC

2019-05-12 Thread Fangrui Song via lldb-commits
Author: maskray Date: Sun May 12 21:42:32 2019 New Revision: 360554 URL: http://llvm.org/viewvc/llvm-project?rev=360554&view=rev Log: Fix file names in file headers. NFC Modified: lldb/trunk/include/lldb/API/SBExpressionOptions.h lldb/trunk/include/lldb/API/SBThreadPlan.h lldb/trunk/i

[Lldb-commits] [lldb] r360557 - [CMake] Add lli to LLDB_TEST_DEPS

2019-05-12 Thread Fangrui Song via lldb-commits
Author: maskray Date: Sun May 12 22:05:46 2019 New Revision: 360557 URL: http://llvm.org/viewvc/llvm-project?rev=360557&view=rev Log: [CMake] Add lli to LLDB_TEST_DEPS lli is used by lit/Breakpoint/jitbp_elf.test I had a test failure when running check-lldb-lit because my lli was stale. Modified