CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/02/11 14:04:13
Modified files: sys/arch/arm/arm: db_trace.c Log message: Rework the DDB trace handling for armv7. By switching to clang the stack frame format has changed. Apparently AAPCS doesn't specify at all what a stack frame looks like. We end up with much simpler code, but also with a lot less information in the trace. ok kettenis@