On Mon, Sep 18, 2017 at 8:25 PM, Phil B <pbpublist@gmail.com> wrote:
 
Using gdb to explore a running image?  Blog post or video format is great.  Most of what I've run across is related to the internals of the VM rather than debugging an image.  My gdb skills are pretty rusty plus I suspect that not knowing all of the helper functions available in the VM (and how to best use them in a debugging workflow) is slowing me down.


Long ago I wrote this: https://marianopeck.wordpress.com/2011/04/23/how-to-debug-the-vm/
Of course, it's still outdated but it may help you. It's very basic, thought. 

There some other VM + gdb posts that may help you: https://marianopeck.wordpress.com/tag/gdb/

Cheers,

--