teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Pavel Labath 08c38f77c5 Revert "Implement xfer:libraries-svr4:read packet"
D62502, together with D62503 have broken the builds which have XML
support enabled. Reverting D62503 (r364355) fixed that, but has broken
has left some of the tests introduced by D62502 broken more or less
nondeternimistically (it depended on whether the system happens to place
the library list near unreadable pages of memory). I attempted to make a
partial fix for this in r364748, but Jan Kratochvil pointed out that
this reintroduces the problem which reverting D62503 was trying to
solve.

So instead, I back out the whole thing so we can get back to a clean
slate that works for everyone. We can figure out a way forward from
there.

This reverts r364748, r363772 and r363707.

llvm-svn: 364751
2019-07-01 12:41:20 +00:00
..
commandline Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
inferior-crash Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
platform-process-connect Shorten socket names in TestPlatformProcessConnect 2018-02-16 12:57:35 +00:00
register-reading [lldb-server] Support 'g' packets 2019-05-30 07:25:22 +00:00
signal-filtering Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
test
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 Revert "Implement xfer:libraries-svr4:read packet" 2019-07-01 12:41:20 +00:00
lldbgdbserverutils.py Fix lldb-server test suite for python3 2019-02-15 07:47:06 +00:00
main.cpp [lldb-server] Update tests to use std::thread/mutex for all platforms 2019-04-12 07:48:49 +00:00
Makefile
socket_packet_pump.py Fix lldb-server test suite for python3 2019-02-15 07:47:06 +00:00
TestAppleSimulatorOSType.py Fix TestAppleSimulatorOSType.py with Xcode 10.2 2019-03-07 22:12:03 +00:00
TestGdbRemote_qThreadStopInfo.py Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
TestGdbRemote_vCont.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteAttach.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteAuxvSupport.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteExitCode.py Move TestGdbRemoteExitCode next to the other llgs tests 2018-02-27 18:07:53 +00:00
TestGdbRemoteExpeditedRegisters.py [LLDB][PPC64] Fixed issues with expedited registers 2018-03-06 11:54:41 +00:00
TestGdbRemoteHostInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteKill.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteModuleInfo.py Fix lldb-server test suite for python3 2019-02-15 07:47:06 +00:00
TestGdbRemoteProcessInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteRegisterState.py Simplify TestGdbRemoteRegisterState 2019-04-02 07:47:38 +00:00
TestGdbRemoteSingleStep.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteThreadsInStopReply.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestLldbGdbServer.py [lldb-server] Support 'g' packets 2019-05-30 07:25:22 +00:00