[Lldb-commits] [PATCH] D70314: [lldb] Add better test commands for expression evaluation
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 15 01:14:27 PST 2020
teemperor added a comment.
I also got rid of the expr->frame var->expr flow and it's not just expr->frame var. I don't want to remove them as we found two formatter bugs by testing both but once these thing don't break constantly then we can remove the 'expr' variant from the simple expression function.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70314/new/
https://reviews.llvm.org/D70314
More information about the lldb-commits
mailing list