+2015-03-24 Gary Benson <gbenson@redhat.com>
+
+ * linux-nat.h (linux_stop_lwp): Move declaration to...
+ * nat/linux-nat.h (linux_stop_lwp): New declaration.
+
2015-03-24 Gary Benson <gbenson@redhat.com>
* linux-nat.h: Include nat/linux-nat.h.
+2015-03-24 Gary Benson <gbenson@redhat.com>
+
+ * linux-low.h (linux_stop_lwp): Remove declaration.
+
2015-03-24 Gary Benson <gbenson@redhat.com>
* linux-low.h: Include nat/linux-nat.h.
int linux_attach_lwp (ptid_t ptid);
struct lwp_info *find_lwp_pid (ptid_t ptid);
-void linux_stop_lwp (struct lwp_info *lwp);
+/* For linux_stop_lwp see nat/linux-nat.h. */
#ifdef HAVE_LINUX_REGSETS
void initialize_regsets_info (struct regsets_info *regsets_info);
extern int lin_lwp_attach_lwp (ptid_t ptid);
-extern void linux_stop_lwp (struct lwp_info *lwp);
+/* For linux_stop_lwp see nat/linux-nat.h. */
/* Stop all LWPs, synchronously. (Any events that trigger while LWPs
are being stopped are left pending.) */
iterate_over_lwps_ftype callback,
void *data);
+/* Cause LWP to stop. This function must be provided by the
+ client. */
+
+extern void linux_stop_lwp (struct lwp_info *lwp);
+
#endif /* LINUX_NAT_H */