llvm-project/lldb/unittests
Chris Bieneman 5226a2a6de [CMake] Need to set WITH_LOCKDOWN on debugserver target
Turns out WITH_LOCKDOWN define changes the struct layout and constructor implementation for RNBSocket which is used in debugserver.cpp, so we need to make sure this is consistent.

In the future we should change WITH_LOCKDOWN to be configured in a generated header, but for now we can just set it correctly.

<rdar://problem/33900552>

llvm-svn: 312666
2017-09-06 20:15:43 +00:00
..
Breakpoint Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Core Move Timer and TraceOptions from Core to Utility 2017-06-29 14:32:17 +00:00
Editline Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Expression Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Host [IPv6] Fix a bug in the IPv6 listen behavior 2017-08-29 16:13:41 +00:00
Interpreter [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
Language Enable parsing C++ names generated by lambda functions. 2017-07-13 19:48:43 +00:00
ObjectFile [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
Platform
Process Fix some warnings in ProcessorTraceTest.cpp 2017-07-04 12:29:30 +00:00
ScriptInterpreter Added new API to SBStructuredData class 2017-05-29 08:25:46 +00:00
Signals
Symbol [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
SymbolFile Fix a cmake typo to unbreak windows unit tests 2017-06-30 07:54:35 +00:00
Target [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
UnwindAssembly The x86 instruction unwinder can be asked to disassemble non-instruction 2017-07-08 00:12:15 +00:00
Utility Fixup for r311483: Use correct path to StreamString.h 2017-08-22 19:09:39 +00:00
debugserver [CMake] Need to set WITH_LOCKDOWN on debugserver target 2017-09-06 20:15:43 +00:00
tools Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
CMakeLists.txt [unittests] Build LLVMTestingSupport for out-of-source builds 2017-08-21 17:41:39 +00:00
gtest_common.h