aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2017-08-28gdb.base/commands.exp: Remove unused global referencesSimon Marchi1-21/+0
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi1-0/+30
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves3-0/+102
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves5-1/+517
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior1-0/+3
2017-08-14Fix two regressions in scalar printingTom Tromey2-1/+12
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi1-103/+123
2017-07-20Make language_def O(1)Pedro Alves1-1/+1
2017-07-20Make gdb.base/dmsym.exp independent of "set language ada"Pedro Alves3-34/+23
2017-07-17A smarter linespec completerPedro Alves1-1/+1
2017-06-29Expression completer should not match explicit location optionsPedro Alves1-0/+6
2017-06-28Fix PR 21337: segfault when re-reading symbols.Doug Gilmore2-0/+83
2017-06-13gdb/testsuite: Add "get_endianness" convenience procAndreas Arnez3-21/+5
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior2-0/+118
2017-05-30gdb.base/watch-cond-infcall.exp: Don't run if target doesn't support infcallsSimon Marchi1-0/+5
2017-05-18Expect prompt after no FPU warningThomas Preud'homme1-5/+5
2017-05-18gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warningsPedro Alves1-5/+5
2017-05-18gdb.base/fileio.c: Fix several -Wreturn-type warningsPedro Alves2-26/+26
2017-05-18gdb.base/fileio.exp: Remove nowarningsPedro Alves2-2/+6
2017-05-17Add nowarnings in gdb.base/fileio.expYao Qi1-1/+1
2017-05-17Add alias command to cmd_list_elementYao Qi1-4/+6
2017-04-28Make environ.exp run on all platforms (and create info-program.exp)Sergio Durigan Junior2-252/+95
2017-03-20Fix spurious FAILs with examine-backward.expAndreas Arnez1-0/+8
2017-03-13testsuite: Disable backslash_in_multi_line_command_test for old DejaGnusSimon Marchi1-0/+11
2017-03-08Avoid unstable test message in gdb.base/step-over-exit.expPedro Alves1-1/+2
2017-03-08gdb: Fix a few unstable test namesPedro Alves1-2/+2
2017-03-08Fix PR 21218: GDB dumps core when escaping newline in multi-line commandPedro Alves1-0/+29
2017-03-08Move TUI completion tests to gdb.tui/completion.expPedro Alves1-37/+0
2017-03-08Move TUI testcases to new gdb/testsuite/gdb.tui/ directoryPedro Alves4-168/+0
2017-03-07Fix "layout reg" crashPedro Alves2-0/+78
2017-03-07Rename gdb.base/tui-layout.exp -> gdb.base/tui-disasm-long-lines.expPedro Alves2-0/+0
2017-03-07Add describing intro comment to gdb.base/tui-layout.expPedro Alves1-1/+4
2017-02-15PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior1-0/+7
2017-02-10Do not send queries on secondary UIsSimon Marchi1-0/+12
2017-02-10new-ui.exp: Use proc_with_prefixSimon Marchi1-4/+4
2017-02-10PR gdb/21122: Fix documentation mistakes for breakpoint commandsMartin Galvan1-1/+1
2017-02-08Command abbreviation in defineJerome Guitton1-0/+32
2017-01-26Harden tests that deal with memory regionsLuis Machado2-14/+10
2017-01-26Don't throw exception in dis_asm_memory_errorYao Qi1-0/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker763-763/+763
2016-12-23Fix more cases of improper test namesLuis Machado201-303/+237
2016-12-22New syntax for mt print symbols,msymbols,psymbols.Doug Evans1-67/+69
2016-12-09Create tdep->rx_psw_type and tdep->rx_fpsw_type lazilyYao Qi1-7/+0
2016-12-09Create tdep->rl78_psw_type lazilyYao Qi1-6/+0
2016-12-09Add test that exercises all bfd architecture, osabi, endian, etc. combinationsPedro Alves9-0/+485
2016-12-02Remove unneeded pattern matching in gdb.base/maint.expLuis Machado1-16/+4
2016-12-02Support an "unlimited" number of user-defined argumentsPedro Alves1-0/+44
2016-12-02Test user-defined gdb commands and arguments stackPedro Alves1-0/+59
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves1-0/+31
2016-12-01Don't handle timeout inside gdb_test_multipleLuis Machado1-9/+0