aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-05-05Move traceframe checking out of traceframe generationYao Qi2-298/+332
2014-05-02Extend recognized types of SDT probe's argumentsSergio Durigan Junior3-0/+52
2014-05-02Fix PR breakpoints/16889: gdb segfaults when printing ASM SDT argumentsSergio Durigan Junior3-0/+95
2014-05-02gdb_load: Fix latent bugsPedro Alves3-3/+14
2014-05-01New testsuite/boards/local-remote-host.exp board, now with editing onPedro Alves2-0/+36
2014-05-01Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remot...Pedro Alves2-0/+5
2014-04-28Add gdb.ada/dyn_arrayidx testcase.Joel Brobecker3-0/+72
2014-04-26Compute the function length instead of hard coding itYao Qi2-3/+65
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves3-0/+115
2014-04-25Fix several "set remote foo-packet on/off" commands.Pedro Alves5-2/+122
2014-04-24Ensure unreferenced static symbols aren't omitted by clang (either marking th...David Blaikie8-20/+32
2014-04-24Cause clang to emit the definition of a type used only by pointerDavid Blaikie3-3/+9
2014-04-24Return by value to coax Clang into emitting the full definition of a test type.David Blaikie4-5/+12
2014-04-24XFAIL under Clang tests using labelsDavid Blaikie4-61/+65
2014-04-25Remove unused labels in dwarf assemblerYao Qi3-2/+9
2014-04-24Fix and XFAIL test due to GCC PR55641, passes with clangDavid Blaikie2-1/+6
2014-04-24Adjust start-of-function braces to be compatible with ClangDavid Blaikie3-96/+113
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm4-1/+439
2014-04-23Introduce some new MI test suite cleanups for breakpoint andKeith Seitz19-146/+405
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves8-3/+289
2014-04-23Don't suppress errors inserting/removing hardware breakpoints in sharedPedro Alves8-16/+293
2014-04-22Consecutive step-overs trigger internal error.Pedro Alves3-0/+103
2014-04-22Make gdb_continue_to_breakpoint fail quickly on internal errors.Pedro Alves2-8/+6
2014-04-22Check tracefile is generated by binary executionYao Qi4-14/+51
2014-04-18Fix PR backtrace/15558Pedro Alves4-1/+43
2014-04-17Drop srcdir from untested source path.Marcus Shawcroft2-1/+5
2014-04-17Drop prefix from unsupported source path.Marcus Shawcroft2-2/+7
2014-04-17[testsuite] Set target-charset to asciiYao Qi4-356/+423
2014-04-16PR gdb/15827Keith Seitz3-0/+107
2014-04-16PR c++/16597Keith Seitz1-0/+7
2014-04-16PR c++/16597Keith Seitz3-0/+988
2014-04-16Fix wrapper.exp testcase with stdio gdbserver.Doug Evans4-77/+50
2014-04-16gdb.base/memattr.exp regexp improvements.Andrew Burgess2-40/+80
2014-04-15 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't referenceDoug Evans2-1/+12
2014-04-15Remove unused globals in mi-simplerun.exp.Keith Seitz2-9/+9
2014-04-15Test suite cleanup.Keith Seitz2-17/+17
2014-04-15gdb.base/sym-file.exp, hide guts of the custom loader.Pedro Alves4-105/+141
2014-04-15gdb.base/sym-file-loader.c: Fix typo.Pedro Alves2-3/+7
2014-04-15Make sym-file.exp work with remote targets and hosts.Pedro Alves3-26/+106
2014-04-15gdb.base/sym-file.exp: clean up test messages a bit.Pedro Alves2-3/+8
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz7-0/+161
2014-04-14implement support for "enum class"Tom Tromey5-3/+126
2014-04-14handle DW_AT_type on an enumerationTom Tromey2-0/+64
2014-04-14test: add mi vla testSanimir Agovic3-0/+124
2014-04-14test: basic c99 vla tests for C primitivesSanimir Agovic3-0/+230
2014-04-14test: evaluate pointers to C99 vla correctly.Sanimir Agovic3-0/+104
2014-04-14test: cover subranges with present DW_AT_count attributeSanimir Agovic2-0/+129
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic3-0/+136
2014-04-14Add return value for non-void function return statements to fix error in clan...David Blaikie3-2/+8
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans3-0/+10