diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/dbx.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/dbx.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/dbx.exp b/gdb/testsuite/gdb.base/dbx.exp index 5c0610f..cd63c66 100644 --- a/gdb/testsuite/gdb.base/dbx.exp +++ b/gdb/testsuite/gdb.base/dbx.exp @@ -184,6 +184,9 @@ proc gdb_file_cmd {arg} { global gdb_prompt global spawn_id upvar timeout timeout + global last_loaded_file + + set last_loaded_file $arg if [is_remote host] { set arg [remote_download host $arg]; |