mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Updated Changelog and testsuite/Changelog because of bad formatting.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
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 Siva Chandra Reddy <sivachandra@google.com>
|
||||
|
||||
* python/lib/gdb/commands/explore.py
|
||||
@ -5,12 +11,6 @@
|
||||
being invoked.
|
||||
(ExploreTypeCommand.invoke): Add a missing 'return'.
|
||||
|
||||
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 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb_obstack.h (obconcat): Move declaration here, from...
|
||||
|
@ -1,16 +1,17 @@
|
||||
2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
|
||||
|
||||
* 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-catch-load.exp: Ditto.
|
||||
* 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-21 Siva Chandra Reddy <sivachandra@google.com>
|
||||
|
||||
* gdb.python/py-explore.exp: Improve a test
|
||||
|
||||
2013-01-18 David Blaikie <dblaikie@gmail.com>
|
||||
|
||||
* gdb.base/label.c (main): Correct the type of the second
|
||||
|
Reference in New Issue
Block a user