diff --git a/LPC43xx-Debugging.md b/LPC43xx-Debugging.md index d383696..faf8d7e 100644 --- a/LPC43xx-Debugging.md +++ b/LPC43xx-Debugging.md @@ -147,6 +147,10 @@ More GDB tips for the GDB-unfamiliar: # execution. display/32xh buffer + # Print the contents of a range of registers (in this case the + # CGU peripheral, starting at 0x40050014, for 46 words): + x/46 0x40050014 + And still more, for debugging ARM Cortex-M4 Hard Faults: # Assuming you have a hard-fault handler wired in: