aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-06-03User breakpoint ignored if software-single-step at same locationJoel Brobecker3-3/+8
2014-06-03gdb/source.c: Fix matching path substitute rule listingBrad Mouring2-0/+13
2014-06-03Skip sss-bp-on-user-bp-2.exp on remote hardware step targets.Pedro Alves2-0/+44
2014-06-03PR breakpoints/17000: user breakpoint not inserted if software-single-step at...Pedro Alves3-0/+144
2014-06-03Add parameter support for Guile.Doug Evans2-0/+172
2014-06-03Add command support for Guile.Doug Evans3-0/+232
2014-06-02Add progspace support for Guile.Doug Evans5-19/+206
2014-06-02Installing a breakpoint on top of a dprintf makes GDB lose control.Pedro Alves3-0/+99
2014-06-02gdb/testsuite/Edjunior Barbosa Machado3-0/+275
2014-06-02Unnecessary restore of timeout global at end of gdb.base/completion.expJoel Brobecker2-4/+4
2014-06-01Skip test 'watch -location nullptr->p->x' if null pointer can be dereferencedYao Qi2-2/+18
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess3-79/+24
2014-05-30Remove previous frame if an error occurs when computing frame id during unwind.Andrew Burgess6-0/+1799
2014-05-30PR breakpoints/17000: user breakpoint not inserted if software-single-step at...Pedro Alves3-0/+88
2014-05-30Use attribute to specify the required inlining semanticsDavid Blaikie3-4/+9
2014-05-30gdb.reverse/sigall-reverse.exp: Typo fixMaciej W. Rozycki2-1/+5
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves24-58/+44
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves2-21/+8
2014-05-29PR15693 - Fix spurious *running events, thread state, dprintf-style callPedro Alves5-0/+245
2014-05-28Remove "set/show remotebaud" (deprecated) commands.Joel Brobecker2-1/+6
2014-05-26gdb smob cleanupsAndy Wingo3-18/+22
2014-05-26Specify source file explicitly when setting a breakpointYao Qi2-1/+6
2014-05-23btrace, vdso: add vdso target sectionsMarkus Metzger3-0/+88
2014-05-23test, gcore: move capture_command_output into lib/gdb.expMarkus Metzger3-13/+19
2014-05-23btrace: control memory access during replayMarkus Metzger2-1/+13
2014-05-22Add comment for mi_run_cmd_fullSimon Marchi2-0/+16
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves4-7/+93
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves4-2/+127
2014-05-21Revert "Fix argument passing in mi_run_cmd_full"Simon Marchi2-12/+6
2014-05-21gdb/testsuite: Bump up `match_max'Maciej W. Rozycki2-2/+8
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves4-0/+241
2014-05-21Rename "target child" to "target native".Pedro Alves2-2/+7
2014-05-21gdb/testsuite: Handle underlying type in gdb.cp/var-tag.exp.Mark Wielaard2-3/+13
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil3-6/+45
2014-05-21Make the dcache (code/stack cache) handle line reading errors betterPedro Alves3-0/+180
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves3-0/+183
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves3-0/+238
2014-05-20btrace: no replay without historyMarkus Metzger2-0/+50
2014-05-20Set timeout for gdb.reverse/*.exp test casesYao Qi3-0/+21
2014-05-20gdb_init argument ARGS is a string rather than a listYao Qi2-10/+12
2014-05-19[testsuite patch] Test power{5,6,7} disassemblyJan Kratochvil3-0/+324
2014-05-16 * gdb.base/completion.exp: Check that all expected files existDoug Evans2-1/+5
2014-05-16* gdb.base/Makefile.in (EXECUTABLES): Add completion.Doug Evans2-1/+5
2014-05-16New command line option -D.Doug Evans2-2/+10
2014-05-16mi-support.exp: Fix some pastos.Pedro Alves2-4/+9
2014-05-16Copy file1.txt to remote host in dw2-filename.exp and dw2-anonymous-func.expYao Qi3-0/+17
2014-05-15Make more robust when run in parallel mode.Doug Evans3-3/+18
2014-05-15Fix argument passing in mi_run_cmd_fullSimon Marchi2-1/+18
2014-05-15Fix mi_expect_stop for non-zero exit codesSimon Marchi2-0/+19
2014-05-14Fix mi-file.exp fails on remote hostYao Qi2-2/+13