DavidSpickett wrote:

> Attaching to a running process (skipIfWasm). These tests have the harness 
> spawn the inferior as a host process and then attach, but a .wasm module 
> isn't a native executable, so exec'ing it fails with ENOEXEC ("Exec format 
> error"). The wasm module only runs inside the runtime (e.g. iwasm) that LLDB 
> launches, so there is no host process to attach to.

Somewhat related: https://github.com/llvm/llvm-project/issues/203853

https://github.com/llvm/llvm-project/pull/204255
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to