PERFORCE change 56234 for review

David Xu davidxu at FreeBSD.org
Thu Jul 1 15:37:32 PDT 2004


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

Change 56234 by davidxu at davidxu_alona on 2004/07/01 22:35:48

	Move ps_prochandle definition to fbsd-threads.c as Marcel said.

Affected files ...

.. //depot/projects/davidxu_ksedbg/src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c#5 edit
.. //depot/projects/davidxu_ksedbg/src/include/proc_service.h#3 edit

Differences ...

==== //depot/projects/davidxu_ksedbg/src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c#5 (text+ko) ====

@@ -39,6 +39,11 @@
 
 #define LIBTHREAD_DB_SO "libthread_db.so"
 
+struct ps_prochandle
+{
+  pid_t pid;
+};
+
 extern struct target_ops child_ops;
 
 /* This module's target vector.  */

==== //depot/projects/davidxu_ksedbg/src/include/proc_service.h#3 (text+ko) ====

@@ -39,10 +39,7 @@
 #include <sys/types.h>
 #include <sys/procfs.h>
 
-struct ps_prochandle
-{
-  pid_t pid;
-};
+struct ps_prochandle;
 
 typedef enum
 {


More information about the p4-projects mailing list