[all-commits] [llvm/llvm-project] 60ab30: Temporarily change the default for use-g-packet-fo...

Jason Molenda via All-commits all-commits at lists.llvm.org
Fri Nov 8 18:22:06 PST 2019


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

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td

  Log Message:
  -----------
  Temporarily change the default for use-g-packet-for-reading to false,
until we can automatically fall back to p/P if g/G are not supported;
it looks like there is a bug in debugserver's g/G packets taht needs
to be fixed, or debugserver should stop supporting g/G until that bug
is fixed.  But we need lldb to be able to fall back to p/P correctly
for that to be a viable workaround.




More information about the All-commits mailing list