[Lldb-commits] [PATCH] D90011: [lldb] Redesign Target::GetUtilityFunctionForLanguage API

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 23 10:35:24 PDT 2020


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



More information about the lldb-commits mailing list