aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/pthread_cond_wait.exp
AgeCommit message (Collapse)AuthorFilesLines
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
Automatic update by copyright.sh.
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .exp files to GPLv3.Joel Brobecker1-5/+4
Switch the license of all .f and .f90 files to GPLv3. Switch the license of all .s and .S files to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2004-10-112004-10-11 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-3/+4
* gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead of "run", since the latter doesn't work with remote targets. Adjust the breakpoint numbering accordingly. * gdb.threads/pthread_cond_wait.exp: Ditto.
2004-05-19 * gdb.threads/pthread_cond_wait.c: New file.Joel Brobecker1-0/+73
* gdb.threads/pthread_cond_wait.exp: New testcase.