aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi3-6/+66
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell17-0/+1223
2015-10-21Adjust timeout in gdb.base/freebpcmd.exp.Sandra Loosemore2-17/+19
2015-10-21Remove checking vCont;s in exec_cmd_expect_vCont_countYao Qi3-14/+13
2015-10-20Fix internal error on DW_OP_bregx(-1)Jan Kratochvil3-0/+82
2015-10-19gdb: Improve syscall entry/return tracking on LinuxJosh Stone3-14/+137
2015-10-19Fixup comments oops in last commit.Andrew Stubbs1-4/+4
2015-10-19Robustify inherit.exp and virtbase.exp.Andrew Stubbs3-3/+34
2015-10-12gdb: Fix bug with dbx style func command.Andrew Burgess2-5/+6
2015-10-12New test case gdb.arch/disp-step-insn-reloc.expYao Qi2-0/+88
2015-10-12Support displaced stepping in support_displaced_stepping for aarch64*-*-linux*Yao Qi2-1/+7
2015-10-12More tests in gdb.arch/insn-reloc.cYao Qi2-3/+57
2015-10-12Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCTPierre-Marie de Rodat3-0/+74
2015-10-09btrace, test: avoid gdb.btrace/vdso.exp failMarkus Metzger3-4/+14
2015-10-09Fix gdb.base/a2-run.exp racePedro Alves2-19/+40
2015-10-08[D] Support D style sizeof and typeof expressions.Iain Buclaw2-0/+97
2015-10-02Fix gdb.dwarf2/staticvirtual.exp regexp.Sandra Loosemore2-1/+11
2015-09-30py-type.exp: Do not run tests if binary fails to buildSimon Marchi2-23/+33
2015-09-30btrace, testsuite: fix spurious gdb.btrace/tsx.exp failsMarkus Metzger2-7/+37
2015-09-28gdb.base/gcore.c (array_func): Add reference to static_array.Doug Evans2-0/+6
2015-09-25Add some more casts (1/2)Simon Marchi2-1/+6
2015-09-24Generalize enum regexp in gdb.cp/classes.exp.Sandra Loosemore2-1/+6
2015-09-23Allow any size enum in gdb.cp/var-tag.exp.Sandra Loosemore2-1/+6
2015-09-23[Ada] Fix handling of array renamingsPierre-Marie de Rodat4-0/+95
2015-09-21Add a test case for fast tracepoints' locking mechanismPierre Langlois3-0/+199
2015-09-21Add a gdb.trace test for instruction relocationPierre Langlois3-0/+627
2015-09-21Enable fast tracepoint testsPierre Langlois11-1/+36
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans3-0/+88
2015-09-18Fix directory prefix in gdb.base/dso2dso.exp.Sandra Loosemore2-1/+6
2015-09-18Fix pathname prefix and timeout issues in gdb.mi/mi-pending.exp.Sandra Loosemore2-3/+9
2015-09-18Generalize breakpoint pattern in gdb.mi/mi-cli.exp.Sandra Loosemore2-1/+6
2015-09-18Generalize filename pattern in gdb.mi/mi-dprintf-pending.exp.Sandra Loosemore2-1/+6
2015-09-18Fix shared library load in gdb.base/global-var-nested-by-dso.exp.Sandra Loosemore2-1/+5
2015-09-18Require readline for gdb.linespec/explicit.exp tab-completion tests.Sandra Loosemore2-135/+148
2015-09-18btrace: honour scheduler-locking for all-stop targetsMarkus Metzger2-74/+158
2015-09-18btrace: non-stopMarkus Metzger3-0/+295
2015-09-17Add test case for tracepoints with conditionsPierre Langlois3-0/+240
2015-09-16Fix argument to compiled_cond, and add cases for compiled-condition.Wei-cheng Wang2-0/+69
2015-09-16non-stop-fair-events.exp slower on software single-step && !displ-step targetsPedro Alves4-38/+96
2015-09-16Make it easier to debug non-stop-fair-events.expPedro Alves2-3/+61
2015-09-16Don't skip gdb.asm/asm-source.exp on aarch64Yao Qi3-0/+43
2015-09-15[Ada] Enhance type printing for arrays with variable-sized elementsPierre-Marie de Rodat5-0/+127
2015-09-15Handle clang naming of function static local variable.Doug Evans2-1/+6
2015-09-15Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers4-0/+153
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil4-0/+147
2015-09-15Fix gdb.threads/non-ldr-exc-3.exp racePedro Alves2-5/+6
2015-09-14Bail out of processing stop if hook-stop resumes target / changes contextPedro Alves6-142/+183
2015-09-14[Ada] Fix the evaluation of access to packed array subscriptPierre-Marie de Rodat5-0/+113
2015-09-14btrace, test: remove buffer-size test with unlimited buffer sizeMarkus Metzger2-11/+6
2015-09-11Extended-remote exec testDon Breazeal9-103/+178