[Lldb-commits] [PATCH] D78978: [LLDB] Add support for WebAssembly debugging
Zhongmin Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 5 22:03:58 PST 2021
vwzm228 added a comment.
Herald added a subscriber: JDevlieghere.
Is there any progress about such patch and D78801 <https://reviews.llvm.org/D78801>?
I have implemented the debugging feature in our Wasm VM based on https://reviews.llvm.org/D78801, and it already work to attach, set breakpoint, step, show variable value, backtrace...
I am not sure if I need to change LLDB part to this one, or keep using D78801 <https://reviews.llvm.org/D78801>.
But if both patches wont be merged, I have to maintain a private LLDB version....
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78978/new/
https://reviews.llvm.org/D78978
More information about the lldb-commits
mailing list