From 6325884782a47e0c89154cf7ce0952368e25ea2a Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 18 Apr 2023 12:38:09 -0400 Subject: DWARF Import DebugInfo Plugin Resolves #3206 --- rust/examples/dwarfdump/readme.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 rust/examples/dwarfdump/readme.md (limited to 'rust/examples/dwarfdump/readme.md') diff --git a/rust/examples/dwarfdump/readme.md b/rust/examples/dwarfdump/readme.md deleted file mode 100644 index ae3a193b..00000000 --- a/rust/examples/dwarfdump/readme.md +++ /dev/null @@ -1,17 +0,0 @@ -# DWARF Dump Example - -This is actually a fully-developed plugin, rather than a measly example. - -Two features this does not support are: files in big endian, and .dwo files - -## How to use - -Simply `cargo build --release` in this directory, and copy the `.so` from the target directory to your plugin directory - -### Attribution - -This example makes use of: - - [gimli] ([gimli license] - MIT) - -[gimli license]: https://github.com/gimli-rs/gimli/blob/master/LICENSE-MIT -[gimli]: https://github.com/gimli-rs/gimli -- cgit v1.3.1