[lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)
Jason Molenda via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 23:15:56 PDT 2024
jasonmolenda wrote:
As for getting to the jitted code, of course lldb sets the pc directly so that initial switch from user code to jitted code region is fine. But getting from the jitted wrapper function to the user functions we need to call would require JALR instructions?
https://github.com/llvm/llvm-project/pull/99336
More information about the llvm-commits
mailing list