<div dir="ltr">Hello all,<div><br></div><div>I've been working on Rust bindings for the LLDB API and they're coming along pretty well. They aren't complete yet, but they're getting close:</div><div><br></div><div><a href="https://github.com/endoli/lldb.rs/">https://github.com/endoli/lldb.rs/</a></div><div><br></div><div>The documentation for these bindings can be found at <a href="https://endoli.github.io/lldb.rs/">https://endoli.github.io/lldb.rs/</a></div><div><br></div><div>I need to write more documentation, hook up more safe bindings for things like events, values and a few other things.  Some very basic things already work though.</div><div><br></div><div>These are using the C code / API that was submitted in a pull request in April of 2015 and subsequently seems to have been abandoned.</div><div><br></div><div>My goal here is to have a very clean binding of the C++ API, but with some modifications to make it more idiomatic Rust in places.  Examples of this are returning Option types instead of requiring that the caller check IsValid, as well as Result types when there might be an SBError.</div><div><br></div><div>This is being done to power some of my other projects, but I'm willing to support this for others should the need arise and I'd love to see more people using this than just me. I've also got a Patreon (<a href="https://patreon.com/endoli/">https://patreon.com/endoli/</a>) if anyone feels like helping to support this work in that way.</div><div><br></div><div>I'm also happy to discuss any aspects of this work here or elsewhere.</div><div><br></div><div>Cheers,</div><div><br></div><div> - Bruce</div><div><br></div></div>