commit | 87151ae39bf5556abe83d69af0be9580c32c501b | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | Thu Aug 03 09:29:17 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 27 13:37:26 2006 +0100 |
tree | 5e5a39ef8b8f75d4980791b0bffb7413ed199e6e | |
parent | cf495a333093a1c0eca90c7d8d98313a3b7f01a1 [diff] |
[MIPS] Miscellaneous cleanup in prologue analysis code We usually use backtrace term for dumping a call tree during debug. Therefore this patch renames show_frametrace() into show_backtrace() and show_trace() into show_raw_backtrace(). It also uses the new function print_ip_sym(). Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>