From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11674 invoked by alias); 19 Apr 2013 06:58:37 -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 11645 invoked by uid 48); 19 Apr 2013 06:58:36 -0000 From: "raunaq at outlook dot com" To: gdb-prs@sourceware.org Subject: [Bug corefiles/15349] gcore not implemented for AIX Date: Fri, 19 Apr 2013 06:58: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: raunaq at outlook 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" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00108.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15349 --- Comment #2 from Raunaq M Bathija 2013-04-19 06:58:36 UTC --- (In reply to comment #1) > (In reply to comment #0) > > > Is it very hard to get gcore working on AIX ? > > If you know the format of core files on AIX, then I think it > shouldn't be too hard. Ok, I know the format of core files on AIX. So basically, what that means is that the AIX core file structure has a certain fields, I need to populate those fields by gathering information (about the process being debugged) already available to gdb and save it as a core file ? If so, it would be really helpful if you could give me a an idea as to where in gdb or which structure would save such information about the process being debugged which would be helpful in filling the fields of the core structure. -- 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.