Hello,

I am writing a GDB stub for a DSP chip. What I would like to hear from you is what kind of commands do you use and how do you debug.
I need this as a reference for implementing features for me and my coworkers

For example, lets say you encountered an exception at some point of execution. How would you debug it using GDB.

PS: I assume everybody uses things like break, jump, continue and read of registers/variables.