Age | Commit message (Expand) | Author | Files | Lines |
2014-05-02 | gdb_load: Fix latent bugs | Pedro Alves | 3 | -3/+14 |
2014-05-01 | New testsuite/boards/local-remote-host.exp board, now with editing on | Pedro Alves | 2 | -0/+36 |
2014-05-01 | Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remot... | Pedro Alves | 2 | -0/+5 |
2014-04-28 | Add gdb.ada/dyn_arrayidx testcase. | Joel Brobecker | 3 | -0/+72 |
2014-04-26 | Compute the function length instead of hard coding it | Yao Qi | 2 | -3/+65 |
2014-04-25 | PR server/16255: gdbserver cannot attach to a second inferior that is multi-t... | Pedro Alves | 3 | -0/+115 |
2014-04-25 | Fix several "set remote foo-packet on/off" commands. | Pedro Alves | 5 | -2/+122 |
2014-04-24 | Ensure unreferenced static symbols aren't omitted by clang (either marking th... | David Blaikie | 8 | -20/+32 |
2014-04-24 | Cause clang to emit the definition of a type used only by pointer | David Blaikie | 3 | -3/+9 |
2014-04-24 | Return by value to coax Clang into emitting the full definition of a test type. | David Blaikie | 4 | -5/+12 |
2014-04-24 | XFAIL under Clang tests using labels | David Blaikie | 4 | -61/+65 |
2014-04-25 | Remove unused labels in dwarf assembler | Yao Qi | 3 | -2/+9 |
2014-04-24 | Fix and XFAIL test due to GCC PR55641, passes with clang | David Blaikie | 2 | -1/+6 |
2014-04-24 | Adjust start-of-function braces to be compatible with Clang | David Blaikie | 3 | -96/+113 |
2014-04-24 | Add AVX512 registers support to GDB and GDBserver. | Michael Sturm | 4 | -1/+439 |
2014-04-23 | Introduce some new MI test suite cleanups for breakpoint and | Keith Seitz | 19 | -146/+405 |
2014-04-23 | Stale breakpoint instructions, spurious SIGTRAPS. | Pedro Alves | 8 | -3/+289 |
2014-04-23 | Don't suppress errors inserting/removing hardware breakpoints in shared | Pedro Alves | 8 | -16/+293 |
2014-04-22 | Consecutive step-overs trigger internal error. | Pedro Alves | 3 | -0/+103 |
2014-04-22 | Make gdb_continue_to_breakpoint fail quickly on internal errors. | Pedro Alves | 2 | -8/+6 |
2014-04-22 | Check tracefile is generated by binary execution | Yao Qi | 4 | -14/+51 |
2014-04-18 | Fix PR backtrace/15558 | Pedro Alves | 4 | -1/+43 |
2014-04-17 | Drop srcdir from untested source path. | Marcus Shawcroft | 2 | -1/+5 |
2014-04-17 | Drop prefix from unsupported source path. | Marcus Shawcroft | 2 | -2/+7 |
2014-04-17 | [testsuite] Set target-charset to ascii | Yao Qi | 4 | -356/+423 |
2014-04-16 | PR gdb/15827 | Keith Seitz | 3 | -0/+107 |
2014-04-16 | PR c++/16597 | Keith Seitz | 1 | -0/+7 |
2014-04-16 | PR c++/16597 | Keith Seitz | 3 | -0/+988 |
2014-04-16 | Fix wrapper.exp testcase with stdio gdbserver. | Doug Evans | 4 | -77/+50 |
2014-04-16 | gdb.base/memattr.exp regexp improvements. | Andrew Burgess | 2 | -40/+80 |
2014-04-15 | * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference | Doug Evans | 2 | -1/+12 |
2014-04-15 | Remove unused globals in mi-simplerun.exp. | Keith Seitz | 2 | -9/+9 |
2014-04-15 | Test suite cleanup. | Keith Seitz | 2 | -17/+17 |
2014-04-15 | gdb.base/sym-file.exp, hide guts of the custom loader. | Pedro Alves | 4 | -105/+141 |
2014-04-15 | gdb.base/sym-file-loader.c: Fix typo. | Pedro Alves | 2 | -3/+7 |
2014-04-15 | Make sym-file.exp work with remote targets and hosts. | Pedro Alves | 3 | -26/+106 |
2014-04-15 | gdb.base/sym-file.exp: clean up test messages a bit. | Pedro Alves | 2 | -3/+8 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 7 | -0/+161 |
2014-04-14 | implement support for "enum class" | Tom Tromey | 5 | -3/+126 |
2014-04-14 | handle DW_AT_type on an enumeration | Tom Tromey | 2 | -0/+64 |
2014-04-14 | test: add mi vla test | Sanimir Agovic | 3 | -0/+124 |
2014-04-14 | test: basic c99 vla tests for C primitives | Sanimir Agovic | 3 | -0/+230 |
2014-04-14 | test: evaluate pointers to C99 vla correctly. | Sanimir Agovic | 3 | -0/+104 |
2014-04-14 | test: cover subranges with present DW_AT_count attribute | Sanimir Agovic | 2 | -0/+129 |
2014-04-14 | vla: evaluate operand of sizeof if its type is a vla | Sanimir Agovic | 3 | -0/+136 |
2014-04-14 | Add return value for non-void function return statements to fix error in clan... | David Blaikie | 3 | -2/+8 |
2014-04-12 | Copy over fix for fetching dynamic type of a reference from python side. | Doug Evans | 3 | -0/+10 |
2014-04-11 | Compile inline test with -std=gnu89 explicitly to override Clang's default (-... | David Blaikie | 2 | -1/+8 |
2014-04-11 | gdb/testsuite/ChangeLog: Fix path to a few files in previous entries. | Joel Brobecker | 1 | -4/+4 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 12 | -788/+21 |