teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Jason Molenda 0187a8f6f9 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices.
Normal customer devices won't be able to run these devices, we're hoping to get
a public facing bot set up at some point.  Both devices pass the testsuite without
any errors or failures.

I have seen some instability with the armv7 test runs, I may submit additional patches
to address this.  arm64 looks good.

I'll be watching the bots for the rest of today; if any problems are introduced by
this patch I'll revert it - if anyone sees a problem with their bot that I don't
see, please do the same.  I know it's a rather large patch.

One change I had to make specifically for iOS devices was that debugserver can't 
create files.  There were several tests that launch the inferior process redirecting
its output to a file, then they retrieve the file.  They were not trying to test
file redirection in these tests, so I rewrote those to write their output to a file
directly.

llvm-svn: 314038
2017-09-22 22:34:53 +00:00
..
commandline Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
exit-code Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
inferior-crash Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
platform-process-connect Finish the reformatting of the lldb-server test executables 2017-02-23 10:00:33 +00:00
signal-filtering Add a comment to describe purpose of signal-filtering test 2017-02-28 02:40:34 +00:00
test *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
thread-name Remove HostThreadLinux/Free/NetBSD 2017-03-17 09:51:23 +00:00
.clang-format Reformat inferior's main.cpp in lldb-server test 2017-02-23 09:46:33 +00:00
gdbremote_testcase.py Hardware breakpoints for Linux on Arm/AArch64 targets 2017-02-24 13:27:31 +00:00
lldbgdbserverutils.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
main.cpp Support NetBSD Thread ID in lldb-server tests 2017-02-27 17:52:48 +00:00
Makefile Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due thumb instructions 2016-08-11 10:35:05 +00:00
socket_packet_pump.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TestGdbRemote_qThreadStopInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemote_vCont.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteAttach.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteAuxvSupport.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteExpeditedRegisters.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteHostInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteKill.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteModuleInfo.py Fix test breakage in r280919 2016-09-08 11:09:14 +00:00
TestGdbRemoteProcessInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteRegisterState.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteSingleStep.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestGdbRemoteThreadsInStopReply.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00
TestLldbGdbServer.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-22 22:34:53 +00:00