[Lldb-commits] [PATCH] D65646: [lldb] Print better diagnostics for user expressions.
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 2 12:59:56 PDT 2019
teemperor added a comment.
> Is this orthogonal or do we now have to ways of pretending there is a source file backing up the expression?
Jim already answered this, but this patch only changes the file names of our expression and pretends for the sake of diagnostics that we are in a separate file for the user code.
> But it seem weird that this will make every expression seem to come from the same file and line.
What about enumerating the expression file names we print? E.g. `<user expression 1>`, `<user expression 2>`?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65646/new/
https://reviews.llvm.org/D65646
More information about the lldb-commits
mailing list