git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11777
unsigned long thread_from_wait;
unsigned long old_thread_from_wait;
+int pass_signals[TARGET_SIGNAL_LAST];
+
/* for a gdbserver integrated in valgrind, resuming the process consists
in returning the control to valgrind.
Then at the next error or break or ..., valgrind calls gdbserver again.
A 0 indicates gdb has to be consulted to see if signal has
or has not to be passed. The gdb consultation is to
be done using the above two functions. */
-int pass_signals[TARGET_SIGNAL_LAST];
+extern int pass_signals[];
#include "target.h"