]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add more pr* types used by the debugger.
authorUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 1999 00:48:53 +0000 (00:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 1999 00:48:53 +0000 (00:48 +0000)
sysdeps/unix/sysv/linux/alpha/sys/procfs.h
sysdeps/unix/sysv/linux/arm/sys/procfs.h
sysdeps/unix/sysv/linux/mips/sys/procfs.h
sysdeps/unix/sysv/linux/powerpc/sys/procfs.h
sysdeps/unix/sysv/linux/sys/procfs.h

index c03566f99b42203f58fa310beb3e4dbd61951759..f47adeebfe51dbd18a7aa93c384c3cdd812c0319 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -111,6 +111,18 @@ typedef fpregset_t prfpregset_t;
    therefore habe only ine PID type.  */
 typedef __pid_t lwpid_t;
 
+/* Addresses.  */
+typedef void *psaddr_t;
+
+/* Register sets.  Linux has different names.  */
+typedef gregset_t prgregset_t;
+typedef fpregset_t prfpregset_t;
+
+/* We don't have any differences between processes and threads,
+   therefore habe only ine PID type.  */
+typedef __pid_t lwpid_t;
+
+
 typedef struct elf_prstatus prstatus_t;
 typedef struct elf_prpsinfo prpsinfo_t;
 
index 5f91226bb5c30dbe11d1c7b6e819e42f415eb6ec..a2281797965546a9c99a09cd5b2ba84e619ad538 100644 (file)
@@ -101,6 +101,18 @@ typedef fpregset_t prfpregset_t;
    therefore habe only ine PID type.  */
 typedef __pid_t lwpid_t;
 
+/* Addresses.  */
+typedef void *psaddr_t;
+
+/* Register sets.  Linux has different names.  */
+typedef gregset_t prgregset_t;
+typedef fpregset_t prfpregset_t;
+
+/* We don't have any differences between processes and threads,
+   therefore habe only ine PID type.  */
+typedef __pid_t lwpid_t;
+
+
 typedef struct elf_prstatus prstatus_t;
 typedef struct elf_prpsinfo prpsinfo_t;
 
index 9c8a02aa48b30a7a546ec2e8f19e66c60a893339..9c6bac9dc6029d4db2fd5021b00424cc6373dbe3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -112,6 +112,18 @@ typedef fpregset_t prfpregset_t;
 typedef __pid_t lwpid_t;
 
 
+/* Addresses.  */
+typedef void *psaddr_t;
+
+/* Register sets.  Linux has different names.  */
+typedef gregset_t prgregset_t;
+typedef fpregset_t prfpregset_t;
+
+/* We don't have any differences between processes and threads,
+   therefore habe only ine PID type.  */
+typedef __pid_t lwpid_t;
+
+
 typedef struct elf_prstatus prstatus_t;
 typedef struct elf_prpsinfo prpsinfo_t;
 
index 1e6b4e2b8e083f51413a50fb4e66cfd658ac4cfb..371a59eda42ae6f0d41a3787c69106e624a89ee2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -111,6 +111,18 @@ typedef fpregset_t prfpregset_t;
 typedef __pid_t lwpid_t;
 
 
+/* Addresses.  */
+typedef void *psaddr_t;
+
+/* Register sets.  Linux has different names.  */
+typedef gregset_t prgregset_t;
+typedef fpregset_t prfpregset_t;
+
+/* We don't have any differences between processes and threads,
+   therefore habe only ine PID type.  */
+typedef __pid_t lwpid_t;
+
+
 typedef struct elf_prstatus prstatus_t;
 typedef struct elf_prpsinfo prpsinfo_t;
 
index 072029bc827b9bb9d0a03df4a67d5f3f2a4fae8d..56a14f3666be8558c19ad6a6abc2bf8efd3e6ecd 100644 (file)
@@ -107,6 +107,18 @@ typedef fpregset_t prfpregset_t;
 typedef __pid_t lwpid_t;
 
 
+/* Addresses.  */
+typedef void *psaddr_t;
+
+/* Register sets.  Linux has different names.  */
+typedef gregset_t prgregset_t;
+typedef fpregset_t prfpregset_t;
+
+/* We don't have any differences between processes and threads,
+   therefore habe only ine PID type.  */
+typedef __pid_t lwpid_t;
+
+
 typedef struct elf_prstatus prstatus_t;
 typedef struct elf_prpsinfo prpsinfo_t;