aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-18Add support of DW_OP_GNU_variable_value to DWARF assemblerKevin Buettner1-0/+14
2018-08-06gdb: Only run scheduler-locking tests if feature is supportedAndrew Burgess1-0/+70
2018-07-30Match any kind of error after "cannot resolve name" on lib/gdbserver-support....Sergio Durigan Junior1-1/+1
2018-07-28gdb: Don't call gdb_load_shlib unless GDB is runningAndrew Burgess1-0/+6
2018-07-13Expect for another variant of error message when gdbserver cannot resolve hos...Sergio Durigan Junior1-1/+1
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior1-3/+25
2018-06-28Remove 2 excessive executable permission flagsJan Kratochvil1-0/+0
2018-06-14Remove stale inline function handling from selftest_setupPedro Alves1-5/+0
2018-06-14[gdb] Allow function arguments in bp print match in selftest_setupTom de Vries1-2/+2
2018-06-05Add "continue" response to pagerTom Tromey1-1/+2
2018-05-24gdb: Restore selected frame in print_frame_local_varsAndrew Burgess1-0/+16
2018-05-04gdb/testsuite: Fix broken regexp in gdbstub caseAndrew Burgess1-1/+5
2018-04-30Handle alignof and _AlignofTom Tromey1-0/+30
2018-03-23Testsuite: fully migrate to use_gdb_stub convenience funcAndreas Arnez1-1/+1
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior1-0/+24
2018-02-28testsuite: Restore gdb_is_target_remote_promptSimon Marchi1-8/+15
2018-02-26Add test for load commandSimon Marchi1-8/+17
2018-02-25Fix double space expected in cp_test_ptype_classSimon Marchi1-1/+1
2018-02-23GDB/testsuite: Fix a typo in $actual_lineMaciej W. Rozycki1-1/+1
2018-02-09btrace: reword error messagesMarkus Metzger1-2/+2
2018-01-18GDB testsuite: Re-enable -fdiagnostics-color=neverAndreas Arnez1-1/+1
2018-01-11gdb_compile_shlib: Only consider shlib= options when building executablesSimon Marchi1-2/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker41-41/+41
2017-12-13Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiplePedro Alves1-1/+4
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves1-1/+1
2017-12-07Record nested typesKeith Seitz2-49/+479
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2-2/+6
2017-11-25Add comprehensive C++ operator linespec/location/completion testsPedro Alves1-7/+16
2017-11-24Comprehensive C++ linespec/completer testsPedro Alves1-0/+471
2017-11-16Fix gdb.base/starti.exp racy testPedro Alves1-2/+5
2017-10-24Fix unstable test names in gdb.python/py-objfile.expPedro Alves1-6/+10
2017-10-13Skip a few tests on targets that can't use the "run" commmand.Pedro Alves1-0/+13
2017-10-13Don't run gdb.gdb/ selftests if use_gdb_stub is truePedro Alves1-2/+17
2017-10-10get_integer_valueof: Don't output value in test nameSimon Marchi1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-2/+2
2017-09-19Add a 'starti' command.John Baldwin1-0/+37
2017-09-05Don't use -fdiagnostics-color=never for rustcTom Tromey1-1/+6
2017-08-14GDB testsuite: Suppress GCC's colored outputAndreas Arnez1-1/+29
2017-08-12testsuite: Exclude end-of-line characters from get_valueof resultSimon Marchi1-1/+1
2017-06-21Use noncapturing subpattern/parens in gdb_test implementationKevin Buettner1-1/+1
2017-06-13gdb/testsuite: Add "get_endianness" convenience procAndreas Arnez1-0/+13
2017-06-13Add test for modifiable DWARF locationsAndreas Arnez1-1/+1
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves1-0/+19
2017-03-20Add a better diagnostic message in mi_gdb_testMarc-Andre Laperle1-1/+1
2017-03-16Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez1-1/+2
2017-03-14Add test name argument to get_valueof, get_integer_valueof and get_sizeofAnton Kolesov1-7/+27