Merge pull request #245 from Fiedzia/patch-1

add rr to list of debugging tools
This commit is contained in:
kud1ing 2017-01-21 07:31:39 +01:00 committed by GitHub
commit afbfd9c52d

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