Comment on Using /proc to get a process' current stack traceparentComments−monocasa7yI've done it, but it increases binary size by a whole lot.What worked better was a last chance hardware fault handler that wrote a partial core dump out to flash, and a tool to create an ELF core dump file from that that GDB can accept.
Comments
I've done it, but it increases binary size by a whole lot.
What worked better was a last chance hardware fault handler that wrote a partial core dump out to flash, and a tool to create an ELF core dump file from that that GDB can accept.