[Lldb-commits] [lldb] r273306 - 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.

2016-06-21 Thread Greg Clayton via lldb-commits
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

[Lldb-commits] [lldb] r273307 - Fix the use of lldb::eSymbolContextVariable.

2016-06-21 Thread Greg Clayton via lldb-commits
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

[Lldb-commits] [lldb] r273332 - add code coverage support to Xcode build

2016-06-21 Thread Todd Fiala via lldb-commits
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