Author: gclayton
Date: Tue Jun 21 14:57:58 2016
New Revision: 273306
URL: http://llvm.org/viewvc/llvm-project?rev=273306&view=rev
Log:
Fix the "Release" build on MacOSX for debugserver. Extra bad include paths were
making things not build due to header file issues with stdio.h.
Modified:
ll
Author: gclayton
Date: Tue Jun 21 15:00:36 2016
New Revision: 273307
URL: http://llvm.org/viewvc/llvm-project?rev=273307&view=rev
Log:
Fix the use of lldb::eSymbolContextVariable.
In Address.cpp, we were asking for the lldb::eSymbolContextVariable to be
resolved, yet we weren't using the variabl
Author: tfiala
Date: Tue Jun 21 18:06:20 2016
New Revision: 273332
URL: http://llvm.org/viewvc/llvm-project?rev=273332&view=rev
Log:
add code coverage support to Xcode build
This change adds a new Xcode variable, LLDB_ENABLE_COVERAGE.
If set to 1, then the Xcode build will produce a clang
coverag