Newsgroups: comp.parallel.pvm
From: jeff@Adeno.wistar.upenn.edu (Jeff Taylor)
Subject: Re: Debugger for pvm under linux?
Organization: University of Pennsylvania
Date: 11 Jun 1996 20:25:19 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Message-ID: <4pkknf$l3f@netnews.upenn.edu>

In article <4piito$19t@what.why.net>,
	jimmy@why.net (Jimmy) writes:
> Does any body know any debugger can debug C code under linux when 
> program with pvm?  I tried gdb but it only step all the process.  It 
> won't go in to the pvm functions call.
> 

I'm not sure what you mean here.  gdb will trace through any program and if you
have pvm spawn children with the debug flag in "pvm_spawn" then they will 
start in a gdb window.  If you want to trace into the pvm library functions
then you'll have to recompile them with the -g flag.  It's not likely you'll
need this however.

Jeff
-- 

