[all-commits] [llvm/llvm-project] 1478f3: Test case to verify that lldb falls back to p/P if...

Jason Molenda via All-commits all-commits at lists.llvm.org
Fri Nov 8 15:58:01 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1478f36f27cfe06c5da75ef11fab2d409f2beafe
      https://github.com/llvm/llvm-project/commit/1478f36f27cfe06c5da75ef11fab2d409f2beafe
  Author: Jason Molenda <jmolenda at apple.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py

  Log Message:
  -----------
  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.




More information about the All-commits mailing list