This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
gdb source command with env variable in the path?
- From: "Jason Andrews" <jasona at cadence dot com>
- To: <gdb at sourceware dot org>
- Date: Thu, 15 Jun 2006 00:33:17 -0700
- Subject: gdb source command with env variable in the path?
Is it possible to do a source command with an
environment variable in the path?
(gdb) source $HOME/filename
I see the command `show env HOME` but no way to use
the env variable in a path.
Thanks.