aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-16 17:27:53 +0000
committerTom Tromey <tromey@redhat.com>2013-01-16 17:27:53 +0000
commit8ac3646fbbb5f1e0442caa55559513d593136f8c (patch)
tree7586394b88b34a9a36959aef9cdaf3b75914ebdd /gdb/ChangeLog
parent5a18e3023970ba2542ebdcbab920acbeabd672ce (diff)
downloadgdb-8ac3646fbbb5f1e0442caa55559513d593136f8c.zip
gdb-8ac3646fbbb5f1e0442caa55559513d593136f8c.tar.gz
gdb-8ac3646fbbb5f1e0442caa55559513d593136f8c.tar.bz2
* breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
(print_one_catch_solib, print_one_catch_syscall) (print_one_catch_exec, print_one_exception_catchpoint): Emit "catch-type". gdb/doc * gdb.texinfo (GDB/MI Breakpoint Information): Document "catch-type" field. (GDB/MI Catchpoint Commands): Add "catch-type" to examples. gdb/testsuite * gdb.mi/mi-catch-load.exp: Look for "catch-type".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1014bb4..f595d2e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-16 Tom Tromey <tromey@redhat.com>
+
+ * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
+ (print_one_catch_solib, print_one_catch_syscall)
+ (print_one_catch_exec, print_one_exception_catchpoint): Emit
+ "catch-type".
+
2013-01-16 Yao Qi <yao@codesourcery.com>
* printcmd.c (current_display_number): Make it static.