aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2008-02-14 20:20:44 +0000
committerVladimir Prus <vladimir@codesourcery.com>2008-02-14 20:20:44 +0000
commitee163bf5fff85297808522f28419f7a7b5c9aab4 (patch)
tree187228ba4311e36e4b98b382bf5cbd22d49c2b1f
parentecd7ecbca2dd236ded386193f8e50b8cc7d7532e (diff)
downloadgdb-ee163bf5fff85297808522f28419f7a7b5c9aab4.zip
gdb-ee163bf5fff85297808522f28419f7a7b5c9aab4.tar.gz
gdb-ee163bf5fff85297808522f28419f7a7b5c9aab4.tar.bz2
* NEWS: Mention pending breakpints in MI
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS3
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.
diff --git a/gdb/NEWS b/gdb/NEWS
index e87ee01..84ab160 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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)