llvm-project/lldb/source
Jason Molenda 4da8706e5d Add a lock ivar to the Platform so that multiple Targets
trying to populate the list of trap handler names at
the same time don't conflict with one another.
<rdar://problem/17011969> 

llvm-svn: 209563
2014-05-23 23:11:27 +00:00
..
API Don't allow two threads to both be in SBDebugger::Create() due to threading issues in FormatManager. 2014-05-19 20:42:14 +00:00
Breakpoint Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
Commands lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline. 2014-05-08 16:59:00 +00:00
Core Correct comment for thread name log option 2014-05-21 13:46:46 +00:00
DataFormatters Introduce the concept of a "display name" for types 2014-05-17 19:14:17 +00:00
Expression Fixed the Symbol code to resolve the callable address 2014-05-23 02:30:48 +00:00
Host Implement Host::GetThreadName for FreeBSD 2014-05-21 18:09:55 +00:00
Interpreter Args::StringToGenericRegister will now accept "lr" as 2014-05-09 04:09:48 +00:00
Plugins Change ProcessKDP::DoReadMemory() to break up large memory 2014-05-21 23:44:02 +00:00
Symbol Fixed the Symbol code to resolve the callable address 2014-05-23 02:30:48 +00:00
Target Add a lock ivar to the Platform so that multiple Targets 2014-05-23 23:11:27 +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 lldb arm64 import. 2014-03-29 18:54:20 +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