Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 03:04:57 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54677 for review
Message-ID:  <200406120304.i5C34vt6034336@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54677

Change 54677 by marcel@marcel_nfs on 2004/06/12 03:04:23

	Add dummy implementation got kgdb_thr_init().

Affected files ...

.. //depot/projects/gdb/usr.bin/kgdb/kthr.c#2 edit

Differences ...

==== //depot/projects/gdb/usr.bin/kgdb/kthr.c#2 (text+ko) ====

@@ -46,6 +46,12 @@
 }
 
 struct kthr *
+kgdb_thr_init(void)
+{
+	return (NULL);
+}
+
+struct kthr *
 kgdb_thr_lookup(int tid __unused)
 {
 	return (NULL);



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