From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11776 invoked by alias); 6 Apr 2010 06:09:47 -0000 Received: (qmail 11767 invoked by uid 22791); 6 Apr 2010 06:09:46 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,SARE_MSGID_LONG45,TW_BT,TW_DB X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Apr 2010 06:09:41 +0000 Received: by pvg11 with SMTP id 11so1828865pvg.0 for ; Mon, 05 Apr 2010 23:09:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.101.12 with HTTP; Mon, 5 Apr 2010 23:09:18 -0700 (PDT) In-Reply-To: <4BB680DB.3080002@redhat.com> References: <4BB680DB.3080002@redhat.com> From: Hui Zhu Date: Tue, 06 Apr 2010 06:09:00 -0000 Received: by 10.143.84.8 with SMTP id m8mr2190316wfl.293.1270534179501; Mon, 05 Apr 2010 23:09:39 -0700 (PDT) Message-ID: Subject: Re: [PATCH] Re: Build gdbtk-bp.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-q2/txt/msg00004.txt.bz2 My part is OK. Thanks Keith. Best regards, Hui On Sat, Apr 3, 2010 at 07:42, Keith Seitz wrote: > On 04/01/2010 10:56 PM, Hui Zhu wrote: >> >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function >> 'gdb_get_breakpoint_info': >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c:365: error: dereferencing >> pointer to incomplete type >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function >> 'gdb_get_tracepoint_info': >> ../../src/gdb/gdbtk/generic/gdbtk-bp.c:775: error: dereferencing >> pointer to incomplete type > > Gdb is up to it again... I've committed the attached patch to correct thi= s. > > Keith > > ChangeLog > 2010-04-02 =A0Keith Seitz =A0 > > =A0 =A0 =A0 =A0* generic/gdbtk-bp.c (gdb_get_breakpoint_info): Use > =A0 =A0 =A0 =A0breakpoint_commands to access breakpoint commands. > =A0 =A0 =A0 =A0(gdb_get_tracepoint_info): Likewise for tracepoint actions. >