commit | 0eff9f66de79a0707a9c3a2f8528ccfd62100f0b | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Tue Aug 11 22:43:20 2009 +0100 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Aug 13 19:52:53 2009 +0900 |
tree | 72c2cdbda141faec9950438b7e7cd02ddcd59705 | |
parent | bf61ad1f870be88676a07bfef69acd59ce10172e [diff] |
sh: Use the new stack unwinder API Instead of implementing our own stack unwinder via dump_trace() we should use the new stack unwinder API because it is more modular. This change allows us to decouple the interface for generating stacktraces from the implementation of a stack unwinder. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>