[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
Fri Dec 11 13:59:46 PST 2015
amccarth added a comment.
I found the "test minimal amount" argument compelling, and I tried to do that with a saved core file, but that doesn't work because stack unwinding depends on debug information, which is the binary, and we don't want to check in binaries for the inferiors.
http://reviews.llvm.org/D15435
More information about the lldb-commits
mailing list