hanchenye-llvm-project/lldb/source/Plugins/LanguageRuntime
Jim Ingham 3ee12ef26e We were accessing the ModuleList in the target without locking it for tasks like
setting breakpoints.  That's dangerous, since while we are setting a breakpoint,
the target might hit the dyld load notification, and start removing modules from
the list.  This change adds a GetMutex accessor to the ModuleList class, and
uses it whenever we are accessing the target's ModuleList (as returned by GetImages().)

<rdar://problem/11552372>

llvm-svn: 157668
2012-05-30 02:19:25 +00:00
..
CPlusPlus/ItaniumABI <rdar://problem/11355592> Fixing a bug where we would incorrectly try and determine a dynamic type for a variable of a pointer type that is not a valid generic type for dynamic pointers. 2012-05-21 16:51:35 +00:00
ObjC/AppleObjCRuntime We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00