aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-07-03 11:56:30 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-07-03 11:56:30 +0000
commit174242c74c55eeee7159a02a52985824b7375250 (patch)
treedc969995e5ef9c2aed4609cf46d54334ddf788b1 /lldb/source/Commands/CommandObjectThread.cpp
parent89c40a8b2d23728250d9ce87a980004ea3647add (diff)
downloadllvm-174242c74c55eeee7159a02a52985824b7375250.zip
llvm-174242c74c55eeee7159a02a52985824b7375250.tar.gz
llvm-174242c74c55eeee7159a02a52985824b7375250.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: 212268
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions