Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 1996 09:06:05 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 db_trace.c
Message-ID:  <199603271706.JAA09150@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/03/27 09:06:04

  Modified:    sys/i386/i386  db_trace.c
  Log:
  Fixed traceback for the following cases:
  - legitimate null frames from idle() (traceback was aborted after a null
    pointer trap)
  - second instruction of normal function prologue, and last instruction of
    a function (caller wasn't reported).
  
  Reviewed by:	davidg
  
  Revision  Changes    Path
  1.15      +50 -22    src/sys/i386/i386/db_trace.c



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