Test case to verify that lldb falls back to p/P if g is unsupported
authorJason Molenda <jmolenda@apple.com>
Fri, 8 Nov 2019 23:55:46 +0000 (15:55 -0800)
committerJason Molenda <jmolenda@apple.com>
Fri, 8 Nov 2019 23:57:54 +0000 (15:57 -0800)
commit1478f36f27cfe06c5da75ef11fab2d409f2beafe
tree5e352485b434155a1a8d4beda321fa9f9bbabf19
parentdb797bfb2bd24e40d8f0ed422fd4087894ed0eab
Test case to verify that lldb falls back to p/P if g is unsupported
and that lldb uses the expedited register values in the ? packet
aka stop packet (T11 etc) and does not re-fetch them with the p packet.

This test is currently failing from the "[lldb-server] Add setting to
force 'g' packet use" commit; I'm marking it as @expectedFailureAll
until we can get this fixed.
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py [new file with mode: 0644]