PERFORCE change 54677 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 12 03:05:35 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=54677

Change 54677 by marcel at 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);


More information about the p4-projects mailing list