Adjust the calls to __introspection_dispatch_thread_get_item_info to
authorJason Molenda <jmolenda@apple.com>
Tue, 11 Feb 2014 00:36:18 +0000 (00:36 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 11 Feb 2014 00:36:18 +0000 (00:36 +0000)
commitda276f9013d3169751320e169f136530015f352b
tree968769cdb6e78055d5941e1a8771f348addb5284
parentb60f83878cd9aae1870efe0f36315d31b43033aa
Adjust the calls to __introspection_dispatch_thread_get_item_info to
use a system-wide unique thread ID instead of a pthread_t to identify
the thread we want debug info for.  Also, free some more memory regions
that needed to be freed.

llvm-svn: 201117
lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h
lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp