summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
Commit message (Collapse)AuthorAgeFilesLines
* * gdb.threads/killed.exp, gdb.threads/killed.c: New test.Jim Blandy2002-09-032-0/+121
|
* * gdb.threads/pthreads.exp: Move the portable thread compilationkseitz_interps-20020829-mergeJim Blandy2002-08-291-29/+3
| | | | | code into a function in lib/gdb.exp, and call that from here. * lib/gdb.exp (gdb_compile_pthreads): New function.
* * gdb.threads/print-threads.c: New file.Daniel Jacobowitz2002-08-234-0/+611
| | | | | | * gdb.threads/print-threads.exp: New file. * gdb.threads/schedlock.c: New file. * gdb.threads/schedlock.exp: New file.
* 2002-04-24 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-241-1/+2
| | | | * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
* s/Linux/.../Andrew Cagney2002-02-241-1/+2
| | | | Fix PR gdb/378.
* 2002-02-24 Michael Chastain <mec@shout.net>Michael Chastain2002-02-241-1/+3
| | | | | | * gdb.threads/pthreads.c (thread1): Add a return statement. (thread2): Likewise. (foo): Likewise.
* 2002-02-23 Michael Chastain <mec@shout.net>Michael Chastain2002-02-241-0/+2
| | | | | * gdb.threads/linux-dp.c (philosopher): Add a return statement to placate gcc.
* 2002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-311-1/+1
| | | | | | * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling. Allow a start function above main. * gdb.threads/linux-dp.exp: Fix copyright date.
* 2002-01-30 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-311-10/+10
| | | | | | * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'. (check_philosopher_stack): Check for manager thread before checking for a just-starting thread.
* 2002-01-08 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-091-0/+186
| | | | | | * gdb.base/gcore.exp: New test for generate-core-file command. * gdb.base/gcore.c: Testcase for above. * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
* * gdb.threads/pthreads.exp: Wait for output and delayDaniel Jacobowitz2001-10-011-0/+9
| | | | before sending ^C.
* 2001-06-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-06-061-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-24 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-05-251-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-24 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-05-251-4/+2
| | | | | * gdb.threads/pthreads.exp (test_startup): Relax test for thread debugging. If test fails, issue an "unsupported" not a "fail".
* 2001-05-24 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-05-241-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.
* * gdb.threads/linux-dp.exp: Recognize an additional messageJim Blandy2001-03-201-1/+1
| | | | | generated by GDB when it doesn't understand how to debug threads on the target system.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+1
|
* Make thread messages more consistent in pass/fail cases.Andrew Cagney2001-02-151-6/+13
|
* * sol-thread.c (GET_LWP, GET_THREAD, BUILD_LWP, BUILD_THREAD):Nicholas Duffek2000-04-071-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.
* import gdb-2000-01-10 snapshotJason Molenda2000-01-111-1/+1
|
* import gdb-1999-12-21 snapshotJason Molenda1999-12-221-2/+2
|
* import gdb-1999-12-06 snapshotJason Molenda1999-12-071-1/+19
|
* Initial revisionJason Molenda1999-10-192-0/+391
|
* Initial revisionStan Shebs1999-04-169-0/+2218