Make backtraces slightly more reliable.
[pintos-anon] / src / lib / debug.c
2008-11-10 Ben PfaffMake backtraces slightly more reliable.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-12 Ben PfaffGet rid of DEBUG macro, supporting code, and documentation,
2005-01-01 Ben PfaffAdd a suggestion to use `backtrace' and a reference...
2004-12-09 Ben PfaffRename do_power_off to power_off_when_done.
2004-12-09 Ben PfaffPower off on kernel panic.
2004-09-13 Ben PfaffFlush serial device on panic.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-02 Ben PfaffReorganize.
2004-09-01 Ben PfaffMake interrupt.h names more regular.
2004-08-31 Ben PfaffAdd DEBUG() macro for debugging that can be turned...
2004-08-18 Ben PfaffMake debug.h non-idempotent, like <assert.h>.
2004-08-16 Ben PfaffInitial revision