diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2009-01-30 18:43:05 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2009-01-30 18:43:05 +0000 |
commit | 592375cda9444b66538fb4811db6094e37664847 (patch) | |
tree | 5e11b34b8f122f299a9ba1b7ac6595f3d7d631ee /gdb/testsuite/ChangeLog | |
parent | 41447f92e2151bd8fcd5f3e4b8dd5e972aec9b67 (diff) | |
download | gdb-592375cda9444b66538fb4811db6094e37664847.zip gdb-592375cda9444b66538fb4811db6094e37664847.tar.gz gdb-592375cda9444b66538fb4811db6094e37664847.tar.bz2 |
PR 8145.
* thread.c (do_captured_list_thread_ids): Report the current
thread id.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9e636b9..3b3735c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2009-01-30 Vladimir Prus <vladimir@codesourcery.com> + * lib/mi-support.exp (et_mi_thread_list) + (check_mi_and_console_threads): Adjust for current thread in + -thread-list-ids output. + +2009-01-30 Vladimir Prus <vladimir@codesourcery.com> + * gdb.mi/mi-break.exp (test_disabled_creation): New. Call it. |