PERFORCE change 56198 for review

David Xu davidxu at FreeBSD.org
Thu Jul 1 01:48:15 PDT 2004


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

Change 56198 by davidxu at davidxu_celeron on 2004/07/01 08:47:16

	Define struct ps_prochandle. Remove some unnecessary definitions.

Affected files ...

.. //depot/projects/davidxu_ksedbg/src/include/proc_service.h#2 edit

Differences ...

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

@@ -39,7 +39,10 @@
 #include <sys/types.h>
 #include <sys/procfs.h>
 
-struct ps_prochandle;
+struct ps_prochandle
+{
+  pid_t pid;
+};
 
 typedef enum
 {
@@ -52,11 +55,6 @@
     PS_NOFREGS
 } ps_err_e;
 
-/* typedef unsigned long lwpid_t; */
-typedef unsigned long paddr_t;
-typedef unsigned long psaddr_t;
-/* typedef gregset_t prgregset_t[1]; */
-
 /*
  * Every program that links libthread_db must provide a set of process control
  * primitives to access memory and registers in the target process, to start


More information about the p4-projects mailing list