1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
# TODO ## tools ### strace - [x] basics - [x] update README.md - [x] handle signals - [ ] add missing syscalls in syscall/info.json - [ ] follow child on fork - [ ] syscall filtering ### sscov - [x] basics - [x] update README.md - [x] support PIE ### addr2line - [x] basics - [x] update README.md - [x] support PIE - [ ] support DWARF5 ### gcov - [x] basics - [x] update README.md - [ ] ~~skip basic blocks (optimization)~~ ### dbg - [x] basics - [x] update README.md - [x] testing - [ ] allow breakpoints on lines/functions - [ ] make `list` display more than just the current line - [ ] add function params to `backtrace` - [ ] `print`/`display` variables content ### ltrace - [ ] basics - [ ] update README.md ### mmck - [ ] basics - [ ] update README.md ### ld - [ ] basics - [ ] update README.md ### ld.so - [ ] basics - [ ] update README.md ## infra - [x] apply clippy::pedantic lints - [x] testing - [x] unit tests - [x] integration tests - [x] documentation - [x] basics - [x] pub structs - [ ] support more architectures - [x] fix build warnings