teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
Guilherme Andrade b1b70f6761 [lldb-server] Add setting to force 'g' packet use
Following up on https://reviews.llvm.org/D62221, this change introduces
the settings plugin.process.gdb-remote.use-g-packet-for-reading.  When
they are on, 'g' packets are used for reading registers.

Using 'g' packets can improve performance by reducing the number of
packets exchanged between client and server when a large number of
registers needs to be fetched.

Differential revision: https://reviews.llvm.org/D62931
2019-11-07 10:48:54 +01:00
..
a.yaml
gdbclientutils.py [lldb-server] Add setting to force 'g' packet use 2019-11-07 10:48:54 +01:00
operating_system_2.py [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
operating_system.py [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
TestArmRegisterDefinition.py Change the disabling of packet logging to be in TearDownHook lambdas. 2019-05-10 23:22:15 +00:00
TestGDBRemoteClient.py [lldb-server] Add setting to force 'g' packet use 2019-11-07 10:48:54 +01:00
TestGDBRemoteLoad.py Add a test for setting the load address of a module with differing physical/virtual addresses 2018-03-26 11:45:32 +00:00
TestNestedRegDefinitions.py Support nested target.xml register definition files, lack of reg group markers. 2019-06-26 21:59:39 +00:00
TestNoWatchpointSupportInfo.py [lldb] Increase testsuite packet-timeout 5secs -> 1min 2019-07-29 16:10:16 +00:00
TestPlatformClient.py [android/process list] support showing process arguments 2019-10-16 18:47:05 +00:00
TestRecognizeBreakpoint.py @skipIfXmlSupportMissing TestRecognizeBreakpoint 2019-07-01 13:12:29 +00:00
TestRestartBug.py Rewrite the flaky test_restart_bug test in a more deterministic way 2018-02-08 10:37:23 +00:00
TestStopPCs.py Change the disabling of packet logging to be in TearDownHook lambdas. 2019-05-10 23:22:15 +00:00
TestTargetXMLArch.py Change the disabling of packet logging to be in TearDownHook lambdas. 2019-05-10 23:22:15 +00:00
TestThreadSelectionBug.py Re-land "Don't assume backing thread shares protocol ID." 2018-04-13 11:31:34 +00:00
TestWriteMemory.py The setUp/tearDown methods I added mssed up the test function; reorder. 2019-09-13 00:01:49 +00:00