This is the mail archive of the gdb@sources.redhat.com 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: examining remote core dumps; MT support for attach;


On Jun 12,  4:17pm, nak26 wrote:

> >> 1. Is it possible to examine a core file on a remote machine, in the cases,
> >> where fetching the core is undesirable due to the thinness of the pipe.
> >
> >This is not supported.
> 
> Can anybody think of another way of doing that (not involving gdbserver)?

Either copy the file to the host or use some sort of remote filesystem
mount (e.g. NFS) to get at the core file.

I have a feeling that this isn't exactly what you wanted to hear though...

Kevin


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