debugonomicon
debugonomicon copied to clipboard
Section: GDB
An introduction to our old friend GDB
- [ ] How it works (gdb server vs. client etc.)
- [ ] How to run against a compiled rust target
- [ ] Common debugging commands
- [ ] Useful references
I was wondering if help was still needed to complete this, or if it's a dead project
howdy! i still think it'd be a super helpful resource if you're interested in contributing ^_^
Yes, I would love to contribute (bear in mind, I'm still a beginner on the embedded Rust side of things). I just wanted to help make embedded Rust more accessible to more people.
Any tips on writing this section? How detailed should this be? How abstracted or lower level etc?
I would say let's start with something high-level in line with the TODO items posted above. You can start by filling in the sections here but please feel free to rename, rearrange and add sections as you see fit. Once you send a PR we can discuss in detail.