OSDN Git Service

Fix PR gdb/844
authordrow <drow>
Sat, 4 Jan 2003 23:05:04 +0000 (23:05 +0000)
committerdrow <drow>
Sat, 4 Jan 2003 23:05:04 +0000 (23:05 +0000)
commitfbc28f7ba73a579916935d4c70a94204658090ed
tree7349fe5ff128c42f6ad74c20405e39da5ffaeac6
parent24cd24df7c9198666a946efa204f0ac70b0bd050
Fix PR gdb/844
* lib/gdb.exp (gdb_compile): Handle "quiet" option.
(gdb_compile_pthreads): Pass "quiet" to gdb_compile.

* gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
instead of calling gdb_suppress_entire_file.
* gdb.threads/print-threads.exp: Likewise.
* gdb.threads/schedlock.exp: Likewise.

* gdb.threads/killed.exp: Return instead of calling
gdb_suppress_entire_file.
* gdb.threads/linux-dp.exp: Likewise.
* gdb.threads/pthreads.exp: Likewise.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/gcore-thread.exp
gdb/testsuite/gdb.threads/killed.exp
gdb/testsuite/gdb.threads/linux-dp.exp
gdb/testsuite/gdb.threads/print-threads.exp
gdb/testsuite/gdb.threads/pthreads.exp
gdb/testsuite/gdb.threads/schedlock.exp
gdb/testsuite/lib/gdb.exp