[all-commits] [llvm/llvm-project] 45f979: [lldb] [test] Terminate "process connect" connecti...

Michał Górny via All-commits all-commits at lists.llvm.org
Mon Oct 4 03:29:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45f9795085ee0fe6fd23129d80aad5a2ea5026a0
      https://github.com/llvm/llvm-project/commit/45f9795085ee0fe6fd23129d80aad5a2ea5026a0
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
    M lldb/test/API/functionalities/gdb_remote_client/TestPty.py

  Log Message:
  -----------
  [lldb] [test] Terminate "process connect" connections via kill

Fix the termination of "process connect" (and "gdb-remote") to kill
the process rather than attempting to disconnect the platform.
The latter only results in an error since we did not use "platform
connect", and apparently process-level connections (at least via
gdb-remote) do not really support disconnecting.

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




More information about the All-commits mailing list