[Lldb-commits] [PATCH] D32087: Modify GDBRemoteCommunication::ScopedTimeout to not ever decrease a timeout

2017-04-15 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. looks good, thank you. https://reviews.llvm.org/D32087 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/ma

Re: [Lldb-commits] [PATCH] D32087: Modify GDBRemoteCommunication::ScopedTimeout to not ever decrease a timeout

2017-04-15 Thread Zachary Turner via lldb-commits
Does 0 mean infinite here? If so are the newly introduced semantics here still correct? On Sat, Apr 15, 2017 at 3:34 AM Pavel Labath via Phabricator via lldb-commits wrote: > labath accepted this revision. > labath added a comment. > This revision is now accepted and ready to land. > > looks good

[Lldb-commits] [PATCH] D31823: Update LLDB Host to support IPv6 over TCP

2017-04-15 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Thank you for taking the time to do this. It looks like ppoll was added to linux quite a long time ago, but we still get some patches supporting surprisingly old kernels. I hope it doesn't com

[Lldb-commits] [PATCH] D32080: Introduce FPR and Debug Registers/NetBSD/amd64 support

2017-04-15 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski updated this revision to Diff 95380. krytarowski retitled this revision from "Introduce initial Debug Registers/NetBSD/amd64 support" to "Introduce FPR and Debug Registers/NetBSD/amd64 support". krytarowski edited the summary of this revision. krytarowski added a comment. Add FPR sup

[Lldb-commits] [lldb] r300416 - ThreadSanitizer plugin: Support Swift access races and fix how external races are displayed.

2017-04-15 Thread Kuba Mracek via lldb-commits
Author: kuba.brecka Date: Sat Apr 15 23:02:45 2017 New Revision: 300416 URL: http://llvm.org/viewvc/llvm-project?rev=300416&view=rev Log: ThreadSanitizer plugin: Support Swift access races and fix how external races are displayed. Modified: lldb/trunk/source/Plugins/InstrumentationRuntime/