commit | a745ac2f60b995fc23479daa5da9ca6226b01949 | [log] [tgz] |
---|---|---|
author | Tommi Rantala <tt.rantala@gmail.com> | Fri Aug 24 12:58:52 2012 +0300 |
committer | Tommi Rantala <tt.rantala@gmail.com> | Tue Sep 04 13:26:13 2012 +0300 |
tree | 7d02e8208b5da31442665c444556c0e26d3969fa | |
parent | 8f94f1e6c01648ff41dec9b44bd7a8b6a230671e [diff] |
PPC: return failure from the unw_get_proc_info() stub Stop pretending that unw_get_proc_info() works on PPC, and instead give an error back to the caller. As far as I can tell, none of the libunwind tests clear out the `unw_proc_info_t' before passing it to unw_get_proc_info(), so they would end up working on garbage data.