aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Implement support for checking /proc/PID/coredump_filterSergio Durigan Junior3-0/+265
2015-03-31dwarf.exp: Allow generating a stub .debug_line sectionPetr Machata2-1/+150
2015-03-26testsuite: Don't set SYMBOL_PREFIX for x86_64_*_cygwinJon Turney2-1/+6
2015-03-26Properly intern constants into psymtabAndy Wingo3-0/+92
2015-03-26Handle the effect of skipping prologueYao Qi3-0/+36
2015-03-26Remove some hard-coded stuff in testsYao Qi3-10/+23
2015-03-26Compile break-asm-file{0,1}.s without debug infoYao Qi2-5/+24
2015-03-26Relax pattern to match the output of "info frame" in gdb.base/savedregs.expYao Qi2-1/+6
2015-03-25btrace: fix tests for 32-bitMarkus Metzger17-428/+1057
2015-03-25btrace: increase buffer size for exception testMarkus Metzger2-0/+6
2015-03-24Fix "thread apply all" with exited threadsPedro Alves2-0/+8
2015-03-24Make "set scheduler-locking step" depend on user intention, onlyPedro Alves2-6/+11
2015-03-24Fix mi-pending.exp test output to allow stable test diffingAntoine Tremblay2-1/+5
2015-03-24Fix breakpoint thread condition missing with mi and a pending breakpoint.Antoine Tremblay6-25/+138
2015-03-23Add missing changelog entries of last commitKeith Seitz1-0/+5
2015-03-23Expand keyword lexing intelligence in the linespec parser.Keith Seitz2-0/+113
2015-03-23PR gdb/18021 - defend against "static virtual" methodsKeith Seitz2-0/+59
2015-03-20Remove gdb.hpJan Kratochvil69-5008/+79
2015-03-19gdbserver/Linux: unbreak thread event randomizationPedro Alves2-0/+22
2015-03-19native/Linux: internal error if resume is short-circuitedPedro Alves3-0/+173
2015-03-18Tighten gdb.base/disp-step-syscall.expPedro Alves2-27/+35
2015-03-18Support catch syscall on aarch64 linuxYao Qi3-4/+52
2015-03-16watchpoint-reuse-slot.exp: skip setting HW breakpoints on some addressYao Qi2-0/+37
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo2-0/+7
2015-03-11Typo fixYao Qi2-1/+5
2015-03-11Skip catch-syscall.exp on HP-UX targetYao Qi2-1/+5
2015-03-09Delete gdb/testsuite/dg-extract-results.pyPedro Alves2-585/+4
2015-03-09Make dg-extract-results.sh explicitly treat .{sum,log} files as textPedro Alves2-5/+28
2015-03-05gdb.base/bp-permanent.exp: Tighten regexPedro Alves2-1/+5
2015-03-04Accept all-stop alternative in mi_expect_interruptSimon Marchi2-2/+8
2015-03-04Fix gdb.threads/thread-specific-bp.exp racePedro Alves2-13/+4
2015-03-04Stupid git!Mark Kettenis1-1/+1
2015-03-04Enable gdb.base/foll-fork.exp on OpenBSDMark Kettenis2-1/+6
2015-03-04breakpoint-in-ro-region.exp: Support targets stopping in mid-line after "si"Andreas Arnez2-2/+9
2015-03-04catch-syscall.exp: Fix missing architecture name for s390:31-bitAndreas Arnez2-1/+6
2015-03-04gdb.threads/clone-thread_db.c: Add missing includes and fix pthread_join callPedro Alves2-1/+8
2015-03-03follow-exec: delete all non-execing threadsPedro Alves2-3/+26
2015-03-02gdb_test_multiple: return -1 on internal errorPedro Alves2-0/+6
2015-03-02S390: Vector register test caseAndreas Arnez3-0/+303
2015-02-27catch_command_errors: Remove 'mask' parameterPedro Alves3-2/+9
2015-02-27Adjust self tests to cope with GDB built as a C++ programPedro Alves3-3/+16
2015-02-27Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.cPedro Alves3-0/+50
2015-02-27Don't skip catch-syscall.exp on hppa*-hp-hpux* targetYao Qi2-7/+6
2015-02-26Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans5-1/+70
2015-02-26compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil3-0/+105
2015-02-26Fix print of value type in a corner case of finishAntoine Tremblay2-1/+5
2015-02-26Dwarf assembler: handle one instruction functionYao Qi2-1/+11
2015-02-26SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug fileJan Kratochvil4-0/+57
2015-02-25[aarch64] Fix one fail in gdb.xml/tdesc-regs.expYao Qi2-0/+8
2015-02-23delete_breakpoints: Rewrite using gdb_test_multiplePedro Alves2-14/+29