Hi

Is it possible to use OpenOCD to create a "core" file
for later post mortem analysis with gdb?

If we look at high level Linux gdb debugging,
when a process crash the kernel can create a core dump
that is some kind of elf (I think).
This file can be loaded into gdb,
so we can have a look at what happened right before death.

It would be really cool if we could create such a "core dump" with OpenOCD.
I think a dump of the ram with the correct format would be enough,
but I'm not sure.

Or is this already in OpenOCD?

Thanks
Johan

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to