[all-commits] [llvm/llvm-project] 449263: [lldb-dap] Do not take ownership of stdin. (#133811)

John Harrison via All-commits all-commits at lists.llvm.org
Mon Mar 31 15:51:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4492632432190ed8ab3bc39ff8ee5ba9a89256cf
      https://github.com/llvm/llvm-project/commit/4492632432190ed8ab3bc39ff8ee5ba9a89256cf
  Author: John Harrison <harjohn at google.com>
  Date:   2025-03-31 (Mon, 31 Mar 2025)

  Changed paths:
    M lldb/tools/lldb-dap/lldb-dap.cpp

  Log Message:
  -----------
  [lldb-dap] Do not take ownership of stdin. (#133811)

There isn't any benefit to taking ownership of stdin and it may cause
issues if `Transport` is dealloced.



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