teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Antonio Afonso fda83c9b0b Implement xfer:libraries-svr4:read packet
Summary:
This is the fourth patch to improve module loading in a series that started here (where I explain the motivation and solution): D62499

Implement the `xfer:libraries-svr4` packet by adding a new function that generates the list and then in Handle_xfer I generate the XML for it. The XML is really simple so I'm just using string concatenation because I believe it's more readable than having to deal with a DOM api.

Reviewers: clayborg, xiaobai, labath

Reviewed By: labath

Subscribers: emaste, mgorny, srhines, krytarowski, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D62502

llvm-svn: 363707
2019-06-18 17:51:56 +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
libraries-svr4 Implement xfer:libraries-svr4:read packet 2019-06-18 17:51:56 +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
.clang-format
gdbremote_testcase.py Implement xfer:libraries-svr4:read packet 2019-06-18 17:51:56 +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