anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
107 stars 32 forks source link

Dwarf: tracing function return value #443

Open jcivlin opened 3 months ago

jcivlin commented 3 months ago

Adding support for important feature of debugger: tracing function return value. Since api in dwarf.rs is already well developed, no new function is needed - just use load_store existing mechanism.

ksolana commented 3 months ago

LGTM, let's move this patch to anza-xys/sui as this repo will be locked soon.