Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2010 15:07:44 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern subr_kdb.c
Message-ID:  <201009211507.o8LF7rf3014271@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-09-21 15:07:44 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_kdb.c 
  Log:
  SVN rev 212964 on 2010-09-21 15:07:44Z by avg
  
  kdb_backtrace: stack(9)-based code to print backtrace without any backend
  
  The idea is to add KDB and KDB_TRACE options to GENERIC kernels on
  stable branches, so that at least the minimal information is produced
  for non-specific panics like traps on page faults.
  The GENERICs in stable branches seem to already include STACK option.
  
  Reviewed by:    attilio
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.30      +11 -0     src/sys/kern/subr_kdb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009211507.o8LF7rf3014271>