btrace: indicate speculative execution
[binutils-gdb.git] / gdb / testsuite / gdb.threads /
2015-08-06 Pedro AlvesRevert "test slowdown"
2015-08-06 Pedro AlvesTest for PR18749: problems if whole process dies while...
2015-08-06 Pedro Alvestest slowdown
2015-08-06 Pedro Alvesgdbserver: Fix non-stop / fork / step-over issues
2015-08-05 Pedro Alvesstepping is disturbed by setjmp/longjmp | try/catch...
2015-07-31 Pedro Alvestestsuite: tcl exec& -> 'kill -9 $pid' is racy (attach...
2015-07-30 Pedro Alvesremote follow fork and spurious child stops in non...
2015-07-30 Pedro AlvesPR threads/18600: Inferiors left around after fork...
2015-07-30 Pedro AlvesPR threads/18600: Threads left stopped after fork+threa...
2015-07-29 Sergio Durigan JuniorUniquefy gdb.threads/attach-into-signal.exp
2015-07-24 Pedro AlvesPR gdb/18717: internal error if non-leader thread exits...
2015-06-29 Pedro AlvesPR threads/18127 - threads spawned by infcall end up...
2015-04-10 Pedro AlvesCleanup signal-while-stepping-over-bp-other-thread.exp
2015-04-10 Pedro Alvesstep-over-trips-on-watchpoint.exp: Don't put addresses...
2015-04-10 Pedro AlvesTest step-over-{lands-on-breakpoint|trips-on-watchpoint...
2015-04-10 Pedro AlvesMake gdb.threads/step-over-trips-on-watchpoint.exp...
2015-04-10 Pedro Alvesgdb/18216: displaced step+deliver signal, a thread...
2015-04-08 Pedro AlvesAdd test for PR18214 and PR18216 - multiple step-overs...
2015-04-07 Yao QiProperly set alarm value in gdb.threads/non-stop-fair...
2015-04-02 Yao Qikfail two tests in no-unwaited-for-left.exp for remote...
2015-04-01 Pedro Alvesgdb.threads/manythreads.exp: can't read "test": no...
2015-04-01 Pedro AlvesCrash on thread id wrap around
2015-03-24 Pedro AlvesFix "thread apply all" with exited threads
2015-03-24 Pedro AlvesMake "set scheduler-locking step" depend on user intent...
2015-03-19 Pedro Alvesgdbserver/Linux: unbreak thread event randomization
2015-03-19 Pedro Alvesnative/Linux: internal error if resume is short-circuited
2015-03-04 Pedro AlvesFix gdb.threads/thread-specific-bp.exp race
2015-03-04 Pedro Alvesgdb.threads/clone-thread_db.c: Add missing includes...
2015-03-03 Pedro Alvesfollow-exec: delete all non-execing threads
2015-02-21 Pedro Alvesgdb.threads/multi-create-ns-info-thr.exp and native...
2015-02-20 Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
2015-02-20 Pedro AlvesPR18006: internal error if threaded program calls clone...
2015-02-11 Pedro AlvesFix adjust_pc_after_break, remove still current thread...
2015-02-10 Pedro AlvesAdd "signal SIGTRAP" test
2015-02-06 Pedro AlvesImprove gdb.threads/attach-many-short-lived-threads...
2015-01-25 Mark WielaardRemove testsuite compile errors with GCC5.
2015-01-23 Pedro AlvesLinux: make target_is_async_p return false when async...
2015-01-09 Pedro Alvesadd non-stop test that stresses thread starvation issues
2015-01-09 Pedro Alvesgdb.threads/{siginfo-thread.c,watchthreads-reorder...
2015-01-09 Pedro AlvesTest attaching to a program that constantly spawns...
2015-01-09 Pedro AlvesLinux: Skip thread_db thread event reporting if PTRACE_...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-12 Pedro AlvesGDBserver: ctrl-c after leader has exited
2014-10-29 Pedro AlvesPR 17408 - assertion failure in switch_back_to_stepped_...
2014-10-24 Pedro AlvesRemove Vax Ultrix and VAX BSD support
2014-10-17 Pedro AlvesDelete Tru64 support
2014-10-11 Yao QiNo longer pull thread list explicitly
2014-10-02 Pedro Alvesgdb.threads/manythreads.exp: clean up and add comment
2014-10-02 Pedro AlvesFix non-stop regressions caused by "breakpoints always...
2014-09-30 Yao QiSkip dlopen-libpthread.exp in cross testing
2014-09-22 Pedro AlvesFix "breakpoint always-inserted off"; remove "breakpoin...
2014-09-14 Doug EvansFix set up of queue-signal.exp test.
2014-09-14 Doug EvansNew command queue-signal.
2014-09-12 Pedro Alvesafter gdb_run_cmd, gdb_expect -> gdb_test_multiple...
2014-08-25 Doug Evansgdb.threads/thread-execl.exp: #include <stdio.h>.
2014-08-21 Jan KratochvilFix 'gcore' with exited threads
2014-08-21 Pedro AlvesRemove useless gcore command detection
2014-07-30 Pedro Alvesgdb.threads/signal-command-handle-nopass.exp: Add comment
2014-07-25 Pedro AlvesAlways pass signals to the right thread
2014-07-11 Pedro AlvesGDBserver crashes when killing a multi-thread process
2014-06-19 Pedro AlvesFix next over threaded execl with "set scheduler-lockin...
2014-06-06 Yao QiFix the race in gdb.threads/staticthreads.exp
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
2014-05-21 Jan KratochvilFix TLS access for -static -pthread
2014-04-14 David BlaikieAdd return value for non-void function return statement...
2014-03-21 Maciej W. Rozyckigdb.threads/thread-specific.exp: Fix uninitialized...
2014-03-20 Pedro AlvesFurther cleanup of signal-while-stepping-over-bp-other...
2014-03-20 Pedro AlvesMake signal-while-stepping-over-bp-other-thread.exp...
2014-03-20 Pedro AlvesHandle multiple step-overs.
2014-03-20 Pedro AlvesFix for even more missed events; eliminate thread-hop...
2014-03-20 Pedro AlvesFix missing breakpoint/watchpoint hits, eliminate defer...
2014-02-21 Pedro AlvesRename test.
2014-02-10 Mark KettenisAvoid killing all processes.
2014-02-07 Pedro AlvesMake sure we don't resume the stepped thread by accident.
2014-02-07 Pedro AlvesFix gdb.threads/stepi-random-signal.exp on software...
2014-01-08 Pedro Alves[remote/gdbserver] Don't lose signals when reconnecting.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-10-18 Pedro Alves[gdb/16062] stepi sometimes doesn't make progress
2013-09-17 Pedro AlvesPR gdb/11568 - delete thread-specific breakpoints on...
2013-09-17 Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-07-18 Will Newtongdb/testsuite/gdb.threads: Ensure TLS tests link agains...
2013-07-15 Ali Anwar2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
2013-07-08 Ulrich Weigand2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2013-06-07 Pedro AlvesRemove superfluous semicolons from testsuite throughout.
2013-06-07 Pedro AlvesFix formating in copyright headers.
2013-06-04 Gary Benson2013-06-04 Jan Kratochvil <jan.kratochvil@redhat...
2013-05-22 Doug Evans * gdb.threads/wp-replication.c (main): Insert some...
2013-05-07 Luis Machado gdb/
2013-05-06 Doug Evans * lib/gdb.exp (gdb_core_cmd): New function.
2013-03-15 Yao Qigdb/testsuite/
2013-03-14 Yao Qigdb/testsuite/
2013-02-27 Jan Kratochvilgdb/testsuite/
2013-02-14 Jan Kratochvilgdb/testsuite/
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-19 Joel Brobeckerupdate copyright notices in various GDB files.
2012-11-14 Yao Qigdb/testsuite/
2012-11-06 Tom Tromey * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2012-08-02 Ulrich Weigand * gdb.base/annota1.exp: Accept no frames-invalid notif...
2012-07-20 Pedro Alves2012-07-20 Pedro Alves <palves@redhat.com>
2012-07-02 Jan Kratochvilgdb/
next