Can't set watchpoints on launching threads on Linux LLGS.
authorChaoren Lin <chaorenl@google.com>
Thu, 26 Feb 2015 19:48:15 +0000 (19:48 +0000)
committerChaoren Lin <chaorenl@google.com>
Thu, 26 Feb 2015 19:48:15 +0000 (19:48 +0000)
commitf591f69fc34ead423d654950893aabdea63082c6
treef7bc810fc01af3f29784bc3d10576affe4a818d0
parentadbb3f207fba14e40f737c968bb78c63dc12b65a
Can't set watchpoints on launching threads on Linux LLGS.

Summary:
They'll be set anyway when the thread starts running, so the launching threads
should just ignore the set request.

Reviewers: ovyalov

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7914

llvm-svn: 230671
lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp