1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00
This commit is contained in:
Maciej Dziardziel 2017-01-20 11:44:32 +00:00 committed by GitHub
parent 649234ff71
commit 62292fe9b1

View File

@ -178,7 +178,8 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization
* [rust-gdb](https://github.com/rust-lang/rust/blob/master/src/etc/rust-gdb)
* LLDB
* [lldb_batchmode.py](https://github.com/rust-lang/rust/blob/master/src/etc/lldb_batchmode.py) — allows to use LLDB in a way similar to GDB's batch mode.
* rr
* [rr](http://rr-project.org/) — rr is a lightweight tool for recording and replaying execution of applications
### Embedded