zturner added a comment. It's too bad this has to be written as a unit test, because this would be the perfect candidate for a FileCheck style test.
Probably a long shot, but have you tried the llvm-lit project? Last time I tried it, it basically worked, but there were only a handful of tests in it. It might be possible to write a test in such a way that it invokes `lldb` with a `.lldbinit` file which enables logging to a file, ends with the `quit` command, and then FileChecks the log file. https://reviews.llvm.org/D40616 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits