summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2014-06-17Different outputs affected by hostsYao Qi1-0/+14
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves3-21/+202
2014-06-12don't use directory in test nameTom Tromey1-1/+2
2014-06-09Separate out ANSI-standard signalsGary Benson1-48/+65
2014-06-06sss-bp-on-user-bp-2.exp sometimes fails on native GNU/Linux.Pedro Alves1-17/+14
2014-06-06break-unload-file.exp: Fix typo.Pedro Alves1-1/+1
2014-06-06Restrict the pattern in gdb.base/jit.expYao Qi1-1/+1
2014-06-06Tweak gdb.base/async.expYao Qi2-3/+15
2014-06-06Remove preprocessor conditionals for ANSI-standard signalsGary Benson3-20/+2
2014-06-06Skip hbreak-unmapped.exp if memory at address 0 is readableYao Qi1-0/+10
2014-06-04handle VLA in a struct or unionTom Tromey2-0/+44
2014-06-04Tweak sss-bp-on-user-bp.expYao Qi2-5/+19
2014-06-04Add system test before "set remote system-call-allowed 1" to fileio.expHui Zhu2-10/+35
2014-06-04Fix a regexp pattern in gdb.base/auto-connect-native-target.expYao Qi1-1/+1
2014-06-04Fix regexp pattern in gdb.base/default.expYao Qi1-1/+1
2014-06-03User breakpoint ignored if software-single-step at same locationJoel Brobecker2-3/+1
2014-06-03gdb/source.c: Fix matching path substitute rule listingBrad Mouring1-0/+8
2014-06-03Skip sss-bp-on-user-bp-2.exp on remote hardware step targets.Pedro Alves1-0/+39
2014-06-03PR breakpoints/17000: user breakpoint not inserted if software-single-step at...Pedro Alves2-0/+138
2014-06-02Installing a breakpoint on top of a dprintf makes GDB lose control.Pedro Alves2-0/+94
2014-06-02Unnecessary restore of timeout global at end of gdb.base/completion.expJoel Brobecker1-4/+0
2014-06-01Skip test 'watch -location nullptr->p->x' if null pointer can be dereferencedYao Qi1-2/+12
2014-05-30PR breakpoints/17000: user breakpoint not inserted if software-single-step at...Pedro Alves2-0/+82
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves7-33/+2
2014-05-23test, gcore: move capture_command_output into lib/gdb.expMarkus Metzger1-13/+0
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-0/+95
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves2-0/+232
2014-05-21Rename "target child" to "target native".Pedro Alves1-2/+2
2014-05-21Make the dcache (code/stack cache) handle line reading errors betterPedro Alves2-0/+175
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves2-0/+178
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2-0/+233
2014-05-16 * gdb.base/completion.exp: Check that all expected files existDoug Evans1-1/+3
2014-05-16* gdb.base/Makefile.in (EXECUTABLES): Add completion.Doug Evans1-1/+1
2014-05-16New command line option -D.Doug Evans1-2/+4
2014-04-25Fix several "set remote foo-packet on/off" commands.Pedro Alves2-2/+26
2014-04-24Ensure unreferenced static symbols aren't omitted by clang (either marking th...David Blaikie4-17/+17
2014-04-24XFAIL under Clang tests using labelsDavid Blaikie1-0/+10
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves7-3/+273
2014-04-23Don't suppress errors inserting/removing hardware breakpoints in sharedPedro Alves5-0/+264
2014-04-22Consecutive step-overs trigger internal error.Pedro Alves2-0/+98
2014-04-17[testsuite] Set target-charset to asciiYao Qi2-356/+380
2014-04-16gdb.base/memattr.exp regexp improvements.Andrew Burgess1-40/+75
2014-04-15gdb.base/sym-file.exp, hide guts of the custom loader.Pedro Alves3-105/+114
2014-04-15gdb.base/sym-file-loader.c: Fix typo.Pedro Alves1-3/+3
2014-04-15Make sym-file.exp work with remote targets and hosts.Pedro Alves2-26/+94
2014-04-15gdb.base/sym-file.exp: clean up test messages a bit.Pedro Alves1-3/+3
2014-04-14test: basic c99 vla tests for C primitivesSanimir Agovic2-0/+225
2014-04-14test: evaluate pointers to C99 vla correctly.Sanimir Agovic2-0/+99
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic2-0/+131
2014-04-11Revert the entire VLA series.Joel Brobecker8-544/+0