Author: nitesh.jain
Date: Wed Apr 5 04:31:43 2017
New Revision: 299527
URL: http://llvm.org/viewvc/llvm-project?rev=299527&view=rev
Log:
Fix a typo introduce in r299200.
Modified:
lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
Modified:
lldb/trunk/so
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
Author: spyffe
Date: Wed Apr 5 15:33:39 2017
New Revision: 299587
URL: http://llvm.org/viewvc/llvm-project?rev=299587&view=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
Author: labath
Date: Wed Apr 5 15:34:26 2017
New Revision: 299588
URL: http://llvm.org/viewvc/llvm-project?rev=299588&view=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/trunk/packages/Python/lldbsu
Author: jmolenda
Date: Wed Apr 5 20:21:44 2017
New Revision: 299608
URL: http://llvm.org/viewvc/llvm-project?rev=299608&view=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
Author: jingham
Date: Wed Apr 5 20:33:38 2017
New Revision: 299609
URL: http://llvm.org/viewvc/llvm-project?rev=299609&view=rev
Log:
getAsInteger is not a equivalent replacement for strtol
work around that fact for CommandObjectMemoryWrite.
Modified:
lldb/trunk/source/Commands/CommandObje
Author: jmolenda
Date: Wed Apr 5 20:50:11 2017
New Revision: 299612
URL: http://llvm.org/viewvc/llvm-project?rev=299612&view=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:
Author: jmolenda
Date: Wed Apr 5 22:16:44 2017
New Revision: 299613
URL: http://llvm.org/viewvc/llvm-project?rev=299613&view=rev
Log:
Update unittests/Host/SocketTest.cpp to also use the new
one-socket API.
Modified:
lldb/trunk/unittests/Host/SocketTest.cpp
Modified: lldb/trunk/unittests/Ho