aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-08-29Run argv0-symlink.exp only on native target and local host.Sandra Loosemore2-0/+22
2019-08-29[gdb/testsuite] Fix gdb.fortran/info-types.exp regexpTom de Vries3-4/+25
2019-08-28[gdb/testsuite] Fix info-var.exp for debug info from other filesTom de Vries2-2/+13
2019-08-28gdb/fortran: Don't include module symbols when searching for typesAndrew Burgess3-1/+19
2019-08-28gdb/fortran: Implement la_print_typedef for FortranAndrew Burgess4-0/+88
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess6-44/+190
2019-08-26[gdb, c++] Improve error message when using libstdcxx without SDT probesTom de Vries2-0/+46
2019-08-26[gdb/testsuite] Make skip_libstdcxx_probe_tests return 1 if trueTom de Vries4-6/+15
2019-08-26Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWa...Sergio Durigan Junior2-18/+23
2019-08-22[gdb/testsuite] Make gdb_test message more informative in multi-term-settings...Tom de Vries2-2/+7
2019-08-21Fix nullptr in with_command_1Pedro Alves2-0/+6
2019-08-21[gdb/testsuite] Stabilize gdb-caching-proc.exp test orderTom de Vries2-0/+5
2019-08-20[gdb/testsuite] Clean up stale exec in gdb_compile_pascalTom de Vries2-0/+7
2019-08-16[gdb/testsuite] Fix compare-sections.exp with -fPIE/-pieTom de Vries2-2/+14
2019-08-16Remove the TUI execution info windowTom Tromey4-10/+23
2019-08-15Fix paste-o in examine-backward.exp.Sandra Loosemore2-1/+6
2019-08-15TUI resize unificationTom Tromey2-10/+12
2019-08-15Fix bug with character enumeration literalTom Tromey4-4/+18
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger2-2/+7
2019-08-15Disable dw2-dir-file-name.exp on remote and/or Windows host.Sandra Loosemore2-0/+12
2019-08-15Skip batch-preserve-term-settings.exp tests that cannot work on Windows.Sandra Loosemore2-0/+12
2019-08-15[testsuite] Make the testsuite work on mingwChristian Biesinger2-0/+9
2019-08-14AArch64: Allow additional sizes in prologueAlan Hayward3-0/+124
2019-08-13[gdb/testsuite] Fix gdb.gdb/selftest.exp regexpTom de Vries2-1/+6
2019-08-13Fixes for gdb.python tests on remote Windows host.Sandra Loosemore14-71/+118
2019-08-12Fix gdb's selftest.exp after readline importPatrick Palka2-3/+26
2019-08-09Match Windows pathnames in gdb.linespec/break-ask.exp.Sandra Loosemore2-3/+8
2019-08-08[gdb/testsuite] Fix gdb.tui/basic.exp with check-read1Tom de Vries2-1/+6
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers3-6/+11
2019-08-06Add more styling to "disassemble"Tom Tromey3-1/+16
2019-08-05Add block['var'] accessorChristian Biesinger2-0/+9
2019-08-05Increase timeout in gdb.mi/list-thread-groups-available.expSimon Marchi2-4/+16
2019-08-05[gdb/testsuite] Run read1 timeout tests with with_read1_timeout_factorTom de Vries5-33/+73
2019-08-05[gdb/testsuite] Fail in gdb_compile if pie results in non-PIE executableTom de Vries2-14/+72
2019-08-05[gdb/testsuite] Fix typo in tcl_version_at_leastTom de Vries2-1/+5
2019-08-04Skip GDB test reconnect-ctrl-c.exp if nointerrupts is set.Sandra Loosemore2-0/+9
2019-08-04Add check for readline support to more GDB tab-completion tests.Sandra Loosemore2-3/+16
2019-08-03New test for 'info sources [-dirname | -basename] [--] [REGEXP]'.Philippe Waroquiers4-0/+147
2019-08-01Remove directory names from gdb.base/batch-exit-status.expPedro Franco de Carvalho2-12/+26
2019-08-01[gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp timeout with check-run1Tom de Vries2-0/+14
2019-08-01[gdb/testsuite] Fix gdb.base/structs.exp timeout with check-read1Tom de Vries3-1/+44
2019-08-01[gdb/testsuite] Fix gdb.base/break-interp.exp timeout with check-read1Tom de Vries2-0/+14
2019-08-01[gdb/testsuite] Fix gdb.base/signals.exp timeout with check-read1Tom de Vries2-2/+20
2019-07-30Allow nested function displaysTom Tromey5-0/+109
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger3-0/+35
2019-07-30Add missing changelog entryChristian Biesinger1-0/+4
2019-07-30[gdb/testsuite] Work around tcl bug in libsegfault.exp with check-read1Tom de Vries2-1/+10
2019-07-30[gdb/testsuite] Fail in gdb_compile if nopie results in PIE executableTom de Vries2-0/+24
2019-07-29Fix misspelling (nonexistant -> nonexistent)Christian Biesinger1-2/+2
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger3-0/+23