aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-07-11Fix false argv0-symlink.exp FAIL running under a very long directory nameJan Kratochvil2-0/+12
2014-07-11Don't print symbol on address 0x0Yao Qi2-1/+7
2014-07-11GDBserver crashes when killing a multi-thread processPedro Alves3-0/+146
2014-07-10Tweak gdb.trace/tfile.c for thumb modeYao Qi2-2/+15
2014-07-09Fix "attach" command vs user input racePedro Alves3-0/+164
2014-07-09Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess3-0/+153
2014-07-08Fix gdb.trace/entry-values.exp for thumb modeYao Qi3-5/+19
2014-07-08reverse-finish: turn internal error into normal errorMarkus Metzger3-0/+82
2014-07-02This testcase currently does not handle powerpc branches. It kindaLuis Machado2-0/+7
2014-07-01Handle volatile array types in dwarf2read.c.Mark Wielaard3-0/+46
2014-06-30watchpoint-reuse-slot.exp: Correctly skip unsupported commands.Andreas Arnez2-1/+12
2014-06-27Associate dummy_frame with ptidYao Qi3-0/+138
2014-06-25btrace: pretend we're not replaying when generating a core fileMarkus Metzger2-0/+45
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves3-0/+229
2014-06-23Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra2-7/+13
2014-06-23testsuite: Use istarget and is_lp64_target for 3 testcases.Jan Kratochvil4-2/+13
2014-06-20Move shared native target specific code to gdb/natGary Benson7-6/+11
2014-06-19Initial pass at D language expression parser support.Iain Buclaw2-0/+141
2014-06-19Fix next over threaded execl with "set scheduler-locking step".Pedro Alves2-15/+36
2014-06-19The testcase was generating DW_AT_high_pc and DW_AT_low_pc entriesLuis Machado2-6/+11
2014-06-18Make xmethods tests not to depend on inferior IO.Siva Chandra3-25/+70
2014-06-18Symptom:Luis Machado2-61/+143
2014-06-17Different outputs affected by hostsYao Qi2-0/+19
2014-06-17In a couple functions (type_update_when_use_rtti_test andLuis Machado2-12/+22
2014-06-16Fix for PR mi/15863Keith Seitz2-0/+12
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves4-21/+211
2014-06-12don't use directory in test nameTom Tromey2-1/+6
2014-06-12Move ChangeLog entry to proper place.Pedro Alves1-7/+0
2014-06-09Fix a bunch of fork related regressions.Pedro Alves1-0/+7
2014-06-09Separate out ANSI-standard signalsGary Benson3-96/+140
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz7-157/+11
2014-06-06fix email address of previous checkinsDoug Evans1-1/+1
2014-06-06* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.Doug Evans2-1/+5
2014-06-06sss-bp-on-user-bp-2.exp sometimes fails on native GNU/Linux.Pedro Alves2-17/+21
2014-06-06break-unload-file.exp: Fix typo.Pedro Alves2-1/+5
2014-06-06Restrict the pattern in gdb.base/jit.expYao Qi2-1/+6
2014-06-06Tweak gdb.base/async.expYao Qi3-3/+22
2014-06-06Remove preprocessor conditionals for ANSI-standard signalsGary Benson5-36/+13
2014-06-06Skip hbreak-unmapped.exp if memory at address 0 is readableYao Qi2-0/+15
2014-06-06Fix the race in gdb.threads/staticthreads.expYao Qi3-2/+8
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès2-0/+9
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi2-1/+6
2014-06-04Delete scm-generics.exp.Doug Evans2-42/+4
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans2-8/+72
2014-06-04handle VLA in a struct or unionTom Tromey3-0/+52
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 Zhu3-10/+42
2014-06-04Fix a regexp pattern in gdb.base/auto-connect-native-target.expYao Qi2-1/+6
2014-06-04Fix regexp pattern in gdb.base/default.expYao Qi2-1/+6
2014-06-03Xmethod support in Python.Siva Chandra4-0/+522