aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-02-27gdb: reformat Python files with black 23.1.0Simon Marchi9-6/+8
2023-02-27Fix crash with "finish" in RustTom Tromey2-0/+69
2023-02-27Handle range types in ax-gdb.cTom Tromey2-0/+4
2023-02-27Implement some agent expressions for AdaTom Tromey2-0/+51
2023-02-27gdb: don't treat empty enums as flag enumsAndrew Burgess2-0/+79
2023-02-27gdb/testsuite: Improve testing of GDB's completion functionsBruno Larsen1-0/+16
2023-02-24[gdb/testsuite] Cleanup unnecessary expr from require lineTom de Vries1-1/+1
2023-02-23Fix Tcl quoting in gdb_assertTom Tromey3-5/+5
2023-02-23Remove 'eval' from gdb_breakpointTom Tromey1-6/+1
2023-02-22gdb.reverse/time-reverse.exp: test both time syscall and C time functionPedro Alves2-22/+57
2023-02-21Issue error on erroneous expressionTom Tromey1-0/+8
2023-02-21[gdb/testsuite] Require compilation flags in two gdb.arch/aarch64 test-casesTom de Vries2-0/+4
2023-02-21[gdb/testsuite] Require istarget x86* in gdb.reverse/step-indirect-call-thunk...Tom de Vries1-0/+2
2023-02-21[gdb/testsuite] Require -fsplit-stack in gdb.base/morestack.expTom de Vries2-0/+10
2023-02-21[gdb/testsuite] Require syscall time in gdb.reverse/time-reverse.expTom de Vries2-0/+13
2023-02-21[gdb/testsuite] Require python in gdb.dap/basic-dap.expTom de Vries1-0/+2
2023-02-20[gdb/symtab] Trust epilogue unwind info for unknown producer (-g0 case)Tom de Vries2-0/+106
2023-02-20[gdb/testsuite] Add xfail case in gdb.python/py-record-btrace.expTom de Vries1-1/+6
2023-02-20[gdb/testsuite] Fix gdb.threads/schedlock.exp for gcc 4.8.5Tom de Vries1-3/+2
2023-02-18Fix "start" for D, Rust, etcTom Tromey4-1/+97
2023-02-17Fix crash in go_symbol_package_nameTom Tromey1-0/+31
2023-02-17gdb: fix regression in gdb.xml/maint_print_struct.expAndrew Burgess1-2/+7
2023-02-17[gdb/testsuite] Simplify gdb.arch/amd64-disp-step-avx.expTom de Vries2-20/+6
2023-02-15Don't throw quit while handling inferior events, part IIPedro Alves2-3/+26
2023-02-15Don't throw quit while handling inferior eventsPedro Alves2-0/+110
2023-02-15Add new "$_shell(CMD)" internal functionPedro Alves2-0/+37
2023-02-15Make "ptype INTERNAL_FUNCTION" in Ada print like other languagesPedro Alves1-2/+0
2023-02-15Fix "ptype INTERNAL_FUNC" (PR gdb/30105)Pedro Alves2-0/+49
2023-02-14[gdb/testsuite] Add xfail in gdb.python/py-record-btrace.expTom de Vries1-1/+42
2023-02-14[gdb/testsuite] Factor out proc linux_kernel_versionTom de Vries2-14/+29
2023-02-13Rename all fields of struct valueTom Tromey1-3/+3
2023-02-13gdb/python: deallocate tui window factories at Python shut downAndrew Burgess1-0/+32
2023-02-13gdb/python: allow Python TUI windows to be replacedAndrew Burgess2-0/+121
2023-02-13gdb/testsuite: handle differences in guile error string outputAndrew Burgess1-2/+4
2023-02-13gdb/testsuite: look for hipcc in env(ROCM_PATH)Lancelot SIX1-2/+5
2023-02-13gdb/testsuite: allow_hipcc_tests tests the hipcc compilerLancelot SIX2-1/+72
2023-02-13gdb/testsuite: require amd-dbgapi support to run rocm testsLancelot SIX1-0/+7
2023-02-13gdb/testsuite: Rename skip_hipcc_tests to allow_hipcc_testsLancelot SIX2-7/+4
2023-02-12gdb/c++: fix handling of breakpoints on @plt symbolsAndrew Burgess3-0/+124
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess1-0/+82
2023-02-11gdb: show task number in describe_other_breakpointsAndrew Burgess1-6/+11
2023-02-11gdb: don't print global thread-id to CLI in describe_other_breakpointsAndrew Burgess2-0/+89
2023-02-11gdb: add test for readline handling very long commandsAndrew Burgess1-0/+40
2023-02-10GDB: Introduce limited array lengths while printing valuesAndrew Burgess8-0/+896
2023-02-10GDB/testsuite: Add `-nonl' option to `gdb_test'Maciej W. Rozycki1-1/+5
2023-02-10GDB: Only make data actually retrieved into value history availableMaciej W. Rozycki2-0/+102
2023-02-10GDB: Ignore `max-value-size' setting with value history accessesMaciej W. Rozycki3-0/+37
2023-02-10gdb/testsuite: fix gdb.gdb/selftest.exp for native-extended-gdbserverSimon Marchi1-4/+11
2023-02-10[gdb/testsuite] Fix linespec ambiguity in gdb.base/longjmp.expTom de Vries1-5/+8
2023-02-09Fix comment in gdb.rust/fnfield.expTom Tromey1-1/+1