From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28702 invoked by alias); 29 Jul 2014 02:28:48 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 28589 invoked by uid 55); 29 Jul 2014 02:28:47 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug guile/17203] It should be an error to register a pre-existing parameter. Date: Tue, 29 Jul 2014 02:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: guile X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00191.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17203 --- Comment #5 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 7ebdbe9292e4b696740b021938369adb1484da27 (commit) from 385f635ae0be0077dad606c12118bbe0f886f28f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7ebdbe9292e4b696740b021938369adb1484da27 commit 7ebdbe9292e4b696740b021938369adb1484da27 Author: Doug Evans Date: Mon Jul 28 19:20:30 2014 -0700 PR guile/17203 * guile/scm-param.c (pascm_parameter_defined_p): New function. (gdbscm_register_parameter_x): Call it. Raise error for pre-existing parameters. testsuite/ * gdb.guile/scm-parameter.exp: Add tests for trying to create previously existing parameter, and previously ambiguously spelled parameter. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 7 +++++++ gdb/guile/scm-param.c | 27 ++++++++++++++++++++++++++- gdb/testsuite/ChangeLog | 7 +++++++ gdb/testsuite/gdb.guile/scm-parameter.exp | 28 ++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 1 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.