aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
diff options
context:
space:
mode:
authorKeno Fischer <kfischer@college.harvard.edu>2015-10-16 05:17:25 +0000
committerKeno Fischer <kfischer@college.harvard.edu>2015-10-16 05:17:25 +0000
commit47db4a2c50c3e7190e279cec46a22842b96c9909 (patch)
tree1262d3e3d4c291e236ce14052c52dd0d1f5635ae /lldb/source/Commands/CommandObjectMemory.cpp
parentb1d469c6575224adad8b89a0f7f436170b64397d (diff)
downloadllvm-47db4a2c50c3e7190e279cec46a22842b96c9909.zip
llvm-47db4a2c50c3e7190e279cec46a22842b96c9909.tar.gz
llvm-47db4a2c50c3e7190e279cec46a22842b96c9909.tar.bz2
Add a missing Mutex Locker in ResetCurrentInlinedDepth
Summary: This function reads m_frames, so it needs to lock the mutex like all other function that access m_frames. Found using AddressSanitizer. Reviewers: jingham, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D13638 llvm-svn: 250493
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions