Files
llvm/lldb/source/Target
Greg Clayton 0b88d815e3 <rdar://problem/11184458>
Found an issue where we might still have shared pointer references to lldb_private::Thread objects where the object itself is not valid and has been removed from the Process. When a thread is removed from a process, it will call Thread::DestroyThread() which well set a boolean member variable which is exposed now via:

bool
Thread::IsValid() const;

We then check the thread validity before handing out a shared pointer.

llvm-svn: 154048
2012-04-04 20:43:47 +00:00
..
2012-04-04 20:43:47 +00:00
2012-03-19 22:22:41 +00:00
2012-03-26 23:03:23 +00:00
2012-03-29 01:41:38 +00:00