>>>>> "NK" == First Last <nvk4444@yahoo.com> writes: NK> I am trying to use add-symbol-file with arguments within a gdb command file. NK> add-symbol-file $filename $load_addr NK> I found that the $filename is not evaluated NK> Any suggestions? You can use 'eval', or Python scripting. Tom