Searched hist:"882561186 b0dc30238f1cdb02bf18a1c2004a6ad" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | db_trace.c | diff 882561186b0dc30238f1cdb02bf18a1c2004a6ad Fri Jan 29 17:14:35 CET 2010 Marcel Moolenaar <marcel@FreeBSD.org> When backtracing self, start with the current frame (i.e. the frame of db_trace_self()) and not the caller's frame. The use of builtin_frame_address(1) to get the caller's frame is not reliable and can cause panics. diff 882561186b0dc30238f1cdb02bf18a1c2004a6ad Fri Jan 29 17:14:35 CET 2010 Marcel Moolenaar <marcel@FreeBSD.org> When backtracing self, start with the current frame (i.e. the frame of db_trace_self()) and not the caller's frame. The use of builtin_frame_address(1) to get the caller's frame is not reliable and can cause panics.
|