summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-11-18 20:41:42 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-11-18 20:41:42 +0000
commit7e5fcf38e346076279fd8b81a777f93a7ac95e35 (patch)
tree1fef686dd34757d228e78304bdd6db9a46bc5b35
parent51a3340dd8f584f2c6e4a96d99c7b1615189f62d (diff)
downloadgdb-7e5fcf38e346076279fd8b81a777f93a7ac95e35.tar.gz
* NEWS: Document the removal of "catch load" and "catch unload".
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 27eb67c266e..fae3deaf694 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-18 Joel Brobecker <brobecker@adacore.com>
+
+ * NEWS: Document the removal of "catch load" and "catch unload".
+
2008-11-17 Doug Evans <dje@google.com>
* infcall.c (call_function_by_hand): Fix punctuation and capitalization
diff --git a/gdb/NEWS b/gdb/NEWS
index ab94020f45f..86125c9d639 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -176,6 +176,12 @@ macro undef
x86 DICOS i[34567]86-*-dicos*
+* Removed commands
+
+catch load
+catch unload
+ These commands were actually not implemented on any target.
+
*** Changes in GDB 6.8
* New native configurations