This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[committed] gdb.reverse/sigall-reverse.exp: Typo fix
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Fri, 30 May 2014 04:19:33 +0100
- Subject: [committed] gdb.reverse/sigall-reverse.exp: Typo fix
- Authentication-results: sourceware.org; auth=none
Hi,
Committed as obvious.
2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
gdb/testsuite/
* gdb.reverse/sigall-reverse.exp: Fix a typo.
Maciej
gdb-test-sigall-reverse-typo.diff
Index: gdb-fsf-trunk-quilt/gdb/testsuite/gdb.reverse/sigall-reverse.exp
===================================================================
--- gdb-fsf-trunk-quilt.orig/gdb/testsuite/gdb.reverse/sigall-reverse.exp 2014-01-03 21:14:07.078675613 +0000
+++ gdb-fsf-trunk-quilt/gdb/testsuite/gdb.reverse/sigall-reverse.exp 2014-05-30 01:43:19.638974509 +0100
@@ -262,7 +262,7 @@ gdb_test "continue" \
"get signal TERM"
gdb_test "continue" "Breakpoint.*handle_TERM.*" "send signal TERM"
-gdb_test "continue" "\[process \[0-9\]+ .*" "continue to sigal exit" \
+gdb_test "continue" "\[process \[0-9\]+ .*" "continue to signal exit" \
"The next instruction is syscall exit_group.* program...y. or n. " \
"yes"