[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 30 09:52:19 PDT 2024


tedwoodward wrote:

BTW, if you call SetCanInterpretFunctionCalls(true); somewhere, you can use the IR interpreter to call functions. PrepareTrivialCall below the implementation you do here, for JIT, handles that.

https://github.com/llvm/llvm-project/pull/99336


More information about the lldb-commits mailing list