* procfs.c (procfs_wait): Add options parameter.
authorPierre Muller <muller@sourceware.org>
Mon, 25 May 2009 12:28:57 +0000 (12:28 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 25 May 2009 12:28:57 +0000 (12:28 +0000)
gdb/ChangeLog
gdb/procfs.c

index b0652aad7880747f4a4bb8beb14bd7b9cf779789..70951eac57bf51de0ffd838b567fdfbc0d9233ff 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-25  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * procfs.c (procfs_wait): Add options parameter.
+
 2009-05-24  Doug Evans  <dje@google.com>
 
        Global renaming of find_thread_pid to find_thread_ptid.
index 9699901431269edd9658c853581d49440bb2b580..ad7daf9af654070e8e1b959430a07ec7d7c6104d 100644 (file)
@@ -128,7 +128,7 @@ static void procfs_mourn_inferior (struct target_ops *ops);
 static void procfs_create_inferior (struct target_ops *, char *, 
                                    char *, char **, int);
 static ptid_t procfs_wait (struct target_ops *,
-                          ptid_t, struct target_waitstatus *);
+                          ptid_t, struct target_waitstatus *, int);
 static int procfs_xfer_memory (CORE_ADDR, gdb_byte *, int, int,
                               struct mem_attrib *attrib,
                               struct target_ops *);
@@ -3947,7 +3947,7 @@ syscall_is_lwp_create (procinfo *pi, int scall)
 
 static ptid_t
 procfs_wait (struct target_ops *ops,
-            ptid_t ptid, struct target_waitstatus *status)
+            ptid_t ptid, struct target_waitstatus *status, int options)
 {
   /* First cut: loosely based on original version 2.1 */
   procinfo *pi;
This page took 0.030834 seconds and 4 git commands to generate.