aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Testsuite: vla-optimized-out.exp is too pessimisticAlan Hayward2-2/+6
2018-10-19testsuite: ovldbreak.exp: fix regexpAlan Hayward2-5/+9
2018-10-19Testsuite: compile-cplus-print.exp: Start inferior before compilingAlan Hayward2-4/+8
2018-10-18Fix PR cli/23785: Check if file exists when invoking "restore FILE binary"Sergio Durigan Junior2-0/+14
2018-10-18[gdb/testsuite] Fix capitalized test namesTom de Vries10-9/+21
2018-10-16[gdb/testsuite] Rewrite catch-follow-exec.expTom de Vries3-13/+63
2018-10-12Clean up gdb.trace test results on targets not supporting this feature.Sandra Loosemore34-1/+246
2018-10-12Fix buglets in gdb.trace/tspeed.{exp,c}Simon Marchi3-2/+11
2018-10-11Fix pathname regexp in gdb.base/solib-vanish.exp.Sandra Loosemore2-1/+6
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior3-2/+8
2018-10-09[gdb/testsuite] Fix target_supports_scheduler_locking racinessTom de Vries2-1/+8
2018-10-08Finding data member in virtual base classWeimin Pan3-0/+166
2018-10-06Add Inferior.architecture methodTom Tromey2-0/+13
2018-10-06Use standard_output_file in a couple more placesTom Tromey3-2/+7
2018-10-06Fix Python gdb.Breakpoint.location crashTom Tromey2-0/+10
2018-10-06Update string expected from "help info proc" on gdb.base/info-proc.expSergio Durigan Junior2-1/+6
2018-10-04Simplify complaints even moreTom Tromey4-30/+14
2018-10-04Clean up "Reading symbols" outputTom Tromey24-44/+72
2018-10-04Make complaint output prettierTom Tromey3-3/+10
2018-10-04Avoid pagination in attach.expTom Tromey2-2/+9
2018-10-03Skip gdb ifunc tests on targets that don't support this feature.Sandra Loosemore4-3/+33
2018-10-01Fix is_amd64_regs_target check in i386-avx512.expSimon Marchi2-2/+7
2018-10-01Add aarch64-sighandler-regs.exp testAlan Hayward4-0/+392
2018-10-01testsuite: fix is_amd64_regs_targetMarkus Metzger2-6/+12
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess3-0/+245
2018-09-27testsuite: Fix race condition in check-libthread-dbAlan Hayward2-0/+14
2018-09-26gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess5-0/+145
2018-09-24Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz3-0/+73
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey2-0/+21
2018-09-23Check for negative argument in Type.template_argumentTom Tromey2-0/+10
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey2-1/+17
2018-09-23Allow conversion of pointers to Python intTom Tromey2-2/+15
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey2-0/+14
2018-09-23Allow more Python scalar conversionsTom Tromey2-0/+19
2018-09-20Add '_' in the match pattern.Hafiz Abid Qadeer2-1/+5
2018-09-19Skip GDB tab-completion tests if no readline.Sandra Loosemore7-0/+58
2018-09-19Logical short circuiting with argument listsRichard Bunt4-0/+194
2018-09-18Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64...Sergio Durigan Junior2-2/+7
2018-09-18Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64...Sergio Durigan Junior2-2/+7
2018-09-18Expect for "@" when doing "complete break ada" on gdb.ada/complete.expSergio Durigan Junior2-1/+6
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2-0/+9
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey3-2/+7
2018-09-14Testsuite: Add gdb_simple_compileAlan Hayward2-170/+89
2018-09-13Generate more tags in gdb/testsuite/MakefileTom Tromey2-1/+8
2018-09-13python: Add Progspace.objfiles methodSimon Marchi2-0/+36
2018-09-13python: Add Inferior.progspace propertySimon Marchi2-0/+11
2018-09-13Make Rust error message mention the field nameTom Tromey2-0/+7
2018-09-13Fix crash with empty Rust enumTom Tromey3-0/+23
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi4-2/+33
2018-09-12python: Add tests for trying to use an invalid Inferior objectSimon Marchi2-0/+18