llvm-project/lldb/test/API/tools/lldb-server
David Spickett ba822e248d [LLDB] Format lldb-server's target XML
So that the XML isn't one giant line. Which wasn't
a problem for lldb but was for me trying to troubleshoot
it using the logs.

It now looks like:
```
<?xml version="1.0"?>
<target version="1.0">
  <architecture>aarch64</architecture>
  <feature>
    <...>
    <reg name="fpcr" .../>
  </feature>
</target>
```

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D134035
2022-09-20 09:02:17 +00:00
..
attach-wait [lldb/test] Use the shim executable for TestGdbRemoteAttach*Or*Wait as well 2022-07-07 17:35:15 +02:00
commandline [LLDB] Remove __future__ imports from tests 2022-08-15 08:54:06 +00:00
inferior-crash [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
libraries-svr4 [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
memory-allocation [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
memory-tagging [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
register-reading [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
registers-target-xml-reading [LLDB] Format lldb-server's target XML 2022-09-20 09:02:17 +00:00
signal-filtering [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
test
thread-name [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
vCont-threads Reland "[lldb] [llgs] Fix multi-resume bugs with nonstop mode" 2022-07-15 15:24:00 +02:00
.clang-format
Makefile
TestAppleSimulatorOSType.py Reland "[lldb] Use just-built libcxx for tests when available" 2022-09-12 15:32:25 -04:00
TestGdbRemoteAttach.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteAuxvSupport.py [test] Increase test assertion for reasonable auxv values. 2022-09-12 19:41:06 -07:00
TestGdbRemoteCompletion.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteExitCode.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteExpeditedRegisters.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteFork.py [LLDB] Disable TestGdbRemoteFork* for Arm/AArch64 Linux 2022-07-05 13:45:26 +04:00
TestGdbRemoteForkNonStop.py [lldb] [llgs] Support resuming multiple processes via vCont w/ nonstop 2022-08-01 18:52:47 +02:00
TestGdbRemoteHostInfo.py [LLDB] Remove __future__ imports from tests 2022-08-15 08:54:06 +00:00
TestGdbRemoteKill.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteLaunch.py [lldb-server] Report launch error in vRun packets 2022-09-09 15:10:38 +02:00
TestGdbRemoteModuleInfo.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemotePlatformFile.py [LLDB] Remove __future__ imports from tests 2022-08-15 08:54:06 +00:00
TestGdbRemoteProcessInfo.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteRegisterState.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteSaveCore.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteSingleStep.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemoteThreadsInStopReply.py [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
TestGdbRemote_qThreadStopInfo.py [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
TestGdbRemote_vCont.py [lldb] [test] Mark test_vCont_supports_t llgs-only 2022-06-28 06:06:54 +02:00
TestLldbGdbServer.py [lldb-server] Report launch error in vRun packets 2022-09-09 15:10:38 +02:00
TestNonStop.py [lldb/test] Fix flakyness in TestNonStop.test_stdio 2022-07-21 16:53:13 +02:00
TestPtyServer.py [LLDB] Format lldb-server's target XML 2022-09-20 09:02:17 +00:00
categories
main.cpp [lldb] [llgs] Improve stdio forwarding in multiprocess+nonstop 2022-07-15 21:50:39 +02:00