From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19370 invoked by alias); 14 Nov 2010 01:51:34 -0000 Received: (qmail 19341 invoked by uid 22791); 14 Nov 2010 01:51:32 -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-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 14 Nov 2010 01:50:53 +0000 Received: by wyi11 with SMTP id 11so3828648wyi.20 for ; Sat, 13 Nov 2010 17:50:50 -0800 (PST) Received: by 10.216.71.66 with SMTP id q44mr3705193wed.44.1289699450383; Sat, 13 Nov 2010 17:50:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.165.71 with HTTP; Sat, 13 Nov 2010 17:50:30 -0800 (PST) In-Reply-To: <4CDF1D99.50604@redhat.com> References: <4CDF1D99.50604@redhat.com> From: Hui Zhu Date: Sun, 14 Nov 2010 01:51:00 -0000 Message-ID: Subject: Re: [BUG] gdbtk-bp.c: got build error To: Keith Seitz Cc: insight@sources.redhat.com 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-q4/txt/msg00012.txt.bz2 It's OK now. Thanks Keith. Hui On Sun, Nov 14, 2010 at 07:22, Keith Seitz wrote: > On 11/13/2010 06:58 AM, Hui Zhu wrote: >> >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function 'gdb_set_bp': >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c:557: error: too few arguments >> to function 'create_breakpoint' > > Thank you for reporting this. I've committed the attached patch to fix th= is. > > Keith > > ChangeLog > 2010-11-13 =A0Keith Seitz =A0 > > =A0 =A0 =A0 =A0* generic/gdbtk-bp.c (gdb_set_bp): Update for recent > =A0 =A0 =A0 =A0create_breakpoint API update. >