Age | Commit message (Expand) | Author | Files | Lines |
2014-06-13 | Free linker hash table from bfd_close. | Alan Modra | 35 | -129/+237 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 54 | -111/+42 |
2014-06-13 | Move link_hash_table_free functions earlier | Alan Modra | 17 | -272/+281 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 66 | -179/+216 |
2014-06-13 | Add missing ld makefile dependency for nios. | Alan Modra | 3 | -0/+11 |
2014-06-13 | daily update | Alan Modra | 1 | -1/+1 |
2014-06-12 | delete gdbserver's freeargv | Tom Tromey | 2 | -21/+4 |
2014-06-12 | link gdbserver against libiberty | Tom Tromey | 7 | -43/+140 |
2014-06-12 | don't use directory in test name | Tom Tromey | 2 | -1/+6 |
2014-06-12 | Move ChangeLog entry to proper place. | Pedro Alves | 2 | -7/+7 |
2014-06-12 | Use varobj_is_dynamic_p more widely | Yao Qi | 2 | -6/+12 |
2014-06-12 | Rename varobj_pretty_printed_p to varobj_is_dynamic_p | Yao Qi | 4 | -5/+16 |
2014-06-12 | Remove #if HAVE_PYTHON | Yao Qi | 2 | -15/+13 |
2014-06-12 | Iterate over 'struct varobj_item' instead of PyObject | Yao Qi | 4 | -53/+70 |
2014-06-12 | Generalize varobj iterator | Yao Qi | 7 | -80/+323 |
2014-06-12 | Use 'struct varobj_item' to represent name and value pair | Yao Qi | 2 | -25/+51 |
2014-06-12 | Whitespace fixes for cpu/or1k.opc | Alan Modra | 11 | -223/+231 |
2014-06-12 | daily update | Alan Modra | 1 | -1/+1 |
2014-06-11 | Update NEWS post GDB 7.8 branch creation. | Joel Brobecker | 2 | -1/+9 |
2014-06-11 | Bump version to 7.8.50.DATE-cvs. | Joel Brobecker | 2 | -1/+6 |
2014-06-11 | Delete temporary string within demangler even in failure cases.gdb-7.8-branchpoint | Andrew Burgess | 2 | -1/+9 |
2014-06-11 | PR remote/17028: GDB+GDBserver hangs on Windows | Pedro Alves | 2 | -72/+79 |
2014-06-11 | Fix silly thinko | Alan Modra | 2 | -1/+5 |
2014-06-11 | * libcoff-in.h (coff_tdata): Make relocbase member unsigned. | Kai Tietz | 1 | -0/+5 |
2014-06-11 | * libcoff-in.h (coff_tdata): Make relocbase member unsigned. | Kai Tietz | 2 | -2/+2 |
2014-06-11 | daily update | Alan Modra | 1 | -1/+1 |
2014-06-10 | Wrap PyObject_Get/HasAttrString in a function with second arg having const qu... | Siva Chandra | 3 | -2/+34 |
2014-06-10 | Only print prefixes before fwait | H.J. Lu | 5 | -2/+20 |
2014-06-10 | add pr number to changelog | Alan Modra | 2 | -0/+2 |
2014-06-10 | missing changelog entries for 8a5da09b9 | Alan Modra | 2 | -0/+16 |
2014-06-10 | Unwrap symbols for debug information | Alan Modra | 10 | -2/+86 |
2014-06-10 | thinko in serial.c::serial_write debug trace | Joel Brobecker | 2 | -1/+6 |
2014-06-10 | gdbtypes.resolve_dynamic_range: Add function description. | Joel Brobecker | 2 | -0/+7 |
2014-06-10 | daily update | Alan Modra | 1 | -1/+1 |
2014-06-09 | Add check to keep from segfaulting on a corrupt .debug_pubnames section. | Cary Coutant | 2 | -0/+11 |
2014-06-09 | Print unattached sections in the link map. | Cary Coutant | 2 | -0/+10 |
2014-06-09 | Add space before the opening parenthesis in function descriptions. | Siva Chandra | 2 | -6/+11 |
2014-06-09 | Correctly save and recall the CFA saved register state. | Romain Chastenet | 2 | -6/+20 |
2014-06-09 | Remove reference to GASp from linker testsuite configuration. | Ryan Mansfield | 2 | -4/+4 |
2014-06-09 | Update expected disassembly of MSP430X instructions now that the disassembler | Nick Clifton | 2 | -53/+57 |
2014-06-09 | Fix a bunch of fork related regressions. | Pedro Alves | 2 | -4/+17 |
2014-06-09 | Separate out ANSI-standard signals | Gary Benson | 6 | -129/+205 |
2014-06-09 | daily update | Alan Modra | 1 | -1/+1 |
2014-06-08 | Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) ... | Hui Zhu | 4 | -1/+43 |
2014-06-08 | daily update | Alan Modra | 1 | -1/+1 |
2014-06-07 | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 14 | -299/+114 |
2014-06-07 | PROVIDE in linker script vs. built-in symbols | Alan Modra | 2 | -1/+9 |
2014-06-07 | Allow both signed and unsigned fields in PowerPC cmpli insn | Alan Modra | 9 | -28/+67 |
2014-06-07 | daily update | Alan Modra | 1 | -1/+1 |
2014-06-06 | Strip .debug_gnu_pubnames and .debug_gnu_pubtypes when building .gdb_index. | Cary Coutant | 4 | -13/+11 |