aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMircea Gherzan <mgherzan@sourceware.org>2012-12-12 21:23:29 +0000
committerMircea Gherzan <mgherzan@sourceware.org>2012-12-12 21:23:29 +0000
commit3fa7bf069226d867d6400552c55d5a838a5f0f20 (patch)
tree9ceef038125e76a0ba6604940d07a4e30aa09d72 /gdb/ChangeLog
parent91985142973d550628c61d201e0a7cd3e36cd5b3 (diff)
downloadgdb-3fa7bf069226d867d6400552c55d5a838a5f0f20.zip
gdb-3fa7bf069226d867d6400552c55d5a838a5f0f20.tar.gz
gdb-3fa7bf069226d867d6400552c55d5a838a5f0f20.tar.bz2
MI: document the -catch-load/-unload commands
2012-11-16 Mircea Gherzan <mircea.gherzan@intel.com> gdb/doc: * gdb.texinfo (GDB/MI Catchpoint Commands): New section. gdb/: * NEWS: mention the -catch-load/-catch-unload MI commands.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a3bcbeb..5ea7d67 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,8 @@
2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
+
+ * NEWS: Mention the -catch-load/-catch-unload MI commands.
+
+2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
* Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
(SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.