From 84a02e583831203fba0a8ab8fcd65a9e626888da Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sat, 2 Oct 2010 17:48:23 +0000 Subject: * lib/mi-support.exp (thread_selected_re): Correct pattern used to match a thread ID. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/lib/mi-support.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb/testsuite') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 50f5967..331d7bc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-10-02 Maciej W. Rozycki + + * lib/mi-support.exp (thread_selected_re): Correct pattern used + to match a thread ID. + 2010-10-02 Jan Kratochvil Fix s390x testcase compatibility. diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index e1dbd19..5de3183 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -30,7 +30,7 @@ global mi_inferior_tty_name set MIFLAGS "-i=mi" -set thread_selected_re "=thread-selected,id=\"\[0-9+\]\"\r\n" +set thread_selected_re "=thread-selected,id=\"\[0-9\]+\"\r\n" set library_loaded_re "=library-loaded\[^\n\]+\"\r\n" # -- cgit v1.1