aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
AgeCommit message (Collapse)AuthorFilesLines
2001-06-062001-06-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+6
* gdb.threads/pthreads.exp (check_control_c): Return 0 for success, non-zero if control_c fails. Terminate the test on failure, rather than wait for 12 more tests to time out.
2001-05-252001-05-24 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+25
* gdb.threads/linux-dp.exp: Remove assumptions about thread ordering. Don't require that the main thread and the manager thread are the first in the list.
2001-05-252001-05-24 Michael Snyder <msnyder@redhat.com>Michael Snyder1-4/+2
* gdb.threads/pthreads.exp (test_startup): Relax test for thread debugging. If test fails, issue an "unsupported" not a "fail".
2001-05-242001-05-24 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+5
* gdb.threads/pthreads.exp (all_threads_running): Add an explicit test for (full_coverage == 0). This makes the test run faster, and prevents dejagnu getting out of step.
2001-03-20* gdb.threads/linux-dp.exp: Recognize an additional messageJim Blandy1-1/+1
generated by GDB when it doesn't understand how to debug threads on the target system.
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2001-02-15Make thread messages more consistent in pass/fail cases.Andrew Cagney1-6/+13
2000-04-07 * sol-thread.c (GET_LWP, GET_THREAD, BUILD_LWP, BUILD_THREAD):Nicholas Duffek1-1/+8
Change to rely on PIDGET etc. * config/i386/nm-i386sol2.h (TARGET_HAS_WATCHPOINTS, TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT, target_[insert/remove]_watchpoint): define. Allow target to use procfs hardware watchpoints. * config/sparc/nm-sun4sol2.h: ditto. * config/i386/tm-i386sol2.h (PIDGET, TIDGET, MERGEPID): modify definitions to use 16 bits for the pid, 15 bits for the tid, and 1 bit for the flag. * config/sparc/tm-sun4sol2.h: ditto. (SOFTWARE_SINGLE_STEP, SOFTWARE_SINGLE_STEP_P): undefine. * testsuite/gdb.threads/pthreads.exp (all_threads_running): Allow for more than 15 thread increments.
2000-01-11import gdb-2000-01-10 snapshotJason Molenda1-1/+1
1999-12-22import gdb-1999-12-21 snapshotJason Molenda1-2/+2
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-1/+19
1999-10-19import gdb-1999-10-18 snapshotJason Molenda2-0/+391
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs9-0/+2218
1999-04-16Initial creation of sourceware repositoryStan Shebs10-2375/+0
1998-03-24 * Makefile.in: Derive SHELL from configure.Stu Grossman1-20/+22
* config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm from SIM. This prevents dependency checking of -lm (under NT native builds). (It is automatically added by configure if it exists.) * doc/configure mswin/configure nlm/configure testsuite/gdb.base/configure testsuite/gdb.c++/configure testsuite/gdb.chill/configure testsuite/gdb.disasm/configure testsuite/gdb.stabs/configure testsuite/gdb.threads/configure: Regenerate with autoconf 2.12.1 to fix shell issues for NT native builds.
1997-01-29Major revision to testsuites for cross-testing and DOS testing support.Bob Manson3-34/+441
1996-11-26 * configure, */configure: Rebuild with autoconf 2.12.Ian Lance Taylor1-37/+116
1996-08-19 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,Fred Fish1-0/+164
PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations. * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris) and -lpthreads (everybody else). (test_startup): Fail gracefully if threads are not supported. * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for "p/c array_index("abcdef",2)" when not gcc compiled. * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for "print func2::coremaker_local" when not gcc compiled. * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for "ptype on opaque struct tagname (statically)", "ptype on opaque struct tagname (dynamically) 1", and "ptype on opaque struct tagname (dynamically) 2" for not compiled with gcc. * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for backtrace when compiled with gcc. * lib/gdb.exp (runto_main): Return result of "runto main" rather than always return success.
1996-08-07 * configure.in (configdirs): Add gdb.threads.Fred Fish5-28/+1302
* configure: Regenerated with autoconf. * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New. * gdb.threads/{Makefile.in, configure.in}: Complete rewrites. * gdb.threads/configure: New, generated with autoconf.
1996-06-25 * gdb.threads/Makefile.in (docdir): Removed.Jason Molenda1-0/+156
1995-07-27Forgot to commit .Santiize.Jeff Law1-0/+40
1995-07-26 * gdb.threads: New directory with some crude multi-threadedJeff Law2-0/+253
gdb tests (step.exp and step2.exp). * config/mt-lynx (STEP_EXECUTABLE): Define. (THREADFLAGS): Define. Hiro's test for 6100 and a crude test of my own. They both need some major cleanup for non-lynx hosts; both are also a little too loose in their checks. But I'm too burnt out on lynx to address either concern.