diff options
Diffstat (limited to 'gdb/testsuite/config/nind.exp')
-rw-r--r-- | gdb/testsuite/config/nind.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/config/nind.exp b/gdb/testsuite/config/nind.exp index f44cc58..dc8006a 100644 --- a/gdb/testsuite/config/nind.exp +++ b/gdb/testsuite/config/nind.exp @@ -29,7 +29,7 @@ proc gdb_load { arg } { global verbose global loadpath global loadfile - global prompt + global gdb_prompt global GDB set loadfile [file tail $arg] set loadpath [file dirname $arg] @@ -43,7 +43,7 @@ proc gdb_start { } { global GDB global GDBFLAGS global spawn_id - global prompt + global gdb_prompt global verbose send_user "Not implememted yet\n" ; return -1 } |