diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-11-17 12:34:18 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-11-17 12:34:18 +0000 |
commit | 33869c85b4b6321b1095b662a79fec48fd6fa34a (patch) | |
tree | 226a84d0db86d6cbe353e1d21b989520c31fc44b /gdb/testsuite/ChangeLog | |
parent | e7869269d3657b94d83ea440569ebdcd21c56189 (diff) | |
download | gdb-33869c85b4b6321b1095b662a79fec48fd6fa34a.tar.gz |
Include group-id in thread-created notification.
* mi/mi-interp.c (mi_new_thread, mi_thread_exit): Include
group id in the output.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 29727bd34ff..1c66e082afa 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-17 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.mi/mi-nonstop.exp: Expect 'group-id' field. + * lib/mi-support.exp: Likewise. + 2008-11-16 Joel Brobecker <brobecker@adacore.com> * gdb.base/help.exp: Remove the "catch load" and "catch unload" |