[Lldb-commits] [PATCH] D15435: Add tests to inspect a stack and local variables from a mini dump
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 10 16:22:55 PST 2015
amccarth added a comment.
It's a fair question, but I wonder if it's a bit premature.
The tests are still pretty speedy. This way it's easy to change (update/improve) the test and the code in parallel and get immediate results.
(There is a checked-in mini dump in this same directory, but that was to demonstrate that we could open a mini dump created by Visual Studio on an inferior built with VC++, so there's not really a choice in that case.)
http://reviews.llvm.org/D15435
More information about the lldb-commits
mailing list