adv-sw opened Issue #1850:
- What are the steps to reproduce the issue?
Build fib_debug, windows or use version here : http://advance-software.com/misc/fib_debug.zip
Open using lldb from llvm 10.0 release, windows.
Step into the app until just prior to the fib run invocation.
Note no JIT info when "image list" command is run from lldb
wasmtime from here : https://github.com/bytecodealliance/wasmtime/releases/tag/dev
on 9th June 2020. specific version unknown.
environment: windows 10, x64, visual studio 2019.
adv-sw labeled Issue #1850:
- What are the steps to reproduce the issue?
Build fib_debug, windows or use version here : http://advance-software.com/misc/fib_debug.zip
Open using lldb from llvm 10.0 release, windows.
Step into the app until just prior to the fib run invocation.
Note no JIT info when "image list" command is run from lldb
wasmtime from here : https://github.com/bytecodealliance/wasmtime/releases/tag/dev
on 9th June 2020. specific version unknown.
environment: windows 10, x64, visual studio 2019.
yurydelendik labeled Issue #1850:
- What are the steps to reproduce the issue?
Build fib_debug, windows or use version here : http://advance-software.com/misc/fib_debug.zip
Open using lldb from llvm 10.0 release, windows.
Step into the app until just prior to the fib run invocation.
Note no JIT info when "image list" command is run from lldb
wasmtime from here : https://github.com/bytecodealliance/wasmtime/releases/tag/dev
on 9th June 2020. specific version unknown.
environment: windows 10, x64, visual studio 2019.
yurydelendik commented on Issue #1850:
I could not compile latest lldb by myself. I tried VSCode + CodeLLDB for Windows and it worked as expected.
![vscode](https://user-images.githubusercontent.com/1523410/86387600-05954000-bc59-11ea-85c6-c57e00da063d.PNG)
Please ensure you are using proper version of LLDB that can function on Windows and supports GDB JIT interface.
yurydelendik unlabeled Issue #1850:
- What are the steps to reproduce the issue?
Build fib_debug, windows or use version here : http://advance-software.com/misc/fib_debug.zip
Open using lldb from llvm 10.0 release, windows.
Step into the app until just prior to the fib run invocation.
Note no JIT info when "image list" command is run from lldb
wasmtime from here : https://github.com/bytecodealliance/wasmtime/releases/tag/dev
on 9th June 2020. specific version unknown.
environment: windows 10, x64, visual studio 2019.
adv-sw commented on Issue #1850:
Please ensure you are using proper version of LLDB that can function on Windows and supports GDB JIT interface.
Thanks, Yuri.
Please could you more formally specify the most recent version of LLDB that functions on Windows & supports GDB JIT interface. I.e. Please provide a link to exactly what you installed. Could be GDB JIT is a compile time option I didn't have enabled. Dunno. Time to revisit.
adv-sw edited a comment on Issue #1850:
Please ensure you are using proper version of LLDB that can function on Windows and supports GDB JIT interface.
Thanks, Yury.
Please could you more formally specify the most recent version of LLDB that functions on Windows & supports GDB JIT interface. I.e. Please provide a link to exactly what you installed. Could be GDB JIT is a compile time option I didn't have enabled. Dunno. Time to revisit.
yurydelendik commented on Issue #1850:
Please provide a link to exactly what you installed.
- https://code.visualstudio.com/
- https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
Could be GDB JIT is a compile time option I didn't have enabled.
I don't know what was done on your end. The only VSCode settings I switched on is Allow setting breakpoints in any file, but it can be done via breakpoints panel.
yurydelendik edited a comment on Issue #1850:
Please provide a link to exactly what you installed.
- https://code.visualstudio.com/
- https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
Could be GDB JIT is a compile time option I didn't have enabled.
I don't know what was done on your end. The only VSCode settings I switched on is Allow setting breakpoints in any file, but it can be done via breakpoints panel.
Last updated: Nov 22 2024 at 17:03 UTC