aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger3-0/+23
2019-07-29Two fixes for test suite's terminalTom Tromey2-1/+31
2019-07-29Test 'set print frame-info|frame-arguments presence'.Philippe Waroquiers5-5/+144
2019-07-29[gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp with check-read1Tom de Vries2-1/+6
2019-07-29[gdb/testsuite, 1/2] Fix gdb.linespec/explicit.exp with check-read1Tom de Vries2-14/+6
2019-07-29[gdb/testsuite] Fix python.exp with check-read1Tom de Vries2-2/+7
2019-07-29[gdb/testsuite] Fix mi-catch-cpp-exceptions.exp and mi-nonstop.exp with check...Tom de Vries2-2/+7
2019-07-29[gdb/testsuite] Fix gdb.base/maint.exp with check-read1Tom de Vries2-3/+8
2019-07-29[gdb/testsuite] Fix gdb.base/define.exp with check-read1Tom de Vries2-1/+5
2019-07-29[gdb/testsuite] Don't expect gdb_prompt in mi_skip_python_testTom de Vries2-13/+26
2019-07-27Add test that "file" shows "main"Tom Tromey2-0/+38
2019-07-27Add test case for empty TUI windowsTom Tromey3-3/+117
2019-07-27Add TUI resizing testTom Tromey3-0/+93
2019-07-27Add TUI test for "list"Tom Tromey2-0/+41
2019-07-27Add TUI register window testTom Tromey2-0/+52
2019-07-27Add "layout split" testTom Tromey2-0/+13
2019-07-27Add test for "layout asm"Tom Tromey2-0/+9
2019-07-27A virtual terminal for the test suiteTom Tromey3-0/+572
2019-07-27Fix stepping bug associated with non-contiguous blocksKevin Buettner2-13/+30
2019-07-27Improve test gdb.dwarf2/dw2-ranges-func.expKevin Buettner4-339/+495
2019-07-26[gdb/testsuite] Fix unterminated string in i386-pkru.expTom de Vries2-1/+5
2019-07-25[gdb/testsuite] Test skip_libstdcxx_probe_tests in mi-catch-cpp-exceptions.expTom de Vries4-44/+88
2019-07-24[gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.mTom de Vries4-0/+10
2019-07-24[gdb/testsuite] Fix infoline-reloc-main-from-zero.exp compilationTom de Vries2-1/+7
2019-07-24Update expected info threads error messages in gdb.multi/tids.expTom de Vries2-7/+19
2019-07-24[gdb/testsuite] Fix info-types.exp for debug info from more than one fileTom de Vries2-2/+11
2019-07-23[gdb/testsuite] Add missing initial prompt read in multidictionary.expTom de Vries2-0/+12
2019-07-23[gdb][Arm]: gdb cannot step across CMSE secure entry function code.Srinath Parvathaneni3-0/+105
2019-07-23[gdb/testsuite] Fix command result testing in mi-complete.expTom de Vries2-2/+10
2019-07-22gdb: Show type summary for anonymous structures from c_print_typedefAndrew Burgess4-7/+67
2019-07-22gdb: Improve output from "info types" commadAndrew Burgess3-0/+192
2019-07-19gdb/riscv: Write 4-byte nop to dummy code region before inferior callsAndrew Burgess3-0/+90
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess2-21/+6
2019-07-14[gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.expTom de Vries2-1/+6
2019-07-12gdb: Better support for dynamic properties with negative valuesAndrew Burgess5-0/+75
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess2-17/+45
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey7-13/+24
2019-07-10Restore original GDB prompt in define.expRichard Bunt2-1/+15
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves5-21/+20
2019-07-09Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}Pedro Alves4-0/+155
2019-07-09Fix printcmds.exp failure for wide strings tests.Philippe Waroquiers2-15/+20
2019-07-09gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess3-0/+75
2019-07-08Ensure GDB printf command can print convenience var strings without a target.Philippe Waroquiers2-5/+60
2019-07-08Fix breakpoints on file reloads for PIE binariesAlan Hayward2-30/+40
2019-07-04Fix foreach_with_prefix regressionPedro Alves3-1/+107
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward2-1/+5
2019-07-03Fix early return in foreach_with_prefixPedro Alves2-1/+13
2019-07-03pipe command completerPedro Alves2-2/+51
2019-07-03Fix latent bug in test_gdb_complete_cmd_multiplePedro Alves2-1/+7
2019-07-03Teach gdb::option about string optionsPedro Alves2-17/+75