diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-24 20:05:28 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-24 20:05:28 +0000 |
commit | 8c7ab5da737e13033b77ca35bf8fdf2d6da48c12 (patch) | |
tree | cb118baa0b6c77d47a98d10bf3173fca36247231 /gdb/testsuite/config | |
parent | fb3f84c77393f3d73f22ebd1eb4007a90ef50fd7 (diff) | |
download | gdb-8c7ab5da737e13033b77ca35bf8fdf2d6da48c12.zip gdb-8c7ab5da737e13033b77ca35bf8fdf2d6da48c12.tar.gz gdb-8c7ab5da737e13033b77ca35bf8fdf2d6da48c12.tar.bz2 |
* config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/vx-gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/vx-gdb.exp b/gdb/testsuite/config/vx-gdb.exp index 5ebcefa..c522544 100644 --- a/gdb/testsuite/config/vx-gdb.exp +++ b/gdb/testsuite/config/vx-gdb.exp @@ -27,7 +27,7 @@ load_lib gdb.exp load_lib vxworks.exp set shell_prompt "->" -set prompt "\[(\]vxgdb\[)\]" +set prompt "\\(vxgdb\\)" # # gdb_version -- extract and print the version number of gcc |