[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: starting gdb with modified PATH
|
From: |
Michael Chastain |
|
Subject: |
Re: starting gdb with modified PATH |
|
Date: |
Mon, 16 Aug 2004 11:42:43 -0400 |
|
User-agent: |
nail 10.8 6/28/04 |
Baurjan Ismagulov <address@hidden> wrote:
> I need to start gdb with modified PATH. Is there an easy way to do that?
Just set the path in your environment before you start dejagnu.
I do this in my test bed scripts, and it works fine.
That's the way I select between different versions of
gcc and binutils.
Michael