aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker2114-2114/+2114
2013-12-19Fix PR breakpoints/16297: catch syscall with syscall 0Gabriel Krisman Bertazi3-5/+34
2013-12-19fortran: enable ptype/whatis for modules.Keven Boell3-3/+28
2013-12-19fortran: enable ptype/whatis for user defined types.Keven Boell3-0/+81
2013-12-18Improve and fix catch-syscall.expSergio Durigan Junior3-98/+91
2013-12-17"tfind" across unavailable-stack frames.Pedro Alves2-2/+8
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess3-0/+425
2013-12-15Perf test case: skip-prologueYao Qi4-0/+165
2013-12-13wrong dimension found in ada-lang.c:ada_array_bound_from_typeJoel Brobecker6-0/+164
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra3-0/+72
2013-12-10add missing PR# to previous entryDoug Evans1-0/+1
2013-12-10PR 16286Doug Evans3-0/+32
2013-12-10Add call to get_compiler_info to gdb_compile_shlib.Andrew Burgess2-2/+14
2013-12-10Set language for Ada minimal symbols.Joel Brobecker2-0/+11
2013-12-10GDB/MI: Document support for -exec-run --start in -list-featuresJoel Brobecker2-0/+11
2013-12-08Use gdb_produce_sourceYao Qi2-51/+61
2013-12-07strip off +x bits on non-executable/script filesMike Frysinger3-0/+5
2013-12-07gdb: testsuite: fix ksh shebang to use shMike Frysinger4-3/+9
2013-12-06Fix "info frame" in the outermost frame.Pedro Alves4-0/+608
2013-12-06 * gdb.base/break.exp: Fix setting of $baz.Doug Evans2-1/+5
2013-12-06Add support for DW_OP_bit_piece and DW_OP_plus_uconst to DWARF assembler.Andrew Burgess2-0/+14
2013-12-06testsuite: introduce index in varobj child eval.Keven Boell2-1/+17
2013-12-03Fixed typo in date in testsuite/ChangeLog entryJose E. Marchesi1-1/+1
2013-12-03testsuite: handle SIGLOST/SIGPWR conflict in sparc64-*-linux-gnu targets.Jose E. Marchesi3-4/+20
2013-12-03Ada: Reserved word "all" should not need to be spelled in lowercase.Joel Brobecker5-0/+108
2013-12-03Add "undefined-command" error code at end of ^error result...Joel Brobecker2-0/+37
2013-12-03New GDB/MI command "-info-gdb-mi-command"Joel Brobecker2-0/+50
2013-12-02Record objfile->original_name as an absolute pathJan Kratochvil3-0/+35
2013-11-28Print entirely unavailable struct/union values as a single <unavailable>.Andrew Burgess2-23/+25
2013-11-28GDB perf test on disassembleYao Qi4-0/+127
2013-11-27 * gdb.base/callfuncs.c (main): Assign malloc's return valueLuis Machado6-5/+21
2013-11-26Tighten regexp in gdb.base/setshow.expAndrew Burgess2-2/+7
2013-11-26revert patch from 2013-11-22Tom Tromey4-287/+6
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz3-0/+271
2013-11-25GDB perf test on backtraceYao Qi4-0/+176
2013-11-24GDB perf test on single stepYao Qi4-0/+131
2013-11-23 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continueDoug Evans2-1/+6
2013-11-23Test name tweaks for py-value.exp.Doug Evans2-5/+13
2013-11-23 * gdb.python/py-type.exp (test_enums): Fix typo.Doug Evans2-1/+6
2013-11-23* gdb.python/py-symbol.exp: Add some comments. Make all test names unique.Doug Evans2-16/+34
2013-11-23* gdb.python/py-symbol.exp: Fix whitespace.Doug Evans2-4/+8
2013-11-23 * gdb.python/python.exp: Don't call skip_python_tests, we still wantDoug Evans2-3/+7
2013-11-22Rename gdb.dwarf2/dw2-bad-cfi.* to gdb.dwarf2/dw2-unspecified-ret-addr.*.Pedro Alves4-13/+22
2013-11-22update comment in dw2-bad-cfi.S.Tom Tromey2-1/+6
2013-11-22handle an unspecified return address columnTom Tromey4-0/+292
2013-11-22Don't let two frames with the same id end up in the frame chain.Pedro Alves4-0/+627
2013-11-22Revert "Don't let two frames with the same id end up in the frame chain."Pedro Alves3-620/+0
2013-11-22Don't let two frames with the same id end up in the frame chain.Pedro Alves3-0/+620
2013-11-22Check has_more in mi_create_dynamic_varobjYao Qi3-9/+18
2013-11-22Use mi_create_floating_varobjYao Qi2-2/+7