cvs commit: src/sys/i386/i386 db_trace.c

John Baldwin jhb at FreeBSD.org
Thu Sep 9 13:39:32 PDT 2004


jhb         2004-09-09 20:39:31 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        db_trace.c 
  Log:
  Teach the stack trace code how to step across a double fault when stepping
  across frames.  Basically, if the current frame is for the
  'dblfault_handler' function, then get the next %eip and %ebp values to use
  from the original TSS of the thread that has the saved state when the
  double fault triggered.
  
  MFC after:      4 days
  
  Revision  Changes    Path
  1.62      +20 -0     src/sys/i386/i386/db_trace.c


More information about the cvs-src mailing list