debugonomicon icon indicating copy to clipboard operation
debugonomicon copied to clipboard

Section: GDB

Open ryankurte opened this issue 6 years ago • 4 comments

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

ryankurte avatar Nov 06 '18 10:11 ryankurte

I was wondering if help was still needed to complete this, or if it's a dead project

frroossst avatar Apr 30 '23 20:04 frroossst

howdy! i still think it'd be a super helpful resource if you're interested in contributing ^_^

ryankurte avatar Apr 30 '23 21:04 ryankurte

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?

frroossst avatar Apr 30 '23 21:04 frroossst

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.

eldruin avatar May 02 '23 07:05 eldruin