Re: [lldb-dev] GDB JIT interface on LLDB for Windows

2019-09-06 Thread Greg Clayton via lldb-dev
> On Sep 5, 2019, at 2:07 PM, Yury Delendik via lldb-dev > wrote: > > I'm trying to locate more information about the subject. I'm working > on enabling debugging for wasmtime [1]. The wasmtime is a runtime for > WebAssembly code -- a JIT, for purpose of this discussion. Currently, > I'm succe

[lldb-dev] GDB JIT interface on LLDB for Windows

2019-09-05 Thread Yury Delendik via lldb-dev
I'm trying to locate more information about the subject. I'm working on enabling debugging for wasmtime [1]. The wasmtime is a runtime for WebAssembly code -- a JIT, for purpose of this discussion. Currently, I'm successfully generate ELF images to be registered using the JIT interface [2]. It work