diff options
author | Marc Khouzam <marc.khouzam@ericsson.com> | 2013-01-21 23:58:00 +0000 |
---|---|---|
committer | Marc Khouzam <marc.khouzam@ericsson.com> | 2013-01-21 23:58:00 +0000 |
commit | 998580f1ccb7cf0b0940eff441d8a9e7ab8bb1cd (patch) | |
tree | 29ce9c08fa474b63679b4b437a335650ade2bba1 /gdb/testsuite/ChangeLog | |
parent | 03d72d1e9b216ec3c296496cdfb3b52c2efe0473 (diff) | |
download | gdb-998580f1ccb7cf0b0940eff441d8a9e7ab8bb1cd.zip gdb-998580f1ccb7cf0b0940eff441d8a9e7ab8bb1cd.tar.gz gdb-998580f1ccb7cf0b0940eff441d8a9e7ab8bb1cd.tar.bz2 |
2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
* breakpoint.c (print_one_breakpoint_location): Add MI
field 'thread-groups' when printing a breakpoint.
(output_thread_groups): New function.
2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
* gdb.texinfo (GDB/MI Breakpoint Commands): Document new
'thread-groups' field when printing a breakpoint in MI.
2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
* gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
* gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
Also handle 'thread' field.
* gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
* gdb.mi/mi-watch.exp: Ditto.
* lib/mi-support.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ff27d23..1bae924 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,6 +2,15 @@ * gdb.python/py-explore.exp: Improve a test +2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com> + + * gdb.mi/mi-break.exp: Expect new 'thread-groups' field. + * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field. + Also handle 'thread' field. + * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field. + * gdb.mi/mi-watch.exp: Ditto. + * lib/mi-support.exp: Ditto. + 2013-01-18 David Blaikie <dblaikie@gmail.com> * gdb.base/label.c (main): Correct the type of the second |