From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17376 invoked by alias); 16 May 2013 10:20:02 -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 17334 invoked by uid 48); 16 May 2013 10:20:02 -0000 From: "caosd810929 at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug corefiles/15475] gdb cannot sniff_core_bfd on ia64-hpux Date: Thu, 16 May 2013 10:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: corefiles X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: caosd810929 at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00276.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D15475 --- Comment #2 from Ann 2013-05-16 10:20:01 = UTC --- it never work.it can run application =E3=80=81attach process;bur can not sn= iff corefile bfd.I noticed that in ia64-hpux platform gdb donot call set_gdbarch_regset_from_core_section=E3=80=81 deprecated_add_core_fns Inter= face.Does this mean that gdb does not support ia64-hpux? Is there any way to solve th= is problem?(In reply to comment #1) > Is this is a regression, or did it never work? --=20 Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are on the CC list for the bug. >>From gdb-prs-return-13688-listarch-gdb-prs=sources.redhat.com@sourceware.org Thu May 16 10:33:47 2013 Return-Path: Delivered-To: listarch-gdb-prs@sources.redhat.com Received: (qmail 23009 invoked by alias); 16 May 2013 10:33:47 -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 Delivered-To: mailing list gdb-prs@sourceware.org Received: (qmail 22987 invoked by uid 48); 16 May 2013 10:33:47 -0000 From: "brobecker at gnat dot com" To: gdb-prs@sourceware.org Subject: [Bug build/15476] New: utils.h "enum errors" forward declaration Date: Thu, 16 May 2013 10:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: brobecker at gnat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00277.txt.bz2 Content-length: 1014 http://sourceware.org/bugzilla/show_bug.cgi?id=15476 Bug #: 15476 Summary: utils.h "enum errors" forward declaration Product: gdb Version: 7.6 Status: NEW Severity: normal Priority: P2 Component: build AssignedTo: unassigned@sourceware.org ReportedBy: brobecker@gnat.com Classification: Unclassified gdb/utils.h contains a forward declaration of type "enum errors", and this causes a build failure with old GCC compilers. I suspect the same is true of non-GNU compiler, as enum forward declarations are a GNU extension. Ref: http://www.sourceware.org/ml/gdb-patches/2013-04/msg00829.html A fix was checked it at: http://www.sourceware.org/ml/gdb-patches/2013-05/msg00522.html This PR is to backport the patch to the GDB 7.6 branch. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.