core dump support for cygwin

Chris Faylor cgf@cygnus.com
Thu Aug 24 12:11:00 GMT 2000


I've added the winsup-specific stuff to the appropriate places.

Note, that you need to study ChangeLog entries a little more.  There
were a couple of problems with yours.  Specifically, your formatting was
non-standard, and, more importantly, you need to make changes to
individual ChangeLogs in the individual directories, not the one in the
winsup directory.

Also, I had to make some changes to the includes that you used and had
to coerce the return value of two GetProcAddress calls.

Anyway, the gdb changes really need to be sent to gdb-patches.  I
haven't looked at them to see if I have any comments, but if I do, the
discussion should take place in that mailing list.

Thanks for contributing this.  This will be a major addition to cygwin's
functionality.

cgf

On Thu, Aug 24, 2000 at 07:08:58PM +0400, Egor Duda wrote:
>these  are  patches   for  gdb  and  winsup  to implement core dumps
>support   in  cygwin.  core  dumps  are  created  by  dumper  utility
>(winsup/utils/dumper.exe)
>
>=====================================================================
>Usage: dumper [-v] [-c filename] pid
>-c filename -- dump core to filename.core
>-d          -- print some debugging info while dumping
>pid         -- win32-pid of process to dump
>=====================================================================
>[snip]


More information about the Cygwin-patches mailing list