llvm-project/lldb/source/Host
Greg Clayton 2637f82542 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out
the thread specific data and were destroying the thread specfic data more
than once.

Also added the ability to ask a lldb::StateType if it is stopped with an
additional paramter of "must_exist" which means that the state must be a
stopped state for a process that still exists. This means that eStateExited
and eStateUnloaded will no longer return true if "must_exist" is set to true.

llvm-svn: 144875
2011-11-17 01:23:07 +00:00
..
common Made the darwin host layer properly reap any child processes that it spawns. 2011-11-16 05:37:56 +00:00
freebsd Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
linux API fix and missing headers. 2011-05-19 23:07:19 +00:00
macosx Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out 2011-11-17 01:23:07 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00