aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-04-28Fix py-parameter.exp and scm-parameter.exp path matchingAndy Wingo3-2/+11
2015-04-27[Ada] Preserve typedef layer when getting struct elementJoel Brobecker5-0/+118
2015-04-26Clear variable "coredump_var_addr" before using it on gdb.base/coredump-filte...Sergio Durigan Junior2-0/+6
2015-04-24gdb: Add support for dumping to verilog hex format.Andrew Burgess2-4/+25
2015-04-24A new board file remote-gdbserver-on-localhost.expYao Qi2-0/+83
2015-04-23Fix gdb.base/interrupt.exp racy fail against gdbserverPedro Alves2-2/+17
2015-04-23gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_filePedro Alves2-7/+11
2015-04-23gdb_test_multiple match eof of any spawn_idPedro Alves2-0/+9
2015-04-21Fix pascal behavior for class fields with testcasePierre Muller4-0/+143
2015-04-20Fix three test failures with extended remote targetsGary Benson2-4/+21
2015-04-17Access executable from remote system when first inferior appearsGary Benson2-0/+6
2015-04-16Fix {mi-tracepoint-changed, mi-tsv-changed}.exp with native-extended-gdbserverPedro Alves2-2/+12
2015-04-16Fix gdbserver_reconnect_p handlingPedro Alves2-0/+13
2015-04-16s390-vregs.exp: Avoid compile errors with older GCCs and on 31-bit targetsAndreas Arnez3-3/+11
2015-04-16GDB tests for Go language support: remove unnecessary first breakpointAndreas Arnez9-40/+24
2015-04-15Some Python 3 fixesSimon Marchi5-9/+22
2015-04-15Fix fails in gdb.dwarf2/dynarr-ptr.expYao Qi2-1/+6
2015-04-15Increase timeout in watch-bitfields.exp for software watchpointYao Qi6-54/+92
2015-04-14Harden gdb.base/bp-permanent.expLuis Machado2-1/+6
2015-04-13Harden gdb.base/bp-permanent.expLuis Machado2-1/+17
2015-04-13Harden gdb.base/coredump-filter.expLuis Machado2-0/+17
2015-04-13Catch exception in lib/gdbserver-support.exp:gdb_exitYao Qi2-9/+22
2015-04-13Rename variable "addr" to "coredump_var_addr" in gdb.base/coredump-filter.expSergio Durigan Junior2-4/+9
2015-04-10Cleanup signal-while-stepping-over-bp-other-thread.expPedro Alves2-10/+15
2015-04-10step-over-trips-on-watchpoint.exp: Don't put addresses in test messagesPedro Alves2-2/+10
2015-04-10[arm] watchpoint-reuse-slot.exp: skip setting HW points on some addressYao Qi2-0/+33
2015-04-10Test step-over-{lands-on-breakpoint|trips-on-watchpoint}.exp with displaced s...Pedro Alves3-10/+46
2015-04-10Make gdb.threads/step-over-trips-on-watchpoint.exp effective on !x86Pedro Alves3-6/+49
2015-04-10Fix gdb.base/sigstep.exp with displaced stepping on software single-step targetsPedro Alves2-23/+73
2015-04-10gdb/18216: displaced step+deliver signal, a thread needs step-over, crashPedro Alves2-7/+5
2015-04-10[arm] Fix displaced stepping for thumb alu reg instructionYao Qi3-0/+67
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves2-0/+97
2015-04-09Add Guile frame-read-register commandAndy Wingo2-0/+25
2015-04-08Fix Python completion when using the "complete" commandSergio Durigan Junior3-2/+164
2015-04-08Add test for PR18214 and PR18216 - multiple step-overs with queued signalsPedro Alves3-14/+88
2015-04-08Fix gdb.trace/{actions,infotrace,while-stepping}.exp with extended-remotePedro Alves4-3/+33
2015-04-07gdb.base/interrupt.exp: Use send_inferior/$inferior_spawn_idPedro Alves2-19/+43
2015-04-07testsuite: Introduce $inferior_spawn_idPedro Alves3-4/+69
2015-04-07testsuite: Don't use expect_background to reap gdbserverPedro Alves3-27/+58
2015-04-07gdb_test_multiple: Fix user code argument processingPedro Alves2-1/+6
2015-04-07gdb.base/interrupt.exp: Use gdb_test_multiple instead of gdb_expectPedro Alves2-40/+54
2015-04-07gdb.base/interrupt.exp: Fix racePedro Alves2-6/+9
2015-04-07Fix gdb.trace/actions.exp racePedro Alves2-2/+14
2015-04-07Properly set alarm value in gdb.threads/non-stop-fair-events.expYao Qi3-3/+17
2015-04-06Add testcase for stub-method reading in stabs.Doug Evans3-1/+65
2015-04-06* lib/pascal.exp (gpc_compile): Rename dest arg to destfile.Doug Evans2-8/+19
2015-04-03Do not consider reference types as dynamicPierre-Marie de Rodat3-0/+83
2015-04-02kfail two tests in no-unwaited-for-left.exp for remote targetYao Qi2-0/+11
2015-04-02Make the default sysroot be "target:"Gary Benson2-0/+8
2015-04-01Add support for writing unwinders in Python.Sasha Smundak7-0/+390