[all-commits] [llvm/llvm-project] 364144: [lldb] Use StopInfoSP instead of StopInfo* (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jul 18 14:29:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3641448e08961d8b8621fafa01167f96d948ee9e
      https://github.com/llvm/llvm-project/commit/3641448e08961d8b8621fafa01167f96d948ee9e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-07-18 (Fri, 18 Jul 2025)

  Changed paths:
    M lldb/source/Target/Thread.cpp

  Log Message:
  -----------
  [lldb] Use StopInfoSP instead of StopInfo* (NFC)

Don't make assumptions about the lifetime of the underlying object and
use the shared_ptr to participate in reference counting and extend the
lifetime of the object to the end of the lexical 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