[all-commits] [llvm/llvm-project] d518d4: [LLDB]Move clean up to dtor (#181010)
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Wed Feb 11 12:42:15 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d518d495315621bc751927069dbf609866f98b90
https://github.com/llvm/llvm-project/commit/d518d495315621bc751927069dbf609866f98b90
Author: Vy Nguyen <vyng at google.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M lldb/source/Target/Process.cpp
Log Message:
-----------
[LLDB]Move clean up to dtor (#181010)
I attempted to cleanup the raw ptr in pr/180996. But the cleanup should
have been done in the dtor, not `StopPrivateStateThread` so moving it
there.
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