aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
AgeCommit message (Expand)AuthorFilesLines
2015-08-27Report UNRESOLVED on failures while detecting Cell/B.E.Ulrich Weigand1-1/+1
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans2-8/+26
2015-08-14mi_make_breakpoint: add "evaluated-by" optionKeith Seitz1-2/+12
2015-08-12Introduce save_vars, a testsuite proc for safely manipulating globalsPatrick Palka1-0/+67
2015-08-11Explicit locations: MI support for explicit locationsKeith Seitz1-3/+13
2015-08-11Explicit locations: add UI features for CLIKeith Seitz1-2/+4
2015-08-07btrace: indicate speculative executionMarkus Metzger1-0/+124
2015-08-03Add parallel build support for perf tests.Doug Evans3-4/+66
2015-07-31testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-threa...Pedro Alves1-16/+50
2015-07-29Adjust MI to $inferior_spawn_idPedro Alves1-35/+21
2015-07-29Introduce gdb_test_stdioPedro Alves1-0/+67
2015-07-25Revert: * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.Doug Evans3-46/+4
2015-07-24Add perf testcase generator.Doug Evans2-0/+1523
2015-07-24PerfTest::assemble functions return results.Doug Evans1-19/+37
2015-07-24lib/gdb.exp (clean_restart): Make executable optional.Doug Evans1-6/+15
2015-07-24Clean up testsuite compiler_info support.Doug Evans1-11/+30
2015-07-24Add parallel build support for perf tests.Doug Evans3-4/+46
2015-07-24Workaround debian change to default value of --as-needed.Doug Evans2-6/+18
2015-07-24Test --wrapper in extended-remoteYao Qi1-5/+11
2015-07-15[testsuite] Skip gdb.trace/range-stepping.exp test case if not supportedPierre Langlois1-0/+21
2015-07-07New proc is_aarch64_targetYao Qi1-0/+10
2015-07-07New proc is_aarch32_targetYao Qi1-0/+37
2015-06-30Remove the unneeded escaping of '[' and ']' characters in test_class_helpMartin Galvan1-3/+5
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi1-3/+1
2015-06-24New proc supports_get_siginfo_typeYao Qi1-0/+13
2015-06-22Don't skip hw breakpoint/watchpoint tests for aarch64 targetYao Qi1-1/+3
2015-06-17Fix tcl errorYao Qi1-3/+1
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2-20/+44
2015-05-26Enables gdb.reverse testsuite for aarch64*-linux targetsOmair Javaid1-0/+2
2015-05-20gdb/testsuite: New skip_tui_tests predicate.Andrew Burgess1-0/+16
2015-04-23gdb_test_multiple match eof of any spawn_idPedro Alves1-0/+4
2015-04-21Fix pascal behavior for class fields with testcasePierre Muller1-0/+14
2015-04-16Fix gdbserver_reconnect_p handlingPedro Alves1-0/+8
2015-04-15Increase timeout in watch-bitfields.exp for software watchpointYao Qi1-17/+49
2015-04-13Catch exception in lib/gdbserver-support.exp:gdb_exitYao Qi1-9/+17
2015-04-07testsuite: Introduce $inferior_spawn_idPedro Alves2-4/+58
2015-04-07testsuite: Don't use expect_background to reap gdbserverPedro Alves2-27/+48
2015-04-07gdb_test_multiple: Fix user code argument processingPedro Alves1-1/+1
2015-04-06Add testcase for stub-method reading in stabs.Doug Evans1-1/+2
2015-04-06* lib/pascal.exp (gpc_compile): Rename dest arg to destfile.Doug Evans1-8/+12
2015-04-01Fix gdb_spawn_with_cmdline_opts with non-empty GDBFLAGSPedro Alves1-0/+3
2015-04-01Share the "multi_line" helper among all testcasesPierre-Marie de Rodat1-0/+11
2015-03-31dwarf.exp: Allow generating a stub .debug_line sectionPetr Machata1-1/+143
2015-03-26testsuite: Don't set SYMBOL_PREFIX for x86_64_*_cygwinJon Turney1-1/+1
2015-03-04Accept all-stop alternative in mi_expect_interruptSimon Marchi1-2/+3
2015-03-02gdb_test_multiple: return -1 on internal errorPedro Alves1-0/+1
2015-02-27Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.cPedro Alves1-0/+39
2015-02-26Dwarf assembler: handle one instruction functionYao Qi1-1/+6
2015-02-23delete_breakpoints: Rewrite using gdb_test_multiplePedro Alves1-14/+24
2015-02-17Simple testsuite for DTrace USDT probes.Jose E. Marchesi2-0/+1104