[Lldb-commits] [lldb] r299613 - Update unittests/Host/SocketTest.cpp to also use the new

2017-04-05 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Apr 5 22:16:44 2017 New Revision: 299613 URL: http://llvm.org/viewvc/llvm-project?rev=299613=rev Log: Update unittests/Host/SocketTest.cpp to also use the new one-socket API. Modified: lldb/trunk/unittests/Host/SocketTest.cpp Modified:

[Lldb-commits] [lldb] r299612 - Some old mach-o core files have an LC_IDENT load command

2017-04-05 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Apr 5 20:50:11 2017 New Revision: 299612 URL: http://llvm.org/viewvc/llvm-project?rev=299612=rev Log: Some old mach-o core files have an LC_IDENT load command and there's a string in there that can be helpful in locating the kernel binary. Use it. Modified:

[Lldb-commits] [lldb] r299609 - getAsInteger is not a equivalent replacement for strtol

2017-04-05 Thread Jim Ingham via lldb-commits
Author: jingham Date: Wed Apr 5 20:33:38 2017 New Revision: 299609 URL: http://llvm.org/viewvc/llvm-project?rev=299609=rev Log: getAsInteger is not a equivalent replacement for strtol work around that fact for CommandObjectMemoryWrite. Modified:

[Lldb-commits] [lldb] r299608 - Change how UDP sockets are set up -- use the same one socket for

2017-04-05 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Apr 5 20:21:44 2017 New Revision: 299608 URL: http://llvm.org/viewvc/llvm-project?rev=299608=rev Log: Change how UDP sockets are set up -- use the same one socket for both sending and receiving information, instead of using one socket to send and another to receive.

[Lldb-commits] [lldb] r299588 - Annotate some more libc++ tests with the new category

2017-04-05 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Apr 5 15:34:26 2017 New Revision: 299588 URL: http://llvm.org/viewvc/llvm-project?rev=299588=rev Log: Annotate some more libc++ tests with the new category This makes sure we are able to run them properly on android. Modified:

[Lldb-commits] [lldb] r299587 - The darwin_log tests are very fragile and currently do not properly assess the state of that functionality.

2017-04-05 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Wed Apr 5 15:33:39 2017 New Revision: 299587 URL: http://llvm.org/viewvc/llvm-project?rev=299587=rev Log: The darwin_log tests are very fragile and currently do not properly assess the state of that functionality. I have put them all in their own category, and made that

Re: [Lldb-commits] [PATCH] D31451: New C++ function name parsing logic

2017-04-05 Thread Jim Ingham via lldb-commits
No problem. You can't test on all platforms, so changes like this are bound to sometimes introduce regressions. If you can remember to watch the bots for systems you don't run or test on that makes the turnaround smoother. Otherwise, if it's a MacOS problem the QE folks here are sure to tell

[Lldb-commits] [lldb] r299527 - Fix a typo introduce in r299200.

2017-04-05 Thread Nitesh Jain via lldb-commits
Author: nitesh.jain Date: Wed Apr 5 04:31:43 2017 New Revision: 299527 URL: http://llvm.org/viewvc/llvm-project?rev=299527=rev Log: Fix a typo introduce in r299200. Modified: lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h Modified: