mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* lib/mi-support.exp (thread_selected_re): Correct pattern used
to match a thread ID.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
* lib/mi-support.exp (thread_selected_re): Correct pattern used
|
||||||
|
to match a thread ID.
|
||||||
|
|
||||||
2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Fix s390x testcase compatibility.
|
Fix s390x testcase compatibility.
|
||||||
|
@ -30,7 +30,7 @@ global mi_inferior_tty_name
|
|||||||
|
|
||||||
set MIFLAGS "-i=mi"
|
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"
|
set library_loaded_re "=library-loaded\[^\n\]+\"\r\n"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user