Age | Commit message (Expand) | Author | Files | Lines |
2014-04-18 | daily update | Alan Modra | 1 | -1/+1 |
2014-04-17 | Drop srcdir from untested source path. | Marcus Shawcroft | 2 | -1/+5 |
2014-04-17 | This patch causes local GOT entries addressed via a 16-bit index to | Kwok Cheung Yeung | 8 | -526/+565 |
2014-04-17 | Enable DWARF unwinders for SPU | Ulrich Weigand | 2 | -0/+70 |
2014-04-17 | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 10 | -42/+67 |
2014-04-17 | Drop prefix from unsupported source path. | Marcus Shawcroft | 2 | -2/+7 |
2014-04-17 | Fix LTO mismatched TLS reference | Alan Modra | 2 | -9/+15 |
2014-04-17 | [testsuite] Set target-charset to ascii | Yao Qi | 4 | -356/+423 |
2014-04-17 | Automatic link generation by doxygen | Yao Qi | 2 | -7/+13 |
2014-04-17 | daily update | Alan Modra | 1 | -1/+1 |
2014-04-16 | Add the ChangeLog entry missed in 8000c58e455259951daa4370631aa616b367d1a7. | Siva Chandra | 1 | -0/+4 |
2014-04-16 | Remove unused and incorrect macro TYPE_FN_FIELDS. | Siva Chandra | 1 | -1/+0 |
2014-04-16 | PR gdb/15827 | Keith Seitz | 5 | -0/+118 |
2014-04-16 | PR c++/16597 | Keith Seitz | 3 | -0/+18 |
2014-04-16 | PR c++/16597 | Keith Seitz | 3 | -0/+988 |
2014-04-16 | 2014-04-16 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2 | -0/+5 |
2014-04-16 | 2014-04-16 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2 | -1/+5 |
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-16 | Fix more fallout from TC_CONS_FIX_NEW change | Alan Modra | 3 | -2/+7 |
2014-04-16 | Mach-O: Add objdump -P dyld_info to dump dyld data. | Tristan Gingold | 4 | -8/+426 |
2014-04-16 | Mach-O: improve objdump -P load output. | Tristan Gingold | 2 | -53/+57 |
2014-04-16 | Mach-O: add cpu and cpusubtype caps. | Tristan Gingold | 4 | -2/+20 |
2014-04-16 | fill ppc476 fixup area | Alan Modra | 2 | -2/+19 |
2014-04-16 | daily update | Alan Modra | 1 | -1/+1 |
2014-04-15 | * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference | Doug Evans | 2 | -1/+12 |
2014-04-15 | 2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com> | Cary Coutant | 3 | -19/+159 |
2014-04-15 | Remove unused globals in mi-simplerun.exp. | Keith Seitz | 2 | -9/+9 |
2014-04-15 | Allow target to decide whether to include a section. | Cary Coutant | 3 | -1/+24 |
2014-04-15 | Allow target to derive from Copy_relocs class. | Cary Coutant | 3 | -38/+33 |
2014-04-15 | Test suite cleanup. | Keith Seitz | 2 | -17/+17 |
2014-04-15 | [AArch64] Fix off by one error in instruction relaxation mask. | Marcus Shawcroft | 4 | -2/+11 |
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-15 | daily update | Alan Modra | 1 | -1/+1 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 14 | -66/+339 |
2014-04-14 | implement support for "enum class" | Tom Tromey | 13 | -14/+243 |
2014-04-14 | constify value_aggregate_elt | Tom Tromey | 3 | -8/+15 |
2014-04-14 | handle DW_AT_type on an enumeration | Tom Tromey | 4 | -1/+93 |
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 | 7 | -4/+191 |
2014-04-14 | vla: resolve dynamic bounds if value contents is a constant byte-sequence | Sanimir Agovic | 2 | -1/+16 |
2014-04-14 | vla: support for DW_AT_count | Sanimir Agovic | 4 | -8/+28 |
2014-04-14 | vla: print "variable length" for unresolved dynamic bounds | Sanimir Agovic | 2 | -1/+12 |
2014-04-14 | vla: update type from newly created value | Sanimir Agovic | 7 | -2/+34 |