environment variables in CLI
Daniel Jacobowitz
drow@false.org
Thu May 19 16:25:00 GMT 2005
On Thu, May 19, 2005 at 12:23:10PM -0400, Bob Rossi wrote:
> Hi,
>
> I'm trying to figure out how to set the LD_LIBRARY_PATH in GDB once I
> start it up. The command 'set environment
> LD_LIBRARY_PATH=/home/foo/lib' works. However, I want to do something
> like 'set environment LD_LIBRARY_PATH=$SOME_PATH/lib:$LD_LIBRARY_PATH'.
> Is this possible from the CLI?
Nope.
> Actually, I couldn't figure out how to tell GDB where to look for shared
> objects, that's why I ended up using the LD_LIBRARY_PATH.
set solib-search-path? set solib-absolute-prefix? What are you trying
to do?
--
Daniel Jacobowitz
CodeSourcery, LLC
More information about the Gdb
mailing list