Re: [lldb-dev] DNBConfig and debugserver

2015-08-11 Thread Bruce Mitchener via lldb-dev
Just in case the below came out with a resolution of "Let's remove it", I submitted this for review: http://reviews.llvm.org/D11971 - Bruce On Wed, Aug 12, 2015 at 11:21 AM, Bruce Mitchener wrote: > Hello! > > This is probably for the Apple People since it relates to debugserver... > > I

[lldb-dev] DNBConfig and debugserver

2015-08-11 Thread Bruce Mitchener via lldb-dev
Hello! This is probably for the Apple People since it relates to debugserver... I was going to fix an issue with the cmake build on Mac OS X related to the mig generation step and DNBConfig.h, but when I started digging into things, I noticed that DNBConfig.h isn't needed any longer. The only te

[lldb-dev] [3.7 Release] Release Candidate 2 available

2015-08-11 Thread Hans Wennborg via lldb-dev
Hello everyone, Source, binaries and docs for LLVM 3.7.0-rc2 are now available at http://llvm.org/pre-releases/3.7.0/ Please try them out, run tests, build your favourite projects, and *file bugs* reporting any issues that you find. We are now getting into the part of the release process where i

Re: [lldb-dev] dosep.py is not running any tests on MacOSX...

2015-08-11 Thread Jim Ingham via lldb-dev
> On Aug 11, 2015, at 2:19 PM, Zachary Turner via lldb-dev > wrote: > > Whew, I had checked in something yesterday that I was worried might have > broken something, so I was frantically doing a rebuild to see if it was me. > > Side question: This isn't the first time I've seen you call it "de

Re: [lldb-dev] dosep.py is not running any tests on MacOSX...

2015-08-11 Thread Zachary Turner via lldb-dev
Whew, I had checked in something yesterday that I was worried might have broken something, so I was frantically doing a rebuild to see if it was me. Side question: This isn't the first time I've seen you call it "detest". Do you really hate it that much, or is it just a common typo? :) On Tue, A

Re: [lldb-dev] dosep.py is not running any tests on MacOSX...

2015-08-11 Thread Greg Clayton via lldb-dev
Never mind, I had DebugSymbols enabled and was getting this for a test that was run: % /usr/bin/python /Volumes/work/gclayton/Documents/src/lldb/tot/test/dotest.py -s 2015-08-11-14_11_36 -p TestPublicAPIHeaders.py /Volumes/work/gclayton/Documents/src/lldb/tot/test/api/check_public_api_headers d

[lldb-dev] dosep.py is not running any tests on MacOSX...

2015-08-11 Thread Greg Clayton via lldb-dev
Anyone know what is up? It runs all tests in 30 seconds and says they all passed, but nothing is actually being run... ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev