I am debugging one application on embedded machine which doesn't have much space in it. We are running one application which is crashing and there is no sufficient space to save core file. Is there a way that can used to save this core file on any remote machine ? This machine is accessible on local network. Remotely connected server has huge space and can be used to save any file.
I tried to use command generate-core-file but that is trying to save coredump on local machine.