[all-commits] [llvm/llvm-project] 674cb9: [lldb] Fix immediately-destroyed ScopedTimeout in ...

satyanarayana reddy janga via All-commits all-commits at lists.llvm.org
Tue Mar 24 14:22:45 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 674cb9e3f18a6e428d611f39e7f5a99537afb5b6
      https://github.com/llvm/llvm-project/commit/674cb9e3f18a6e428d611f39e7f5a99537afb5b6
  Author: satyanarayana reddy janga <satyajanga at fb.com>
  Date:   2026-03-24 (Tue, 24 Mar 2026)

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

  Log Message:
  -----------
  [lldb] Fix immediately-destroyed ScopedTimeout in KillProcess (#188333)

The ScopedTimeout was created as a temporary, causing it to be destroyed
immediately and the timeout to have no effect. Give it a name so it
lives until the end of the function scope.



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