aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
AgeCommit message (Expand)AuthorFilesLines
2025-06-11gdb testsuite: Introduce allow_multi_inferior_tests and use it throughoutPedro Alves4-44/+55
2025-06-11gdb testsuite: Introduce allow_fork_tests and use it throughoutPedro Alves14-9/+26
2025-06-09gdb.threads/thread-execl, don't re-exec foreverPedro Alves1-2/+8
2025-05-12gdb: add '-stopped' and '-running' options to "info threads"Tankut Baris Aktemur2-0/+208
2025-05-12gdb: update "info threads" output when no threads match the argumentsTankut Baris Aktemur2-2/+2
2025-05-02[gdb/testsuite] Make gdb.threads/inf-thr-count.exp more readableTom de Vries1-21/+34
2025-05-02[gdb/testsuite] Fix timeout in gdb.threads/inf-thr-count.expTom de Vries1-1/+1
2025-04-24Don't attempt to find TLS address when target has no registersKevin Buettner1-1/+1
2025-04-17[gdb/testsuite] Fix gdb.threads/clone-attach-detach.expTom de Vries1-1/+1
2025-04-09[gdb/testsuite] Allow thread exited message in gdb.threads/infcall-from-bp-co...Tom de Vries1-2/+6
2025-04-08Update copyright dates to include 2025Tom Tromey269-269/+269
2025-03-27[gdb/testsuite] Fix gdb.threads/access-mem-running-thread-exit.expTom de Vries2-5/+12
2025-03-20[gdb/testsuite] Fix typos in gdb.threads/infcall-from-bp-cond-simple.expTom de Vries1-2/+2
2025-03-20[gdb/testsuite] Add missing returns in gdb.threads/infcall-from-bp-cond-simple.cTom de Vries1-0/+2
2025-02-13gdb, testsuite: Rename set_sanitizer procedures to append_environment.Christina Schimpe1-1/+1
2025-01-16[gdb/testsuite] Fix timeouts in gdb.threads/step-over-thread-exit.expTom de Vries1-2/+3
2024-12-02testsuite, threads: add missing return statementsRohr, Stephan2-0/+5
2024-11-27gdb/testsuite: skip gdb.threads/omp-par-scope.exp with clangGuinevere Larsen1-0/+8
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries1-2/+2
2024-10-25[gdb/testsuite] Fix gdb.threads/ia64-sigill.exp with check-read1Tom de Vries1-4/+19
2024-10-25[gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep)Tom de Vries1-2/+4
2024-10-08[gdb/contrib] Add more separators in spellcheck.shTom de Vries1-1/+1
2024-10-06[gdb] Fix common misspellingsTom de Vries2-2/+2
2024-09-30gdb, testsuite: clean duplicate header includesGerlicher, Klaus3-4/+0
2024-09-23testsuite, threads: fix LD_LIBRARY_PATH in 'tls-sepdebug.exp'Rohr, Stephan1-4/+9
2024-09-23[gdb/testsuite] Fix failure in gdb.threads/signal-sigtrap.expTom de Vries2-2/+34
2024-09-07gdb: parse pending breakpoint thread/task immediatelyAndrew Burgess3-0/+205
2024-08-29[gdb/testsuite] Fix another regexp in gdb.threads/stepi-over-clone.expTom de Vries1-1/+1
2024-07-31[gdb/testsuite] Fix trailing-text-in-parentheses duplicatesTom de Vries2-6/+6
2024-07-29[gdb/testsuite] Remove PR31554 kfail in gdb.threads/leader-exit-attach.expTom de Vries1-8/+0
2024-07-29[gdb/testsuite] Fix gdb.threads/leader-exit-attach.exp with check-read1Tom de Vries1-3/+3
2024-06-21[gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.expTom de Vries1-1/+1
2024-05-24[gdb/testsuite] Add PR26286 kfail in gdb.threads/attach-many-short-lived-thre...Tom de Vries1-1/+24
2024-05-14gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flagsAndrew Burgess1-6/+2
2024-05-08Fix AIX thread exit events not being reported and UI to show kernel thread ID.Aditya Vidyadhar Kamath1-4/+2
2024-05-06[gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attachTom de Vries4-23/+28
2024-05-03[gdb/testsuite] Use save_vars to restore GDBFLAGSTom de Vries3-16/+14
2024-04-26gdb_is_target_remote -> gdb_protocol_is_remotePedro Alves3-3/+3
2024-04-26gdb_is_target_native -> gdb_protocol_is_nativePedro Alves1-1/+1
2024-04-24[gdb/testsuite] Fix gdb.threads/threadcrash.exp for remote hostTom de Vries1-5/+3
2024-04-24[gdb/testsuite] Fix gdb.threads/threadcrash.exp with glibc debuginfoTom de Vries1-1/+1
2024-04-12New testcase gdb.threads/leader-exit-attach.exp (PR threads/8153)Pedro Alves1-0/+87
2024-04-11[gdb/testsuite] Fix gdb.threads/access-mem-running-thread-exit.exp with clangTom de Vries1-0/+2
2024-04-04Fix a test failure in gdb.threads/stepi-over-clone.expBernd Edlinger1-0/+4
2024-03-28[gdb/testsuite] Fix test-case gdb.threads/attach-stopped.exp on manjaro linuxTom de Vries1-2/+4
2024-03-25gdb: rename unwindonsignal to unwind-on-signalAndrew Burgess2-5/+5
2024-03-25gdb: introduce unwind-on-timeout settingAndrew Burgess1-22/+47
2024-03-25gdb: add timeouts for inferior function callsAndrew Burgess2-0/+335
2024-03-25gdb: fix b/p conditions with infcalls in multi-threaded inferiorsAndrew Burgess6-0/+889
2024-03-22gdb tests: Allow for "LWP" or "process" in thread IDs from info threadsJohn Baldwin18-45/+50