Newsgroups: comp.os.parix
From: joep@fwi.uva.nl (Joep Vesseur)
Subject: Re: Debug (gdb)
Keywords: gdb, parix
Organization: FWI, University of Amsterdam
Date: 20 Jan 1995 14:54:24 GMT
Message-ID: <3foir0$t7i@mail.fwi.uva.nl>

asterix@ciunix.uc.pt (Nuno Veiga Asterix PRD) writes:

>  I can't run no executable file (.px) inside gdb. I do set breakpoints and 
>other things, but when I try to run the following message shows: "Don't 
>know how to run".

As far as I know, the gdb version that comes with PARIX is a 
post mortem only debugger. That means that you can only use it
to analyse coredumps generated by PARIX, like in

 $ gdb file core.n0.c3.t1

So, there is no way to run your programs from within gdb.

(although there seems to be work in progress:
    (gdb) target parsy
    Trying to connect to the target ...GDB : no communication channels defined
    Connection failed
Does somebody know the status of this?)

Joep.
-- 


Joep

