aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.multi
AgeCommit message (Expand)AuthorFilesLines
4 daysgdb: only insert thread-specific breakpoints in the relevant inferiorAndrew Burgess7-24/+219
4 daysgdb: don't set breakpoint::pspace in create_breakpointAndrew Burgess2-0/+244
4 daysgdb: parse pending breakpoint thread/task immediatelyAndrew Burgess1-2/+2
2024-07-31[gdb/testsuite] Fix trailing-text-in-parentheses duplicatesTom de Vries2-6/+6
2024-07-20gdb: don't display inferior list for pending breakpointsAndrew Burgess3-0/+214
2024-05-06[gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attachTom de Vries1-1/+1
2024-04-26gdb_is_target_native -> gdb_protocol_is_nativePedro Alves1-8/+8
2024-03-25[gdb/testsuite] Fix tdlabel_re referencesTom de Vries1-1/+1
2024-03-22gdb tests: Allow for "LWP" or "process" in thread IDs from info threadsJohn Baldwin1-1/+1
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang1-1/+1
2024-01-15gdb/testsuite: remove spurious $ in save_varsSimon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess59-59/+59
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess3-0/+283
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-28gdb: make set/show inferior-tty work with $_gdb_setting_strAndrew Burgess1-0/+14
2023-04-28gdb: make set/show cwd work with $_gdb_setting_strAndrew Burgess1-0/+9
2023-04-28gdb: make set/show args work with $_gdb_setting_strAndrew Burgess2-0/+122
2023-04-24[gdb/testsuite] Fix gdb.multi/multi-arch.exp on powerpc64leTom de Vries1-0/+8
2023-03-20gdb: don't use the global thread-id in the saved breakpoints fileAndrew Burgess1-0/+46
2023-02-27gdb: reformat Python files with black 23.1.0Simon Marchi1-0/+1
2023-02-11gdb: don't print global thread-id to CLI in describe_other_breakpointsAndrew Burgess2-0/+89
2023-01-30gdb: Make global feature array a per-remote target arrayChristina Schimpe2-5/+9
2023-01-26Eliminate spurious returns from the test suiteTom Tromey1-2/+0
2023-01-13Rename to allow_python_testsTom Tromey2-3/+3
2023-01-13Rename to allow_hw_watchpoint_multi_testsTom Tromey1-1/+1
2023-01-13Rename to allow_hw_watchpoint_access_testsTom Tromey1-1/+1
2023-01-13Rename to allow_gdbserver_testsTom Tromey2-2/+2
2023-01-13Use require target_can_use_run_cmdTom Tromey1-3/+1
2023-01-13Use require !skip_gdbserver_testsTom Tromey1-3/+1
2023-01-13Use require can_spawn_for_attachTom Tromey3-9/+3
2023-01-13Use require !use_gdb_stubTom Tromey11-37/+11
2023-01-13Use require !skip_hw_watchpoint_testsTom Tromey1-4/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker52-52/+52
2022-11-28gdb/testsuite: remove use of then keyword from gdb.multi/*.expAndrew Burgess9-18/+18
2022-11-28gdbserver: switch to right process in find_one_threadSimon Marchi2-0/+95
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers4-6/+7
2022-11-17gdb: new $_inferior_thread_count convenience variableAndrew Burgess1-0/+20
2022-11-10gdb: make "start" breakpoint inferior-specificSimon Marchi3-0/+126
2022-10-25[gdb/testsuite] Add missing skip_gdbserver_tests in gdb.multi/attach-no-multi...Tom de Vries1-0/+4
2022-06-08aarch64: Add fallback if ARM_CC_FOR_TARGET not setPedro Alves2-4/+4
2022-05-17Remove gdb_test questions that GDB doesn't askPedro Alves1-1/+1
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen1-2/+2
2022-05-01[gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp with check-readmoreTom de Vries1-3/+6
2022-03-29gdb/remote: use current_inferior in read_ptid if multi-process not supportedTankut Baris Aktemur2-0/+122
2022-01-12Don't mention "serial" in target remote descriptionTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker45-45/+45
2021-12-15gdb: re-format with black 21.9b0Simon Marchi1-5/+9
2021-12-01[gdb/testsuite] Fix typo in gdb.multi/multi-arch-exec.expTom de Vries1-1/+1
2021-11-30gdb: Powerpc fix gdb.multi/multi-arch-exec.exp testCarl Love1-1/+3
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess2-0/+102