diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 94643ec..4a45dc5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-02-14 Vladimir Prus <vladimir@codesourcery.com> + + * NEWS: Mention pending breakpints in MI. + 2008-02-14 Markus Deuling <deuling@de.ibm.com> * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o. @@ -62,6 +62,9 @@ Decimal Floating Point extension. In addition, the PowerPC target now has a set of pseudo-registers to inspect decimal float values stored in two consecutive float registers. +* The -break-insert MI command can optionally create pending +breakpoints now. + * New commands set print frame-arguments (all|scalars|none) |