aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-07-03 11:18:48 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-07-03 11:18:48 +0000
commitcfc40ef98a48180ea8d168fca930236731656ef8 (patch)
tree75b79e86c0b549cb8c2f44625ad820736c4bf9e7 /lldb/source/Commands/CommandObjectThread.cpp
parent47843efcf6d264a472744e21b7e85c40757f4a8f (diff)
downloadllvm-cfc40ef98a48180ea8d168fca930236731656ef8.zip
llvm-cfc40ef98a48180ea8d168fca930236731656ef8.tar.gz
llvm-cfc40ef98a48180ea8d168fca930236731656ef8.tar.bz2
[msan] Stop propagating shadow in blacklisted functions.
With this change all values passed through blacklisted functions become fully initialized. Previous behavior was to initialize all loads in blacklisted functions, but apply normal shadow propagation logic for all other operation. This makes blacklist applicable in a wider range of situations. It also makes code for blacklisted functions a lot shorter, which works as yet another workaround for PR17409. llvm-svn: 212265
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions