aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-2/+2
2017-09-20Fix "list ambiguous_variable"Pedro Alves3-20/+27
2017-09-19Add a 'starti' command.John Baldwin2-0/+81
2017-09-14gdb.base/nodebug.exp: Rename called functionsPedro Alves1-2/+17
2017-09-11Make extract_arg return a std::stringTom Tromey1-1/+1
2017-09-06Cast char constant to int in sizeof.expTom Tromey1-1/+1
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves3-22/+79
2017-09-04Make ptype/whatis print function name of functions with no debug info tooPedro Alves1-8/+4
2017-09-04Stop assuming no-debug-info functions return intPedro Alves8-60/+163
2017-09-04Fix calling prototyped functions via function pointersPedro Alves1-5/+21
2017-09-04gdb.base/commands.exp: Test loop_break and loop_continue in nested loopsSimon Marchi1-23/+42
2017-09-04Add tests for loop_break and loop_continue commandsSimon Marchi1-0/+43
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi1-0/+16
2017-09-04Clarify "list" output when specified lines are ambiguousPedro Alves4-1/+156
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2-0/+295
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