aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Fix for mi-reverse.expCarl Love1-1/+1
2021-07-26gdb: move remaining ChangeLogs to legacy filesAndrew Burgess1-0/+0
2021-07-26gdb/mi: handle no condition argument case for -break-conditionTankut Baris Aktemur1-0/+22
2021-07-23gdb/testsuite: test get/set value of unregistered Guile parameterSimon Marchi1-0/+8
2021-07-23gdb.base/setshow.exp: fix duplicate test nameSimon Marchi1-2/+4
2021-07-23gdb.base/setshow.exp: split in procsSimon Marchi1-294/+435
2021-07-23gdb.base/setshow.exp: use save_vars to save/restore gdb_promptSimon Marchi1-17/+16
2021-07-23gdb/testsuite: split gdb.python/py-parameter.exp in procsSimon Marchi1-100/+137
2021-07-23Fix for gdb.python/py-breakpoint.expCarl Love1-0/+3
2021-07-23gdb/testsuite: don't error when trying to unset last_spawn_tty_nameAndrew Burgess1-2/+12
2021-07-22[gdb/testsuite] Fix FAILs due to PR gcc/101575Tom de Vries3-5/+71
2021-07-21[gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with gcc-11Tom de Vries3-13/+84
2021-07-21[gdb/testsuite] Fix FAILs due to PR gcc/101452Tom de Vries6-4/+52
2021-07-21[gdb/testsuite] Add KFAILs for gdb.ada FAILs with gcc-11Tom de Vries3-22/+127
2021-07-16gdb/testsuite: Declare that riscv*-*-linux* cannot hardware_single_stepLancelot SIX1-1/+1
2021-07-16Fix array stride bugTom Tromey1-0/+17
2021-07-15Avoid expression parsing crash with unknown languageTom Tromey1-0/+6
2021-07-14gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi3-0/+340
2021-07-14[gdb/testsuite] Fix gdb.base/gold-gdb-index.expTom de Vries2-1/+29
2021-07-14[gdb/testsuite] Add missing skip_tui_testsTom de Vries3-12/+31
2021-07-13Fix detach with target remote (PR gdb/28080)Pedro Alves2-0/+81
2021-07-13[gdb/testsuite] Fix check-libthread-db.exp FAILs with glibc 2.33Tom de Vries1-16/+21
2021-07-13gdb, dwarf: Don't follow the parent of a subprogram to get a prefix.Felix Willgerodt2-0/+93
2021-07-13gdb: disable commit-resumed on -exec-interrupt --thread-groupSimon Marchi2-0/+195
2021-07-12[gdb/testsuite] Fix gdb.btrace/tsx.exp on system with tsx disabled in microcodeTom de Vries1-0/+8
2021-07-12[gdb/testsuite] Fix gdb.mi/mi-info-sources.exp for extra debug infoTom de Vries2-22/+79
2021-07-12testsuite: fix whitespace problems in gdb.mi/mi-break.expTankut Baris Aktemur1-37/+37
2021-07-08[gdb/testsuite] Fix gdb.guile/scm-breakpoint.exp with guile 3.0Tom de Vries1-3/+3
2021-07-06gdb/testsuite: restore configure scriptSimon Marchi4-5/+4950
2021-07-06Update gdb performance testsuite to be compatible with Python 3.8Pedro Alves2-16/+40
2021-07-06gdb.perf/: FAIL on Python errors, avoid "ERROR: internal buffer is full"Pedro Alves8-17/+32
2021-07-06[gdb/testsuite] Remove read1 timeout factor from gdb.base/info-macros.expTom de Vries3-136/+81
2021-07-06[gdb/symtab] Fix skipping of import of C++ CUTom de Vries4-7/+43
2021-07-05[gdb/testsuite] Fix fail in gdb.fortran/ptype-on-functions.exp with gcc-7Tom de Vries2-1/+13
2021-07-03Bump version to 12.0.50.DATE-git.Joel Brobecker2-1/+5
2021-07-01Linux: Access memory even if threads are runningPedro Alves5-0/+469
2021-06-29gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-2/+2
2021-06-29gdb: introduce frame_debug_printfSimon Marchi2-1/+8
2021-06-28gdb/fortran: Add type info of formal parameter for clang.Bhuvanendra Kumar N1-7/+29
2021-06-25gdb: change info sources to group results by objfileAndrew Burgess5-0/+255
2021-06-25gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-filesAndrew Burgess2-0/+41
2021-06-25gdb/mi: add regexp filtering to -file-list-exec-source-filesAndrew Burgess6-2/+205
2021-06-25gdb: fix invalid arg coercion when calling static member functionsAndrew Burgess3-0/+21
2021-06-25gdb: replace NULL terminated array with array_viewAndrew Burgess3-1/+21
2021-06-25gdb: fix regression in evaluate_funcall for non C++ like casesAndrew Burgess3-0/+93
2021-06-25Change how .debug_aranges padding is skippedTom Tromey4-4/+82
2021-06-25gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess3-0/+80
2021-06-25gdb/guile: allow for catchpoint type breakpoints in guileAndrew Burgess2-0/+41
2021-06-25gdb/guile: improve the errors when creating breakpointsAndrew Burgess2-0/+11
2021-06-25Add ISA 3.1 check to powerpc-plxv-norel.expCarl Love3-2/+55