On Thu, Jan 10, 2019 at 8:08 PM Christopher Head <[email protected]> wrote:
> On January 10, 2019 12:49:20 AM PST, Andreas Fritiofson < > [email protected]> wrote: > >Would be nice but I do think that should be handled by GDB and not by > >OpenOCD. > It's probably worth mentioning that GDB will likely be unable to help you. As mentioned before, the format for a dump is OS-dependent and without common support across most implementations that OpenOCD supports you'll be out of luck. You're better off implementing your own coredump support on the target. It's not a terribly difficult thing to do assuming you have an extra bit of flash laying around (I've had to do this for several chips that I've worked on in the last decade). I'm happy to chat with the OP on IRC or via email if you need some help, but fundamentally this isn't something that you'll be able to accomplish reasonably with only OpenOCD and GDB. Cheers, Steve
_______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
