[all-commits] [llvm/llvm-project] f24ed3: Handle the case where the 'g' packet doesn't get a...

Jason Molenda via All-commits all-commits at lists.llvm.org
Wed Nov 20 14:15:14 PST 2019


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

  Changed paths:
    A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestJLink6Armv7RegisterDefinition.py
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp

  Log Message:
  -----------
  Handle the case where the 'g' packet doesn't get all regs.
lldb would silently accept a response to the 'g' packet
(read all registers) which was too large; this handles the
case where it is too small.

Differential Revision: https://reviews.llvm.org/D70417

<rdar://problem/34916465>




More information about the All-commits mailing list