I think those log files are generated by llgs during testing when llgs local debugging is enabled.
- Alex On Nov 19, 2014, at 6:23 PM, Zachary Turner <[email protected]> wrote: > It sounds like there's a bug in either the test suite or the CMake target > that calls into the test suite. I would rather have it fixed the right way, > because I suspect it's probably a simple fix, would you mind trying to figure > out what's going wrong? The relevant CMake target is in > lldb/test/CMakeLists.txt at the very bottom (just dump the value of > ${LLDB_DOSEP_ARGS} and re-generate), and the script itself is dosep.py and > dotest.py. I think you can pass -v to them (through CMake) so they print > verbose output. This makes it easy to debug them with log statements. > > http://reviews.llvm.org/D6329 > > > > _______________________________________________ > lldb-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
