summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Fix "save breakpoints" for "catch" commandJan Kratochvil1-6/+14
2014-10-12Fix "save breakpoints" for "disable $bpnum" command.Jan Kratochvil2-1/+7
2014-10-12Use gdb_test_sequence in gdb.base/save-bp.exp.Jan Kratochvil1-2/+13
2014-10-10Delete IRIX supportPedro Alves8-64/+13
2014-10-10PR symtab/14466: Work around PR libc/13097 "linux-vdso.so.1"Pedro Alves2-0/+76
2014-10-02gdb.base/structs.c (main): Don't run forever.Doug Evans1-3/+5
2014-10-02PR17431: following execs with "breakpoint always-inserted on"Pedro Alves2-0/+152
2014-10-01Really fail inserting software breakpoints on read-only regionsPedro Alves2-0/+170
2014-09-19Check function is GC'edYao Qi1-5/+19
2014-09-16Add test for global variable that is nested by another DSOSergio Durigan Junior4-0/+127
2014-09-16gdb.base/watch-bitfields.exp: Improve testSergio Durigan Junior1-26/+51
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka2-0/+110
2014-09-16Fix watchpoint-stops-at-right-insn.expPedro Alves1-1/+1
2014-09-16Add test to make sure GDB knows which "kind" of watchpoint the target hasPedro Alves2-0/+210
2014-09-16Remove support for testing against dead "target vxworks"Pedro Alves8-257/+32
2014-09-12after gdb_run_cmd, gdb_expect -> gdb_test_multiple/gdb_testPedro Alves12-338/+86
2014-09-12testsuite: Fix runaway attach processesJan Kratochvil2-6/+7
2014-09-11gdb/17347 - Regression: GDB stopped on run with attached processPedro Alves1-0/+45
2014-09-11testsuite: refactor spawn and wait for attachPedro Alves2-47/+5
2014-09-09GDB/testsuite: Correct gdb.base/watchpoint-solib.exp timeout tweakMaciej W. Rozycki1-5/+13
2014-09-08Fix regression in default.exp caused by _caller_is, etc.Doug Evans1-0/+4
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi1-0/+22
2014-08-21Remove useless gcore command detectionPedro Alves5-63/+0
2014-08-19Remove stale commentPedro Alves1-1/+1
2014-08-19Set breakpoint on the right lineYao Qi1-1/+1
2014-08-11Delete "Loaded symbols for ..." message, it is redundant.Doug Evans1-2/+2
2014-08-09Remove duplicated code on checking address 0x0 is accessiableYao Qi5-36/+13
2014-08-04make "set debug target" take effect immediatelyTom Tromey1-1/+1
2014-08-04fix test suite regressionTom Tromey1-2/+2
2014-08-01Handle variable-sized fields in the interior of structure typeJoel Brobecker2-3/+6
2014-07-29Fix PR 17206Yao Qi1-0/+37
2014-07-28gdb/testsuite/gdb.base/varargs.exp: Remove ARM KFAILsWill Newton1-3/+0
2014-07-25Fix paginate-*.exp racesPedro Alves5-35/+16
2014-07-17PR 17170 - testcase for GDB global --statistics regression - fix up.Jan Kratochvil1-0/+29
2014-07-17Fix 17170.Doug Evans1-2/+3
2014-07-16Add test for string evaluation with "debug expression" onSimon Marchi1-0/+5
2014-07-15gdb.base/reread.exp: Really restart GDBPedro Alves1-3/+1
2014-07-14Put GDB's terminal settings into effect when paginatingPedro Alves2-0/+112
2014-07-14Fix double promptPedro Alves2-0/+136
2014-07-14Remove the target from the event loop while in secondary promptsPedro Alves2-0/+117
2014-07-14Background execution + pagination aborts readline/gdbPedro Alves2-0/+159
2014-07-14Canceling pagination caused by execution command from command line aborts rea...Pedro Alves2-0/+221
2014-07-14Put the inferior's terminal settings in effect while running (fg) infcallsPedro Alves2-0/+95
2014-07-11Fix false argv0-symlink.exp FAIL running under a very long directory nameJan Kratochvil1-0/+6
2014-07-11Don't print symbol on address 0x0Yao Qi1-1/+3
2014-07-09Fix "attach" command vs user input racePedro Alves2-0/+159
2014-07-01Handle volatile array types in dwarf2read.c.Mark Wielaard2-0/+38
2014-06-30watchpoint-reuse-slot.exp: Correctly skip unsupported commands.Andreas Arnez1-1/+7
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves2-0/+224
2014-06-18Symptom:Luis Machado1-61/+132