From 0e420bd85db4239139d00f6e8050ed5967ecab11 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 5 Jan 2007 08:22:43 +0000 Subject: [PATCH] * NEWS: Add entries for new catch commands. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2470adbc402..1c3aa311dae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-01-05 Joel Brobecker + + * NEWS: Add entries for new catch commands. + 2006-02-05 Joel Brobecker * dwarf2read.c (partial_die_info): Add field has_byte_size. diff --git a/gdb/NEWS b/gdb/NEWS index 3a9f330bb3c..db9e6a584fc 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -30,6 +30,13 @@ show breakpoint auto-hw "break" command and internal breakpoints used for other commands including "next" and "finish". +catch exception +catch exception unhandled + Stop the program execution when Ada exceptions are raised. + +catch assert + Stop the program execution when an Ada assertion failed. + * New native configurations OpenBSD/sh sh*-*openbsd* -- 2.30.2