[PowerPC] Consolidate linux vector regset sizes
[deliverable/binutils-gdb.git] / gdb / gdbserver / inferiors.h
index 2aab846d25b2a4f5613ada056f8951f4b9603277..ccd42df9da456c9c6d9951dd971e3bf0c56fba4f 100644 (file)
@@ -1,5 +1,5 @@
 /* Inferior process information for the remote server for GDB.
-   Copyright (C) 1993-2017 Free Software Foundation, Inc.
+   Copyright (C) 1993-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -140,12 +140,6 @@ int have_attached_inferiors_p (void);
 
 void clear_inferiors (void);
 
-void for_each_inferior (std::list<thread_info *> *thread_list,
-                       void (*action) (thread_info *));
-void for_each_inferior_with_data (std::list<thread_info *> *thread_list,
-                                 void (*action) (thread_info *, void *),
-                                 void *data);
-
 void *thread_target_data (struct thread_info *);
 struct regcache *thread_regcache_data (struct thread_info *);
 void set_thread_regcache_data (struct thread_info *, struct regcache *);
This page took 0.02592 seconds and 4 git commands to generate.