From 5e1f228fa8197d3ec9d17c81bca6cc52087fd4b2 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Wed, 4 Sep 2013 13:06:03 -0700 Subject: [PATCH] Updated LPC43xx Debugging (markdown) --- LPC43xx-Debugging.md | 4 ++++ 1 file changed, 4 insertions(+) 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: