[Lldb-commits] [lldb] [lldb] Implement WebAssembly debugging (PR #77949)

Paolo Severini via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 12 09:27:47 PST 2024


paolosevMSFT wrote:

@JDevlieghere I created a new PR and closed [https://github.com/llvm/llvm-project/pull/76683](https://github.com/llvm/llvm-project/pull/76683) because I made a mess with a git rebase, and since the other PR had just started I thought it made sense to start anew. I apologize for the confusion. Here I have already addressed most of your comments from 76683.

What is left to do is to add tests with `GdbRemoteTestCaseBase` as you suggested.

I've kept the support for `DW_OP_WASM_location` in this PR to have it fully working, but I'll be happy to hoist it out in a separate patch with its own dedicated test, if so you prefer.


@xujuntwt95329, from WebAssembly Micro Runtime, has hugely contributed to this work, but I cannot add his name to the reviewers or assignees.

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


More information about the lldb-commits mailing list