From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10168 invoked by alias); 27 Nov 2017 19:42:49 -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 9887 invoked by uid 89); 27 Nov 2017 19:42:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Nov 2017 19:42:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0D9AF116715; Mon, 27 Nov 2017 14:42:46 -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 Mr+g3MPteOar; Mon, 27 Nov 2017 14:42:45 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D157F1166B1; Mon, 27 Nov 2017 14:42:45 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 294BC85CBC; Mon, 27 Nov 2017 11:42:44 -0800 (PST) Date: Mon, 27 Nov 2017 19:42:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org, Xavier Roirand Subject: Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Message-ID: <20171127194244.nsyoxdw6re7xdwiv@adacore.com> References: <1510953646-116765-1-git-send-email-brobecker@adacore.com> <3f9c312c-deba-f6b1-838e-d0cddf244752@redhat.com> <20171125020534.k4zk7ccpuwnzuspc@adacore.com> <67cc8f82-e8db-b34c-8da9-38e2a7795444@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <67cc8f82-e8db-b34c-8da9-38e2a7795444@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-11/txt/msg00697.txt.bz2 > > Grumpf. Sorry about that. I'm not sure why it was working for me > > before. I was able to reproduce on a different machine, but noticed > > another error in the process. Attached is a tentative patch. It gives > > me clean results (15 PASSes). Does it work for you? > > Yup, works for me. Thanks for confirming, Pedro. Now pushed to master. > > gdb/testsuite/ChangeLog: > > > > * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust > > expected output in gdb_expect call to allow the exception > > message to be present as well. Fix syntax confusion to avoid > > TCL thinking that exception_name is an array. > > -- Joel