[Lldb-commits] [PATCH] D97249: [lldb] Support debugging utility functions
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 23 09:28:06 PST 2021
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
This will be really handy! The code for UserExpressions ends up doing this same thing (over in ClangExpressionParser::ParseInternal. But given how light-weight creating the file is I'm pretty sure it isn't worth trying to activate that code starting from the UtilityExpression. LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97249/new/
https://reviews.llvm.org/D97249
More information about the lldb-commits
mailing list