File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Stackdump Capture
2
2
3
+ [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-capture.svg )] ( https://crates.io/crates/stackdump-capture ) [ ![ Documentation] ( https://docs.rs/stackdump-capture/badge.svg )] ( https://docs.rs/stackdump-capture )
4
+
5
+
3
6
This crate defines stackdump capture functions for the platforms it is compiled for.
4
7
5
8
Also see the [ main repo readme] ( ../README.md ) .
Original file line number Diff line number Diff line change 1
1
# Stackdump-cli
2
2
3
+ [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-cli.svg )] ( https://crates.io/crates/stackdump-cli ) [ ![ Documentation] ( https://docs.rs/stackdump-cli/badge.svg )] ( https://docs.rs/stackdump-cli )
4
+
3
5
Command line program for tracing dumps.
4
6
5
7
Also see the [ main repo readme] ( ../README.md ) .
Original file line number Diff line number Diff line change 1
1
# Stackdump Core
2
2
3
+ [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-core.svg )] ( https://crates.io/crates/stackdump-core ) [ ![ Documentation] ( https://docs.rs/stackdump-core/badge.svg )] ( https://docs.rs/stackdump-core )
4
+
3
5
This crate contains definitions for memory regions and register data.
4
6
5
7
Also see the [ main repo readme] ( ../README.md ) .
Original file line number Diff line number Diff line change 1
1
# Stackdump Trace
2
2
3
+ [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-trace.svg )] ( https://crates.io/crates/stackdump-trace ) [ ![ Documentation] ( https://docs.rs/stackdump-trace/badge.svg )] ( https://docs.rs/stackdump-trace )
4
+
3
5
This crate implement stack tracing from the memory that was captured using the stackdump-capture crate.
4
6
5
7
Also see the [ main repo readme] ( ../README.md ) .
You can’t perform that action at this time.
0 commit comments