gdbserver_tests: adjust filtering for the new gdb output
[valgrind.git] / gdbserver_tests / mcsigpass.stdoutB.exp
blob680035836d8134bfc7f534473d3dc1b49c8db7cc
1 Continuing.
2 Program received signal SIGSEGV, Segmentation fault.
3 test1 () at faultstatus.c:116
4 116 *BADADDR = 'x';
5 Continuing.
6 Program received signal SIGSEGV, Segmentation fault.
7 test2 () at faultstatus.c:121
8 121 mapping[0] = 'x';
9 Continuing.
10 Program received signal SIGBUS, Bus error.
11 test3 () at faultstatus.c:126
12 126 mapping[FILESIZE+10];
13 Continuing.
14 Program received signal SIGFPE, Arithmetic exception.