This is the mail archive of the gdb-patches@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]

Re: [RFA, 3 of 3] save/restore process record, part 3 (save/restore)


> Date: Sat, 17 Oct 2009 15:13:37 -0700
> From: Michael Snyder <msnyder@vmware.com>
> CC: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>, 
>  "teawater@gmail.com" <teawater@gmail.com>
> 
> >> This is the same approach that is used by the "gcore" command.
> >> How does "gcore" work with go32, if at all?
> > 
> > It doesn't.  DJGPP cannot generate core files.
> 
> Well, save/restore depends on core files, so I guess
> it won't work in go32.

DJGPP does not support core files created from a memory image of a
running process, but I don't see any reason why bfdcore_write won't
work for it.

> See revised patch below.

Thanks. this is fine.


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