From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25849 invoked by alias); 7 Nov 2013 15:04:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 25837 invoked by uid 89); 7 Nov 2013 15:04:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPAM_SUBJECT,SPF_PASS autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 07 Nov 2013 15:04:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0D05C116187 for ; Thu, 7 Nov 2013 10:04:47 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EkFNThdBbJEt for ; Thu, 7 Nov 2013 10:04:47 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A129811614B for ; Thu, 7 Nov 2013 10:04:46 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2CC64E11FA; Thu, 7 Nov 2013 19:04:13 +0400 (RET) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: RFC new CLI + GDB/MI commands to list Ada exceptions Date: Thu, 07 Nov 2013 15:04:00 -0000 Message-Id: <1383836650-6104-1-git-send-email-brobecker@adacore.com> X-SW-Source: 2013-11/txt/msg00176.txt.bz2 Hello, In this patch series, I am proposing the additions of one new CLI command "info exceptions", and one GDB/MI command, whose purpose is to list all exceptions known to the inferior. As explained in patch #1, the command "info exception" has been used by AdaCore users for at least the last 12 years, and I would very much like to avoid having to change it. But I will, if necessary. The GDB/MI command name, on the other hand, is entirely new, and thus a lot easier to adjust to whatever command name we think is best. The series has been tested on x86_64-linux, and comes with testcases. As usual with me when I propose something new, patches are still missing NEWS and documentation patches, but I will make sure to get those done before I commit anything. Thank you!