Xref: utzoo comp.unix.questions:12207 comp.unix.wizards:15056 Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!po From: po@cs.utexas.edu (Po Ling Cheung) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Remote execution Message-ID: <4999@cs.utexas.edu> Date: 14 Mar 89 05:37:27 GMT Followup-To: comp.unix.wizards Organization: U. Texas CS Dept., Austin, Texas Lines: 14 I would like to have a program that can stop a BSD UNIX process running on a machine and continue its execution over a remote machine. To find out the program counter and stack pointer of the stopped process, I can look into sigcontext. What about accessing and transferring the text, data and stack segments? How can I get the address of each segment? Does a.out.h provide all necessary info? Has anybody done something similar? Insights into such and related issues are much appreciated. Thanks, Po