Make stack traces on exceptions possible.

This commit is contained in:
Ben Gras
2006-06-29 13:35:27 +00:00
parent bfca7d68ba
commit f1222a09a6
3 changed files with 39 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
* are disabled.
*/
#define DEBUG_ENABLE_IPC_WARNINGS 0
#define DEBUG_STACKTRACE 1
/* It's interesting to measure the time spent withing locked regions, because
* this is the time that the system is deaf to interrupts.