diff options
author | Rob Savoye <rob@cygnus> | 1993-09-02 01:12:20 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-09-02 01:12:20 +0000 |
commit | e4d30c7e6abccf8402a5c48743a829cd6633ee98 (patch) | |
tree | 01ec14f52c30d8a4bef8f6742c2bcd55db31b4a4 /gdb/testsuite/config | |
parent | be7d4f3f6dead60b99253c8a60341b3863d93099 (diff) | |
download | gdb-e4d30c7e6abccf8402a5c48743a829cd6633ee98.zip gdb-e4d30c7e6abccf8402a5c48743a829cd6633ee98.tar.gz gdb-e4d30c7e6abccf8402a5c48743a829cd6633ee98.tar.bz2 |
Load the udi library procedures.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/udi-gdb.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/config/udi-gdb.exp b/gdb/testsuite/config/udi-gdb.exp index 695e85f..a7d2f82 100644 --- a/gdb/testsuite/config/udi-gdb.exp +++ b/gdb/testsuite/config/udi-gdb.exp @@ -32,6 +32,7 @@ if ![info exists prompt] then { } load_lib gdb.exp +load_lib udi.exp # # gdb_version -- extract and print the version number of gdb |