Set thread names on FreeBSD
authorEd Maste <emaste@freebsd.org>
Thu, 25 Jul 2013 19:10:32 +0000 (19:10 +0000)
committerEd Maste <emaste@freebsd.org>
Thu, 25 Jul 2013 19:10:32 +0000 (19:10 +0000)
commit02983be252186caf1afb42f54786f5d88420cc13
tree02c6ea3ff3878764b4e798f16859b98ee6f808bd
parent72090eea73ef0c556277730dad5a58cb9c77dc52
Set thread names on FreeBSD

Also move the logic to shorten thread names from linux/Host.cpp to a new
SetShortThreadName as both FreeBSD and Linux need the functionality.

llvm-svn: 187149
lldb/include/lldb/Host/Host.h
lldb/source/Host/common/Host.cpp
lldb/source/Host/freebsd/Host.cpp
lldb/source/Host/linux/Host.cpp