aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-17Different outputs affected by hostsYao Qi1-0/+14
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves3-21/+202
2014-06-12don't use directory in test nameTom Tromey1-1/+2
2014-06-09Separate out ANSI-standard signalsGary Benson1-48/+65
2014-06-06sss-bp-on-user-bp-2.exp sometimes fails on native GNU/Linux.Pedro Alves1-17/+14
2014-06-06break-unload-file.exp: Fix typo.Pedro Alves1-1/+1
2014-06-06Restrict the pattern in gdb.base/jit.expYao Qi1-1/+1
2014-06-06Tweak gdb.base/async.expYao Qi2-3/+15
2014-06-06Remove preprocessor conditionals for ANSI-standard signalsGary Benson3-20/+2
2014-06-06Skip hbreak-unmapped.exp if memory at address 0 is readableYao Qi1-0/+10
2014-06-04handle VLA in a struct or unionTom Tromey2-0/+44
2014-06-04Tweak sss-bp-on-user-bp.expYao Qi2-5/+19
2014-06-04Add system test before "set remote system-call-allowed 1" to fileio.expHui Zhu2-10/+35
2014-06-04Fix a regexp pattern in gdb.base/auto-connect-native-target.expYao Qi1-1/+1
2014-06-04Fix regexp pattern in gdb.base/default.expYao Qi1-1/+1
2014-06-03User breakpoint ignored if software-single-step at same locationJoel Brobecker2-3/+1
2014-06-03gdb/source.c: Fix matching path substitute rule listingBrad Mouring1-0/+8
2014-06-03Skip sss-bp-on-user-bp-2.exp on remote hardware step targets.Pedro Alves1-0/+39
2014-06-03PR breakpoints/17000: user breakpoint not inserted if software-single-step at...Pedro Alves2-0/+138
2014-06-02Installing a breakpoint on top of a dprintf makes GDB lose control.Pedro Alves2-0/+94
2014-06-02Unnecessary restore of timeout global at end of gdb.base/completion.expJoel Brobecker1-4/+0
2014-06-01Skip test 'watch -location nullptr->p->x' if null pointer can be dereferencedYao Qi1-2/+12