[all-commits] [llvm/llvm-project] e066f3: [lldb] Fix qEcho message handling (#145072)

eleviant via All-commits all-commits at lists.llvm.org
Sat Jun 21 13:48:29 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e066f35c6981c720e3a7e5883efc40c861b3b7ee
      https://github.com/llvm/llvm-project/commit/e066f35c6981c720e3a7e5883efc40c861b3b7ee
  Author: eleviant <56861949+eleviant at users.noreply.github.com>
  Date:   2025-06-21 (Sat, 21 Jun 2025)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/gdbclientutils.py
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py

  Log Message:
  -----------
  [lldb] Fix qEcho message handling (#145072)

Patch fixes the sync-on-timeout logic in lldb and switches to qEcho
based ping, instead of qC. This fixes vRun message case, when there is
no process yet and qC returns an error.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list