commit | b47794a97930bebe7fe41b54a40bb5cd733aa30c | [log] [tgz] |
---|---|---|
author | Stephen Wilson <wilsons@start.ca> | Sun Jan 16 16:56:16 2011 +0000 |
committer | Stephen Wilson <wilsons@start.ca> | Sun Jan 16 16:56:16 2011 +0000 |
tree | a285cb8d7016caaf3ee99dcce6c64201e5a89a03 | |
parent | 1364b3bb79f528aed515ad38499d3ef07469c9e5 [diff] [blame] |
Make a mandatory call to DestroyThread() in ~LinuxThread(). git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123583 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/Linux/LinuxThread.h b/source/Plugins/Process/Linux/LinuxThread.h index 7e30f0a..c7f29ca 100644 --- a/source/Plugins/Process/Linux/LinuxThread.h +++ b/source/Plugins/Process/Linux/LinuxThread.h
@@ -29,6 +29,8 @@ public: LinuxThread(lldb_private::Process &process, lldb::tid_t tid); + virtual ~LinuxThread(); + void RefreshStateAfterStop();