aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Rename to allow_hw_breakpoint_testsTom Tromey1-1/+1
2023-01-13Rename to allow_shlib_testsTom Tromey1-1/+1
2023-01-13Rename to allow_python_testsTom Tromey1-1/+1
2023-01-13Rename to allow_hw_watchpoint_testsTom Tromey5-9/+9
2023-01-13Rename to allow_hw_watchpoint_multi_testsTom Tromey3-3/+3
2023-01-13Rename to allow_hw_watchpoint_access_testsTom Tromey1-1/+1
2023-01-13Use "require" for Python testsTom Tromey1-4/+1
2023-01-13Use require !gdb_debug_enabledTom Tromey3-11/+3
2023-01-13Use require isnativeTom Tromey4-7/+8
2023-01-13Use require can_spawn_for_attachTom Tromey4-12/+4
2023-01-13Use require !use_gdb_stubTom Tromey4-10/+7
2023-01-13Use require !skip_hw_watchpoint_testsTom Tromey6-18/+7
2023-01-13Use require !skip_shlib_testsTom Tromey1-1/+2
2023-01-11[gdb/testsuite] Fix regexp in gdb.threads/dlopen-libpthread.expSimon Marchi1-2/+2
2023-01-11[gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibc, againTom de Vries1-6/+24
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker230-230/+230
2022-12-31[gdb/testsuite] Replace deprecated pthread_yield in gdb.threads/watchpoint-fo...Tom de Vries1-5/+5
2022-12-30[gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibcTom de Vries1-10/+25
2022-12-16[gdb/testsuite] Fix race in gdb.threads/detach-step-over.expTom de Vries1-8/+26
2022-11-28gdb/testsuite: remove use of then keyword from gdb.threads/*.expAndrew Burgess38-60/+60
2022-11-28gdb: fix assert when quitting GDB while a thread is steppingAndrew Burgess1-0/+52
2022-11-28gdb/testsuite: refactor gdb.threads/detach-step-over.expAndrew Burgess1-100/+138
2022-11-28gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.expSimon Marchi1-23/+17
2022-11-16[gdb/testsuite] Use gdb_gcore_cmd in gdb.threads/gcore-thread.expTom de Vries1-1/+1
2022-10-18Update tests to use skip_hw_watchpoint_tests to test for HW watchpoint support.Carl Love1-2/+11
2022-10-14[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with clangTom de Vries1-1/+1
2022-10-07gdb/testsuite: fix gdb.threads/linux-dp.exp regexLancelot SIX1-1/+1
2022-10-02[gdb/testsuite] Fix waitpid testing in next-fork-other-thread.cTom de Vries1-1/+1
2022-09-07[gdb/testsuite] Use prototype to call libc functionsTom de Vries1-1/+1
2022-07-29[gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64Tom de Vries1-1/+2
2022-07-20Don't stop all threads prematurely after first step of "step N"Pedro Alves2-0/+110
2022-07-13Tighten gdb.threads/no-unwaited-for-left.exp regexpsPedro Alves1-2/+2
2022-07-12[gdb/testsuite] Run two test-cases with ASAN_OPTIONS=verify_asan_link_order=0Tom de Vries1-1/+7
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess3-12/+0
2022-06-24gdb/testsuite: remove global gcc_compiled from gdb.expAndrew Burgess2-12/+0
2022-06-09gdb/testsuite: resolve duplicate test names in gdb.threads/tls.expAndrew Burgess1-1/+4
2022-06-04[gdb/testsuite] Fix gdb.threads/manythreads.exp with check-read1Tom de Vries1-15/+19
2022-05-25gdb: Fix DUPLICATE and PATH regressions throughoutPedro Alves3-9/+8
2022-05-22Accept functions with DW_AT_linkage_name presentAlok Kumar Sharma2-0/+100
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen13-14/+14
2022-05-08[gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with check-readmoreTom de Vries1-11/+7
2022-05-03Fix gdb.threads/access-mem-running-thread-exit.exp w/ native-extended-gdbserverPedro Alves1-1/+29
2022-04-22gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure...Simon Marchi1-2/+31
2022-04-18gdb/testsuite: add text_segment option to gdb_compileVignesh Balasubramanian1-2/+2
2022-04-04gdb: resume ongoing step after handling fork or vforkSimon Marchi2-0/+208
2022-04-04gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent...Simon Marchi2-0/+184
2022-03-31gdb/linux-nat: remove check based on current_inferior in linux_handle_extende...Simon Marchi3-0/+195
2022-03-10Process exit status is leader exit status testcaseLancelot SIX2-0/+110
2022-03-10Fix gdb.threads/current-lwp-dead.exp racePedro Alves2-37/+87
2022-03-10Fix gdb.threads/clone-new-thread-event.exp racePedro Alves2-1/+17