Implement a GDB server in Valgrind.  See #214909.
(Philippe Waroquiers, philippe.waroquiers@skynet.be)



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11727 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/gdbserver_tests/mcsignopass.stderr.exp b/gdbserver_tests/mcsignopass.stderr.exp
new file mode 100644
index 0000000..f60f30e
--- /dev/null
+++ b/gdbserver_tests/mcsignopass.stderr.exp
@@ -0,0 +1,20 @@
+
+(action at startup) vgdb me ... 
+Test 1: Invalid write of size 4
+   at 0x........: test1 (faultstatus.c:105)
+   by 0x........: main (faultstatus.c:168)
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
+  PASS
+Test 2:   PASS
+Test 3:   PASS
+Test 4:   PASS
+
+HEAP SUMMARY:
+    in use at exit: 0 bytes in 0 blocks
+  total heap usage: 0 allocs, 0 frees, 0 bytes allocated
+
+For a detailed leak analysis, rerun with: --leak-check=full
+
+For counts of detected and suppressed errors, rerun with: -v
+ERROR SUMMARY: 11 errors from 1 contexts (suppressed: 0 from 0)