jingham added a comment. LGTM. Thanks for making this easier to use.
Inside lldb, if you are ever implementing something that requires a call into the inferior and you're going to do it more than once over the course of a process's life, you really should use one of these guys rather than dispatching a UserExpression. These are so much more efficient than parsing, JITing and inserting the code every time. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90011/new/ https://reviews.llvm.org/D90011 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits