aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Fix gdb.base/starti.exp racy testPedro Alves1-1/+1
2017-11-09Fix racy output matching in gdb.base/memattr.expPedro Alves1-6/+6
2017-11-09Fix racy output matching in gdb.base/completion.expPedro Alves1-52/+34
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves1-1/+1
2017-11-07Breakpoint location parsing: always error instead of warningPedro Alves1-3/+3
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand1-0/+3
2017-11-06Test attaching to a process that isn't a process group leaderPedro Alves2-0/+121
2017-10-24Fix racy test in gdb.base/new-ui.expPedro Alves1-3/+12
2017-10-24Fix unstable test names in gdb.base/startup-with-shell.expPedro Alves1-2/+5
2017-10-20Fix 'gdb.base/quit.exp hangs forever' if the test failsPedro Alves1-9/+11
2017-10-19Fix inferior deadlock with "target remote | CMD"Pedro Alves2-0/+113
2017-10-17Add several "quit with live inferior" testsPedro Alves2-0/+205
2017-10-13Skip a few tests on targets that can't use the "run" commmand.Pedro Alves2-10/+6
2017-10-13Fix gdb.base/testenv.exp against --target_board=native-extended-gdbserverPedro Alves1-68/+131
2017-10-13Make gdb.base/find-unmapped.exp pass on remote targetsPedro Alves1-13/+53
2017-10-13Fix gdb.base/term.exp on non-"target native" boardsPedro Alves1-8/+10
2017-10-13Tweak gdb.base/corefile.exp is_remote checkPedro Alves1-1/+19
2017-10-13Fix is_remote check in gdb.base/remote.expPedro Alves1-4/+7
2017-10-13gdb.base/remote.exp: Fix typo and add missing returnPedro Alves1-1/+2
2017-10-13Make gdb.base/solib-nodir.exp work with --target_board=native-extended-gdbserverPedro Alves1-3/+15
2017-10-13Eliminate is_remote check in gdb.base/shlib-call.expPedro Alves1-11/+15
2017-10-13Eliminate is_remote check in gdb.base/scope.expPedro Alves1-15/+16
2017-10-13Remove references to gdb64 in the testsuitePedro Alves2-16/+1
2017-10-12Remove is_remote check in labels.expSimon Marchi1-6/+0
2017-10-12Make gdb.base/auvx.exp work with --target_board=native-extended-gdbserverPedro Alves1-3/+3
2017-10-12Run gdb.base/catch-fork-static.exp on remote target boardsPedro Alves1-4/+0
2017-10-12checkpoint.exp: Check for non-"target native" instead of isnative/is_remotePedro Alves1-4/+6
2017-10-12Remove is_remote target check from gdb.base/dprintf-non-stop.expSimon Marchi1-6/+0
2017-10-12Tighten remote check in gdb.base/argv0-symlink.expPedro Alves1-2/+3
2017-10-12Enable gdb.base/inferior-died.exp on is_remote target boardsPedro Alves1-7/+6
2017-10-09Fix gdb.base/print-file-var-main.c value check logicPedro Alves2-4/+4
2017-10-05Clean up some DFP interfacesUlrich Weigand2-6/+5
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior1-2/+2
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior2-0/+228
2017-09-27Add support for __VA_OPT__Tom Tromey1-0/+64
2017-09-26Fix FAILs in compare-sections.expThomas Preud'homme1-2/+5
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