aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-25gdb: rename unwindonsignal to unwind-on-signalAndrew Burgess3-14/+30
2024-03-25gdb: introduce unwind-on-timeout settingAndrew Burgess1-21/+42
2024-03-25gdb: add timeouts for inferior function callsAndrew Burgess3-1/+131
2024-03-22Teach GDB to generate sparse core files (PR corefiles/31494)Pedro Alves1-104/+134
2024-03-20[gdb/testsuite] Handle core without build-id in gdb.base/corefile-buildid.expTom de Vries1-1/+13
2024-03-20[gdb/testsuite] Add PR gdb/26967 KFAIL in two more test-casesTom de Vries3-14/+43
2024-03-19[gdb] Further fix "value is not available" with debug frameTom de Vries1-1/+6
2024-03-17[gdb/testsuite] Fix gdb.base/list-no-debug.exp on debianTom de Vries3-5/+35
2024-03-14[gdb/tdep] Fix gdb.base/watchpoint-unaligned.exp on aarch64Tom de Vries2-35/+54
2024-03-11gdb/testsuite: reformat file with a more recent version of blackAndrew Burgess1-1/+0
2024-03-11gdb/unwinders: better support for $pc not savedAndrew Burgess3-0/+232
2024-02-26[gdb/testsuite] Further handle long filenames in gdb.base/startup-with-shell.expTom de Vries1-0/+1
2024-02-26[gdb] Fix "value is not available" with debug frameTom de Vries3-0/+104
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang16-32/+33
2024-02-09Allow value repeat operator on referencesHannes Domani1-0/+1
2024-02-08gdb/testsuite: Fix testing of "info copying"Thiago Jung Bauermann1-7/+87
2024-02-07Raise exception if ambiguous name is used in gdb.parameterHannes Domani1-0/+10