This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug corefiles/15349] gcore not implemented for AIX


http://sourceware.org/bugzilla/show_bug.cgi?id=15349

--- Comment #2 from Raunaq M Bathija <raunaq at outlook dot com> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]