hanchenye-llvm-project/lldb/docs
Jason Molenda 1e7ecd3e64 Fix a race condition in FuncUnwinders where the mutex was being
acquired only after checking if the ivar shared pointer was already
filled in.  But when I assign an UnwindPlan object to the shared
pointer, I assign an empty object and then fill it in.  That leaves
a window where another thread could get the shared pointer to the
empty (but quickly being-filled-in) object and lead to a crash.

Also two changes from Greg for correctness on the TestMultipleDebuggers
test case.

<rdar://problem/30564102> 

llvm-svn: 296084
2017-02-24 03:35:46 +00:00
..
structured_data Small tweaks to the markup in StructuredDataPlugins. 2016-12-13 05:59:24 +00:00
testsuite Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
CMakeLists.txt
building-with-debug-llvm.txt
code-signing.txt
doxygen.cfg.in
doxygen.footer
doxygen.header
doxygen.intro
lldb-for-gdb-users.txt
lldb-gdb-remote.txt Fix a race condition in FuncUnwinders where the mutex was being 2017-02-24 03:35:46 +00:00
lldb.1