]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/arm/nm-linux.h
2001-02-04 Philip Blundell <philb@gnu.org>
[thirdparty/binutils-gdb.git] / gdb / config / arm / nm-linux.h
index fd459fc5a927a990895479f538ca49fbdbab4cdb..c83e0f87331332983f2130acf2b063b483f9e948 100644 (file)
@@ -30,4 +30,20 @@ extern int kernel_u_size (void);
 /* Override copies of {fetch,store}_inferior_registers in infptrace.c.  */
 #define FETCH_INFERIOR_REGISTERS
 
+/* FIXME: kettenis/2000-09-03: This should be moved to ../nm-linux.h
+   once we have converted all Linux targets to use the new threads
+   stuff (without the #undef of course).  */
+
+extern int lin_lwp_prepare_to_proceed (void);
+#undef PREPARE_TO_PROCEED
+#define PREPARE_TO_PROCEED(select_it) lin_lwp_prepare_to_proceed ()
+
+extern void lin_lwp_attach_lwp (int pid, int verbose);
+#define ATTACH_LWP(pid, verbose) lin_lwp_attach_lwp ((pid), (verbose))
+
+#include <signal.h>
+
+extern void lin_thread_get_thread_signals (sigset_t *mask);
+#define GET_THREAD_SIGNALS(mask) lin_thread_get_thread_signals (mask)
+
 #endif /* NM_ARMLINUX_H */