rust-debug

Is a library for retrieving debug information from the DWARF format.

The library provides a abstraction over the DWARF debug format, which simplifies the process of retrieving information from DWARF.

The goals of for the library are: * Easy to use. * Provides one function solution for everything. * Dose not enforce which library is used to read from the debugged target. * Dose not restrict usage of gimli-rs.

Features

Example

Check out this debugger for embedded Rust code I made using this library. https://github.com/Blinningjr/embedded-rust-debugger

Requirements

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.