aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-09gdb, testsuite: Remove unnecessary call of "set print pretty on"Christina Schimpe2-6/+0
2023-02-09Increase size of main_type::nfieldsTom Tromey1-0/+67
2023-02-08Avoid FAILs in gdb.compileTom Tromey2-8/+55
2023-02-08Don't let .gdb_history file cause failuresTom Tromey1-0/+4
2023-02-08[gdb/testsuite] Use maint ignore-probes in gdb.base/longjmp.expTom de Vries1-138/+157
2023-02-08[gdb/testsuite] Use maint ignore-probes in gdb.base/solib-corrupted.expTom de Vries1-12/+14
2023-02-07gdb: fix display of thread condition for multi-location breakpointsAndrew Burgess4-10/+118
2023-02-07[gdb/testsuite] Improve untested message in gdb.ada/finish-var-size.expTom de Vries1-4/+1
2023-02-06[gdb/testsuite] Fix gdb.threads/schedlock.exp on fast cpuTom de Vries1-4/+7
2023-02-06gdb: error if 'thread' or 'task' keywords are overusedAndrew Burgess4-2/+19
2023-02-04gdb/testsuite: don't try to set non-stop mode on a running targetAndrew Burgess1-71/+67
2023-02-02gdb: initial support for ROCm platform (AMDGPU) debuggingSimon Marchi5-0/+239
2023-02-01gdb/testsuite: fix fetch_src_and_symbols.exp with native-gdbserver boardAndrew Burgess1-9/+20
2023-02-01gdb: defer warnings when loading separate debug filesAlexandra Hájková6-13/+340
2023-01-31gdb/testsuite: adjust ensure_gdb_index to cooked_index_functions::dump changesSimon Marchi1-1/+1
2023-01-31gdb/testsuite: fix xfail in gdb.ada/ptype_tagged_param.expSimon Marchi1-1/+1
2023-01-30Use xfail in ptype_tagged_param.expTom Tromey1-1/+1
2023-01-30gdb: Add per-remote target variables for memory read and write configChristina Schimpe1-17/+28
2023-01-30gdb: Make global feature array a per-remote target arrayChristina Schimpe18-28/+79