On Fri, Jul 10, 2009 at 3:54 PM, Bhat, Amruta
<Amruta.Bhat@xxxxxxx> wrote:
Has anybody ever implemented this function flat_core_dump? If not can anybody pass on pointers on how to do it?
I'd recommend taking this question to the uclinux-dev list, or even LKML.
It depends what you want to do with the "coredump". If you just want a binary blob you can look at with a hex editor, that's one thing (and probably easy).
But, if you want an image that you can analyse with GDB, that's another entirely.
Regards,
John
--