On Wed, Aug 14, 2013 at 02:45:12PM +0000, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Wed Aug 14 14:45:12 UTC 2013 > > Modified Files: > src/sys/arch/shark/conf: Makefile.shark.inc > > Log Message: > Do not output unwind tables, they make no sense for the kernel.
This part is not true in general. It will be of use in the near future for DDB. Joerg