Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Prototype stacktrace() and logstacktra...



details:   https://anonhg.NetBSD.org/src/rev/993d54de67a9
branches:  trunk
changeset: 480319:993d54de67a9
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Jan 09 10:05:55 2000 +0000

description:
Prototype stacktrace() and logstacktrace().

diffstat:

 sys/arch/mips/include/locore.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 08410c65219c -r 993d54de67a9 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Sun Jan 09 09:20:01 2000 +0000
+++ b/sys/arch/mips/include/locore.h    Sun Jan 09 10:05:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.h,v 1.22 1999/11/12 06:17:13 nisimura Exp $     */
+/*     $NetBSD: locore.h,v 1.23 2000/01/09 10:05:55 simonb Exp $       */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -128,6 +128,11 @@
 void mips_set_wbflush __P((void (*) __P((void)) ));
 
 
+/* stacktrace() -- print a stack backtrace to the console */
+void stacktrace __P((void));
+/* logstacktrace() -- log a stack traceback to msgbuf */
+void logstacktrace __P((void));
+
 /*
  * The "active" locore-fuction vector, and
 



Home | Main Index | Thread Index | Old Index