Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2010 07:17:14 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/include kdb.h smp.h src/sys/mips/mips db_trace.c mp_machdep.c swtch.S
Message-ID:  <201003110717.o2B7HXD4008038@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
neel        2010-03-11 07:17:14 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/include     kdb.h smp.h 
    sys/mips/mips        db_trace.c mp_machdep.c swtch.S 
  Log:
  SVN rev 204997 on 2010-03-11 07:17:14Z by neel
  
  Stash the context of the running thread at the time an IPI_STOP is received
  in 'stoppcbs[]'. We use the 'stoppcbs[]' context to generate the backtrace
  of such stopped threads.
  
  Revision  Changes    Path
  1.3       +2 -0      src/sys/mips/include/kdb.h
  1.5       +4 -0      src/sys/mips/include/smp.h
  1.5       +8 -4      src/sys/mips/mips/db_trace.c
  1.7       +13 -1     src/sys/mips/mips/mp_machdep.c
  1.6       +8 -0      src/sys/mips/mips/swtch.S



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