Changeset 7902
- Timestamp:
- Dec 12, 2007, 12:41:57 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisp-debug.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisp-debug.c
r7779 r7902 866 866 fprintf(stderr, "Exception occurred while executing foreign code\n"); 867 867 } 868 869 868 if (lisp_global(BATCH_FLAG)) { 870 869 abort(); 871 870 } 871 #ifdef DARWIN 872 #ifdef X8664 873 if (xp) { 874 extern void *_sigtramp(); 875 876 if (xpPC(xp) == (natural)_sigtramp) { 877 xp = (ExceptionInformation *) xpGPR(xp,REG_RCX); 878 fprintf(stderr, "Exception raised at _sigtramp; using context passed to _sigtramp. Raw register values (R) may be more interesting then lisp values or lisp backtrace"); 879 } 880 } 881 #endif 882 #endif 883 884 872 885 if (xp) { 873 886 if (why > debug_entry_exception) {
Note:
See TracChangeset
for help on using the changeset viewer.
