[all-commits] [llvm/llvm-project] 766afb: Don't re-define constants that are now in compact_...

Jason Molenda via All-commits all-commits at lists.llvm.org
Thu Sep 9 17:04:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 766afbc8042bc45283d52c763d11327a34eb04a6
      https://github.com/llvm/llvm-project/commit/766afbc8042bc45283d52c763d11327a34eb04a6
  Author: Jason Molenda <jason at molenda.com>
  Date:   2021-09-09 (Thu, 09 Sep 2021)

  Changed paths:
    M lldb/tools/compact-unwind/compact-unwind-dumper.c

  Log Message:
  -----------
  Don't re-define constants that are now in compact_unwind_encoding.h.


  Commit: f3472ad5c5f88c3425fc54f40d3d5280258d8be5
      https://github.com/llvm/llvm-project/commit/f3472ad5c5f88c3425fc54f40d3d5280258d8be5
  Author: Jason Molenda <jason at molenda.com>
  Date:   2021-09-09 (Thu, 09 Sep 2021)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

  Log Message:
  -----------
  Add specific error messages around gdb RSP handshake failures

Report timeout exceeded and connection lost error messages
when sending the initial handshake packet in a gdb remote
serial protocol connection, an especially fragile time.

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


Compare: https://github.com/llvm/llvm-project/compare/bcc34ab6c8ab...f3472ad5c5f8


More information about the All-commits mailing list