Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | btrace: do not return out of TRY/CATCH | Markus Metzger | 4 | -0/+130 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2833 | -2833/+2833 |
2015-12-25 | Document that the PATTERN argument to gdb_test is optional. | Sandra Loosemore | 2 | -1/+8 |
2015-12-24 | [testsuite/Ada] stop using project files when building test programs | Joel Brobecker | 5 | -31/+34 |
2015-12-22 | Remove HP-UX reference in foll-vfork.exp | Simon Marchi | 2 | -36/+10 |
2015-12-22 | Add an expect for running commands with CLI jump | Thomas Preud'homme | 2 | -0/+8 |
2015-12-21 | Remove dead code in testsuite | Simon Marchi | 3 | -60/+17 |
2015-12-21 | Remove HP-UX references fom testsuite | Simon Marchi | 36 | -1048/+146 |
2015-12-21 | Remove references to HP CC/aCC compiler from testsuite | Simon Marchi | 29 | -324/+72 |
2015-12-20 | Remove HP-UX reference in testsuite/configure.ac | Simon Marchi | 3 | -4/+5 |
2015-12-18 | Add documentation to gdb_compile | Simon Marchi | 2 | -0/+38 |
2015-12-17 | Fix PR threads/19354: "info threads" error with multiple inferiors | Pedro Alves | 2 | -0/+44 |
2015-12-15 | Tweak gdb.trace/ftrace.exp for aarch64 | Yao Qi | 2 | -0/+7 |
2015-12-14 | Check for readline support in gdb.base/history-duplicates.exp. | Sandra Loosemore | 2 | -1/+12 |
2015-12-14 | Skip gdb.base/gdbinit-history.exp on remote hosts. | Sandra Loosemore | 2 | -0/+12 |
2015-12-14 | Skip gdb.base/gdbhistsize-history.exp on remote hosts. | Sandra Loosemore | 2 | -0/+12 |
2015-12-14 | Skip tests that send ctrl-c to GDB if nointerrupts target property is set. | Sandra Loosemore | 17 | -57/+137 |
2015-12-14 | Target remote mode fork and exec test updates | Don Breazeal | 18 | -65/+49 |
2015-12-11 | gdb: Add an error when 'list -' reaches the start of a file. | Andrew Burgess | 2 | -0/+19 |
2015-12-11 | gdb: 'list' command, tweak handling of +/- arguments. | Andrew Burgess | 2 | -0/+24 |
2015-12-11 | gdb: Make test names unique in list.exp. | Andrew Burgess | 2 | -2/+10 |
2015-12-11 | Remove gdb.base/coremaker2.c | Yao Qi | 2 | -75/+4 |
2015-12-10 | Remove "spaces" references from gdb.multi/base.exp | Pedro Alves | 2 | -4/+8 |
2015-12-10 | Stop using nowarnings in gdb/testsuite/gdb.multi/ | Pedro Alves | 8 | -8/+23 |
2015-12-10 | gdb: Handle multiple base address in debug_ranges data. | Andrew Burgess | 4 | -10/+354 |
2015-12-09 | gdb.base/async.exp: Handle "asynchronous execution not supported" | Kevin Buettner | 2 | -1/+13 |
2015-12-09 | varobj zero-padded hexadecimal format | Luis Machado | 2 | -2/+28 |
2015-12-09 | Fix wrong output of x87 registers due to truncation to double on amd64 | Ruslan Kabatsayev | 3 | -4/+30 |
2015-12-07 | Enhance the menu to select function overloads with signatures | Pierre-Marie de Rodat | 3 | -0/+123 |
2015-12-04 | gdbserver: set ptrace flags after creating inferiors | Josh Stone | 2 | -0/+52 |
2015-12-03 | Run gdb.base/sizeof.exp with board having gdb,noinferiorio | Yao Qi | 3 | -39/+31 |
2015-12-01 | Run gdb.base/disp-step-syscall.exp for aarch64-linux | Yao Qi | 2 | -1/+6 |
2015-11-30 | Implement TARGET_WAITKIND_NO_RESUMED in the remote protocol | Pedro Alves | 2 | -6/+4 |
2015-11-30 | testsuite: Range stepping and non-stop mode | Pedro Alves | 2 | -2/+10 |
2015-11-30 | Make dprintf-non-stop.exp cope with remote testing | Pedro Alves | 2 | -3/+13 |
2015-11-30 | Fix mi-nonstop.exp with extended-remote | Pedro Alves | 3 | -10/+30 |
2015-11-27 | New test gdb.arch/arm-neon.exp | Yao Qi | 3 | -0/+169 |
2015-11-27 | Use multi_line to make pattern more human readable | Yao Qi | 2 | -5/+97 |
2015-11-27 | Allow multiple occurrences of the frames-invalid annotation in gdb.cp/annota2... | Yao Qi | 2 | -1/+6 |
2015-11-27 | Use ${frames_invalid} in gdb.cp/annota2.exp | Yao Qi | 2 | -1/+5 |
2015-11-26 | Add test for thread names | Simon Marchi | 4 | -0/+144 |
2015-11-26 | btrace: diagnose "record btrace pt" without libipt | Markus Metzger | 2 | -0/+9 |
2015-11-24 | List displays in ascending order | Pedro Alves | 3 | -8/+53 |
2015-11-24 | List checkpoints in ascending order | Pedro Alves | 2 | -2/+9 |
2015-11-24 | List inferiors/threads/pspaces in ascending order | Pedro Alves | 24 | -255/+115 |
2015-11-24 | Make gdb.python/py-inferior.exp test names unique | Pedro Alves | 2 | -100/+122 |
2015-11-23 | Fix internal error when saving fast tracepoint definitions | Simon Marchi | 3 | -1/+17 |
2015-11-23 | Refactor gdb.trace/save-trace.exp | Simon Marchi | 2 | -43/+54 |
2015-11-23 | minsyms.c: Scan backwards over all zero sized symbols. | Kevin Buettner | 3 | -0/+99 |
2015-11-23 | error/internal-error printing local variable during "bt full". | Joel Brobecker | 4 | -0/+117 |