llvm-project/lldb/source
Jim Ingham 5799e291e1 Add locking around the m_owners collection in the breakpoint site. If we are in the middle of "BreakpointLocation::ShouldStop" we don't
want other commands (like "break disable") to mutate the owners of this breakpoint out from under us.

<rdar://problem/17255589>

llvm-svn: 211136
2014-06-18 01:04:40 +00:00
..
API Remove unused variables 2014-06-13 03:30:39 +00:00
Breakpoint Add locking around the m_owners collection in the breakpoint site. If we are in the middle of "BreakpointLocation::ShouldStop" we don't 2014-06-18 01:04:40 +00:00
Commands Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
Core Core: address comparison of signed and unsigned types 2014-06-13 03:30:42 +00:00
DataFormatters Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
Expression Don't dereference target if it is NULL. 2014-06-13 21:57:58 +00:00
Host Windows fix: Condition::Wait returned failure when it actually succeeded (SleepConditionVariableCS returns non-zero for success) 2014-06-03 14:33:41 +00:00
Interpreter Interpreter: kill some dead code 2014-06-13 03:30:47 +00:00
Plugins Avoid crashing on invalid or unreadable ELF core 2014-06-17 14:14:33 +00:00
Symbol Don't allow two threads to create/use the section list before it has been fully populated. 2014-06-16 19:44:24 +00:00
Target Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
Utility Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
CMakeLists.txt Fix windows build: SBTypeEnumMember.cpp added to the separate windows liblldb.dll project. 2014-06-03 13:01:18 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00