llvm-project/lldb/test/API/functionalities/gdb_remote_client
Gongyu Deng 3cd8d7b172 [lldb] Remote disk file/directory completion for platform commands
1. Extended the gdb-remote communication related classes with disk file/directory
   completion functions;
2. Added two common completion functions RemoteDiskFiles and
   RemoteDiskDirectories based on the functions above;
3. Added completion for these commands:
   A. platform get-file <remote-file> <local-file>;
   B. platform put-file <local-file> <remote-file>;
   C. platform get-size <remote-file>;
   D. platform settings -w <remote-dir>;
   E. platform open file <remote-file>.
4. Added related tests for client and server;
5. Updated docs/lldb-platform-packets.txt.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D85284
2020-08-24 17:55:54 +02:00
..
TestArmRegisterDefinition.py
TestGDBRemoteClient.py [lldb/Reproducers] Differentiate active and passive replay unexpected packet. 2020-05-27 13:52:38 -07:00
TestGDBRemoteDiskFileCompletion.py [lldb] Remote disk file/directory completion for platform commands 2020-08-24 17:55:54 +02:00
TestGDBRemoteLoad.py [lldb/Reproducers] Update GDB remote client tests for passive replay 2020-05-19 13:07:50 -07:00
TestIOSSimulator.py [lldb] Skip the Apple Simulator tests with reproducers 2020-08-17 11:29:37 -07:00
TestJLink6Armv7RegisterDefinition.py [lldb/Reproducers] Update GDB remote client tests for passive replay 2020-05-19 13:07:50 -07:00
TestNestedRegDefinitions.py
TestNoGPacketSupported.py
TestNoWatchpointSupportInfo.py
TestPlatformClient.py
TestProcessConnect.py [lldb] Skip TestProcessConnect when running remotely 2020-08-05 15:27:34 -07:00
TestRecognizeBreakpoint.py
TestRegDefinitionInParts.py
TestRestartBug.py [lldb/Reproducers] Skip & add FIXME to tests failing with unexpected packet. 2020-05-27 13:52:48 -07:00
TestStopPCs.py
TestTargetXMLArch.py
TestThreadSelectionBug.py
TestWasm.py Revert "Correctly identify iOS simulator processes in debugserver." 2020-03-06 10:16:47 -08:00
TestWriteMemory.py [lldb/Reproducers] Skip or fix the remaining tests. 2020-05-27 21:02:36 -07:00
TestqOffsets.py [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
a.yaml
basic_eh_frame.yaml
gdbclientutils.py [lldb] Remote disk file/directory completion for platform commands 2020-08-24 17:55:54 +02:00
operating_system.py
operating_system_2.py
qOffsets.yaml [lldb/gdb-remote] Add support for the qOffsets packet 2020-02-26 10:18:58 +01:00
test_sym.yaml [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging 2020-02-17 12:42:23 +01:00
test_wasm_embedded_debug_sections.yaml [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging 2020-02-17 12:42:23 +01:00
test_wasm_external_debug_sections.yaml [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging 2020-02-17 12:42:23 +01:00