From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29316 invoked by alias); 5 Jul 2010 05:54:14 -0000 Received: (qmail 29306 invoked by uid 22791); 5 Jul 2010 05:54:13 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_BT,TW_DB X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Jul 2010 05:54:06 +0000 Received: by pwi9 with SMTP id 9so5250311pwi.0 for ; Sun, 04 Jul 2010 22:54:04 -0700 (PDT) Received: by 10.142.148.10 with SMTP id v10mr2824880wfd.103.1278309244280; Sun, 04 Jul 2010 22:54:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.5.21 with HTTP; Sun, 4 Jul 2010 22:53:44 -0700 (PDT) In-Reply-To: <4C30CF29.7090009@redhat.com> References: <4C30CF29.7090009@redhat.com> From: Hui Zhu Date: Mon, 05 Jul 2010 05:54:00 -0000 Message-ID: Subject: Re: Build gdbtk-cmds.c get error To: Keith Seitz Cc: insight@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00009.txt.bz2 I am OK now. Thanks Keith. Best regards, Hui On Mon, Jul 5, 2010 at 02:12, Keith Seitz wrote: > On 07/04/2010 01:20 AM, Hui Zhu wrote: >> >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c:558: error: too many arguments >> to function 'create_breakpoint' > > I've committed the attached patch to fix this, another API change in gdb. > > Thank you for bringing this to my attention. > > Keith > > ChangeLog > 2010-07-04 =A0Keith Seitz =A0 > > =A0 =A0 =A0 =A0* generic/gdbtk-bp.c (gdb_set_bp): Update arguments for API > =A0 =A0 =A0 =A0change in create_breakpoint. >