Date: Tue, 15 Jul 2003 17:25:41 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7458-Tue15Jul2003172540+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (nospam@nospam.com) Subject: Re: Building a debugger References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Jacky Luk" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 15 Jul 2003 20:24:41 +0800 > > How do I load a program image to memory and take control of it with djgpp? > Which functions can I use? You want `v2loadimage' and `run_child'. They are documented in the library reference manual ("info libc alpha v2loadimage").