opnsense-src/sys/cddl/dev/dtrace/powerpc
Justin Hibbits 675cad71e7 Fix stack tracing in dtrace for powerpc
The current method only sort of works, and usually doesn't work reliably.
Also, on Book-E the return address from DEBUG exceptions is not the sentinel
addresses, so it won't exit the loop correctly.

Fix this by better handling trap frames during unwinding, and using the
common trap handler for debug traps, as the code in that segment is
identical between the two.

MFC after:	1 week
2017-05-11 00:23:51 +00:00
..
dtrace_asm.S Two fixups for dtrace 2016-08-06 15:06:19 +00:00
dtrace_isa.c Fix stack tracing in dtrace for powerpc 2017-05-11 00:23:51 +00:00
dtrace_subr.c Corrected misspelled versions of rendezvous. 2017-04-09 02:00:03 +00:00
regset.h