aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-04Fix foreach_with_prefix regressionPedro Alves1-1/+3
2019-07-03Fix early return in foreach_with_prefixPedro Alves1-1/+8
2019-07-03Fix latent bug in test_gdb_complete_cmd_multiplePedro Alves1-1/+2
2019-07-03Fix test_gdb_complete_tab_multiple racePedro Alves1-2/+6
2019-06-15gdb/mi: New commands to catch C++ exceptionsAndrew Burgess1-3/+8
2019-06-13lib/completion-support.exp: Add test_gdb_completion_offers_commandsPedro Alves1-9/+57
2019-06-03Update tests following changes to "help" and "apropos"Philippe Waroquiers2-19/+49
2019-05-22Add "style" proc to the test suiteTom Tromey1-0/+18
2019-05-21testsuite: Mark the kill in gdbserver_run as optionalAlan Hayward1-1/+1
2019-05-17testsuite: Remove TRANSCRIPT supportAlan Hayward1-47/+0
2019-05-17testsuite: Add replay logging to GDBSERVER_DEBUGAlan Hayward1-10/+49
2019-05-17testsuite: Create .cmd files for gdb and gdbserverAlan Hayward2-0/+21
2019-05-17testsuite: Record all gdb input to gdb.inAlan Hayward1-18/+88
2019-05-17testsuite: Add option to capture GDB debugAlan Hayward1-0/+54
2019-05-07[gdb/testsuite] Fix handling of DW_FORM_ref_addr in dwarf assemblerTom de Vries1-4/+2
2019-05-06[gdb/testsuite] Fix index-cache.exp with cc-with-{gdb-index,debug-names}Tom de Vries1-0/+12
2019-04-30Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.Ali Tamur1-0/+4
2019-04-30Fix "catch exception" with dynamic linkingTom Tromey2-5/+37
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-0/+30
2019-04-29[gdb/testsuite] Fix regexp in skip_opencl_testsTom de Vries1-1/+1
2019-04-25[PATCH] Support for DW_FORM_strx tagAli Tamur1-0/+2
2019-04-25Implement dump of mappings with ELF headers by gcoreSergio Durigan Junior1-0/+10
2019-04-25testsuite: Add option to capture gdbserver debugAlan Hayward2-1/+44
2019-04-24Fix Rust testingTom Tromey1-1/+2
2019-04-12Testsuite: Add gdbserver sysroot testAlan Hayward1-7/+9
2019-04-01gdb/fortran: Handle internal function callsAndrew Burgess1-0/+8
2019-03-25Fix testsuite hangs when gdb_test_multiple body errors outPedro Alves1-2/+21
2019-03-22Testsuite: Ensure pie is disabled on some testsAlan Hayward1-2/+28
2019-03-06Testsuite: Ensure changing directory does not break the log fileAlan Hayward1-0/+36
2019-02-28Testsuite: Catch gdbserver socket listen errorsAlan Hayward1-1/+1
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-12/+0
2019-02-07Make gdb.base/corefile.exp work on terminals with few rowsSimon Marchi1-24/+20
2019-01-21Testsuite: Ensure stack protection is off for GCCAlan Hayward1-2/+18
2019-01-09gdb/testsuite: Remove interactive prompt case from mi_gdb_testAndrew Burgess1-5/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker43-43/+43
2018-12-28Change gdb test suite's TERM settingTom Tromey1-4/+3
2018-12-21Fix various tests to use -no-pie linker flag when neededJan Vrany1-0/+13
2018-10-31[gdb/testsuite] Factor out lib/valgrind.expTom de Vries1-0/+105
2018-10-31[gdb/testsuite] get_valueof: Don't output value in test nameTom de Vries1-1/+1
2018-10-24[gdb/testsuite] Log wait status on process no longer exists errorTom de Vries1-0/+11
2018-10-12Clean up gdb.trace test results on targets not supporting this feature.Sandra Loosemore1-0/+19
2018-10-09[gdb/testsuite] Fix target_supports_scheduler_locking racinessTom de Vries1-1/+3
2018-10-04Clean up "Reading symbols" outputTom Tromey2-6/+6
2018-10-03Skip gdb ifunc tests on targets that don't support this feature.Sandra Loosemore1-0/+14
2018-10-01Add aarch64-sighandler-regs.exp testAlan Hayward1-0/+50
2018-10-01testsuite: fix is_amd64_regs_targetMarkus Metzger1-6/+7
2018-09-14Testsuite: Add gdb_simple_compileAlan Hayward1-170/+75
2018-09-12Testsuite: Add gdb_can_simple_compileAlan Hayward1-132/+53
2018-08-29C++ compile supportKeith Seitz1-0/+227
2018-08-22MI: Print frame architecture when printing frames on an MI channelJan Vrany1-3/+3