aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2024-07-16[gdb/testsuite] Simplify gdb.base/complex-parts.expTom de Vries1-39/+42
2024-06-26[gdb/testsuite] Minor cleanup in gdb.base/bg-execution-repeat.expTom de Vries1-8/+3
2024-06-26[gdb/testsuite] Fix timeout in gdb.base/bg-execution-repeat.expTom de Vries2-1/+26
2024-06-20[gdb/testsuite] Fix duplicates in gdb.base/watchpoint-unaligned.expTom de Vries1-1/+1
2024-06-13[gdb/testsuite] Add gdb.base/fission-macro.expTom de Vries3-0/+129
2024-06-13[gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.expTom de Vries1-1/+1
2024-06-11Fix cast types for openclHannes Domani1-3/+5
2024-06-11Fix 64-bit shifts where long only has 32-bit sizeHannes Domani1-0/+12
2024-06-11Fix too-large or negative right shift of negative numbersHannes Domani1-0/+1
2024-06-11Fix right shift of negative numbersHannes Domani1-0/+2
2024-06-11Restore bitshift.exp testsHannes Domani1-1/+1
2024-06-10[gdb/testsuite] Don't use set auto-solib-add offTom de Vries3-4/+7
2024-06-04gdb/testsuite: tests for debug lookup within the sysrootAndrew Burgess1-0/+202
2024-06-04gdb/testsuite: make gdb_gnu_strip_debug consistentAndrew Burgess1-14/+4
2024-05-31[gdb/testsuite] New test: gdb.base/errno.expKevin Buettner2-0/+300
2024-05-26Bump version to 16.0.50.DATE-git.Joel Brobecker1-1/+1
2024-05-23gdb, testsuite: Fix return value in gdb.base/foll-fork.expFelix Willgerodt1-1/+1
2024-05-17Don't allow new-ui to start the TUITom Tromey1-0/+5
2024-05-14gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flagsAndrew Burgess3-8/+6
2024-05-11[gdb/testsuite] Fix Wreturn-mismatch in gdb.base/list-dot-nodebug.expTom de Vries1-1/+1
2024-05-08gdb: Change "list ." command's error when no debuginfo is availableGuinevere Larsen4-2/+119
2024-05-07gdb.base/watchpoint-running.exp: Run sw watch tests even if no hw watchPedro Alves1-1/+1
2024-05-07Remove gdb.base/watchpoint-running.exp leftoverPedro Alves1-2/+0
2024-05-06[gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attachTom de Vries3-1/+8
2024-05-06[gdb/exp] Redo cast handling for indirectionTom de Vries1-2/+3
2024-05-03[gdb/testsuite] Use save_vars to restore GDBFLAGSTom de Vries9-101/+90
2024-05-03[gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0Tom de Vries6-8/+1
2024-05-03[gdb/exp] Fix cast handling for indirectionTom de Vries2-0/+71
2024-04-29gdb/testsuite: Add gdb.base/memops-watchpoint.expThiago Jung Bauermann2-0/+206
2024-04-26Fix gdb.base/attach.exp --pid test skipping on native-extended-gdbserverPedro Alves1-1/+3
2024-04-26gdb_is_target_remote -> gdb_protocol_is_remotePedro Alves3-6/+4
2024-04-26gdb_is_target_native -> gdb_protocol_is_nativePedro Alves3-19/+9
2024-04-26Fix "attach" failure handling with GDBserverPedro Alves3-6/+121
2024-04-26Fix "run" failure handling with GDBserverPedro Alves2-0/+83
2024-04-24gdb/testsuite: Add libc_has_debug_info require helperThiago Jung Bauermann1-12/+1
2024-04-17gdb/Windows: Fix detach while runningPedro Alves2-0/+122
2024-04-17gdb/record: minor clean, remove some unneeded argumentsAndrew Burgess1-0/+24
2024-04-17[gdb/testsuite] Require address update for DW_LNE_end_sequenceTom de Vries1-2/+1
2024-04-17Fix max-depth test case for AIX.Aditya Vidyadhar Kamath1-0/+9
2024-04-15Strip trailing newlines from input stringTom Tromey1-0/+45
2024-04-12Fix setting watchpoints when current thread is runningPedro Alves2-0/+185
2024-04-12Cygwin/testsuite: Avoid infinite hangPedro Alves1-1/+1
2024-04-02Run isortTom Tromey1-1/+1
2024-04-02[gdb/testsuite] Add missing include in gdb.base/ctf-ptype.cTom de Vries1-3/+2
2024-03-29gdb/testsuite: avoid $pc/$sp values in test namesAndrew Burgess1-1/+2
2024-03-28[gdb/testsuite] Fix gdb.base/ending-run.exp on manjaro linuxTom de Vries1-2/+2
2024-03-28[gdb/testsuite] Add missing include in gdb.base/rtld-step.expTom de Vries1-1/+4
2024-03-26Remove redundant check from parse_number.expTom Tromey1-2/+0
2024-03-25gdb: allow double quotes for quoting filenamesAndrew Burgess1-1/+1
2024-03-25gdb: fix bug where quote characters would become nullptrAndrew Burgess1-20/+46