How to use shell environment variable in GDB?

Weihua JIANG weihua.jiang@gmail.com
Tue Jun 12 09:00:00 GMT 2007


E.g. I have a shell environment variable CSR which points to a deep
directory. Now I hope to load the executable file using below command:
         file  $CSR/bin/aaa
But, since GDB can't recognize this environment variable, it can't
load the executable file.

How can I use BASH environment variable in GDB?

Thanks
Weihua



More information about the Gdb mailing list