I would like us to use LLDB for native debugging on Linux. This would map very nicely to the Mac LLDB plugin and the code should be identical.
Things to figure out:
- Should we use the system LLDB (default with the distro, may be old)
- Build a custom version of LLDB and ship with it (may result in linker dependency issues on Linux)
Mac will use a prebuilt one which is likely the best thing if it can work or can we make it optional somehow?
Should we fork https://github.com/endoli/lldb-sys.rs in order to have local headers to point it to? (as long with the local libs needed)
Also needs to fork https://github.com/endoli/lldb.rs in that case so it uses the lldb-sys fork as well.
I would like us to use LLDB for native debugging on Linux. This would map very nicely to the Mac LLDB plugin and the code should be identical.
Things to figure out:
Mac will use a prebuilt one which is likely the best thing if it can work or can we make it optional somehow?
Should we fork https://github.com/endoli/lldb-sys.rs in order to have local headers to point it to? (as long with the local libs needed)
Also needs to fork https://github.com/endoli/lldb.rs in that case so it uses the lldb-sys fork as well.