Age | Commit message (Expand) | Author | Files | Lines |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 114 | -28/+27862 |
2014-02-10 | Fix PR16543 | Yao Qi | 4 | -2/+25 |
2014-02-09 | Revert Makefile.in patch to remove all-lib. | Doug Evans | 2 | -1/+12 |
2014-02-09 | Fix Python stack corruption | Jan Kratochvil | 2 | -2/+8 |
2014-02-08 | A phony target should not be a prerequisite of a real target file | Mark Kettenis | 2 | -3/+6 |
2014-02-08 | Fix typo in test name | Andreas Schwab | 2 | -1/+5 |
2014-02-08 | Test no =breakpoint-modified is emitted for modifications from MI commands | Yao Qi | 2 | -0/+23 |
2014-02-07 | add forgotten entry in previous checkin | Doug Evans | 1 | -0/+1 |
2014-02-07 | * extension-priv.h (extension_language_script_ops): Add comment. | Doug Evans | 2 | -3/+14 |
2014-02-07 | Make sure we don't resume the stepped thread by accident. | Pedro Alves | 5 | -1/+281 |
2014-02-07 | Fix gdb.threads/stepi-random-signal.exp on software single-step targets. | Pedro Alves | 2 | -0/+9 |
2014-02-07 | Return early in target_xfer_partial when LEN is zero. | Yao Qi | 2 | -0/+8 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 23 | -71/+105 |
2014-02-07 | core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGEST | Yao Qi | 7 | -22/+41 |
2014-02-07 | Tweak in memory_error | Yao Qi | 2 | -3/+9 |
2014-02-06 | Fix i386-sse-stack-align.exp regression since GDB_PARALLEL. | Jan Kratochvil | 2 | -1/+6 |
2014-02-06 | indentation fixlet in gdbserver/Makefile.in. | Tom Tromey | 2 | -1/+5 |
2014-02-05 | fix copyright year in new files in previous checkin | Doug Evans | 4 | -4/+4 |
2014-02-05 | Extension Language API | Doug Evans | 36 | -723/+2290 |
2014-02-06 | Document the GDB 7.7 release in gdb/ChangeLog | Joel Brobecker | 1 | -0/+4 |
2014-02-05 | Keep current_inferior in sync with event_child. | Doug Evans | 2 | -1/+9 |
2014-02-05 | Avoid bison-isms when using yacc. | Mark Kettenis | 2 | -0/+11 |
2014-02-05 | Use rs->buf after getpkt | Yao Qi | 2 | -6/+8 |
2014-02-05 | Create inferior for ctf target. | Yao Qi | 4 | -1/+44 |
2014-02-05 | Create inferior for tfile target | Yao Qi | 4 | -3/+41 |
2014-02-04 | Call remote_check_symbols even if only symbol-file (not file) has been given | Christian Eggers | 2 | -1/+6 |
2014-02-04 | PowerPC64 ELFv2 ABI: skip global entry point code | Ulrich Weigand | 10 | -2/+156 |
2014-02-04 | PowerPC64 ELFv2 ABI: structure passing / return | Ulrich Weigand | 2 | -0/+251 |
2014-02-04 | PowerPC64 ELFv2 ABI: stack frame layout changes | Ulrich Weigand | 2 | -3/+12 |
2014-02-04 | PowerPC64 ELFv2 ABI: no function descriptors | Ulrich Weigand | 3 | -26/+48 |
2014-02-04 | PowerPC64 ELFv2 ABI: base support | Ulrich Weigand | 3 | -0/+54 |
2014-02-04 | PowerPC64 little-endian fixes: 128-bit DFP parameters / registers | Ulrich Weigand | 5 | -11/+27 |
2014-02-04 | PowerPC64 little-endian fixes: 32-bit DFP parameters | Ulrich Weigand | 2 | -2/+14 |
2014-02-04 | PowerPC64 little-endian fixes: VSX tests and pseudo-regs | Ulrich Weigand | 4 | -10/+52 |
2014-02-04 | PowerPC64 little-endian fixes: AltiVec tests | Ulrich Weigand | 2 | -7/+11 |
2014-02-04 | PowerPC64 little-endian fixes: structure passing | Ulrich Weigand | 2 | -1/+7 |
2014-02-04 | Refactor ppc64 function call and return value handling | Ulrich Weigand | 2 | -694/+503 |
2014-02-04 | Document support for powerpc64le-*-linux* target | Ulrich Weigand | 2 | -0/+7 |
2014-02-04 | Add support for ELF core files on OpenBSD/sparc64. | Mark Kettenis | 2 | -10/+51 |
2014-02-03 | Update mn10300 dwarf register map | Kevin Buettner | 2 | -7/+28 |
2014-02-03 | Fix build on recent versions of OpenBSD. | Mark Kettenis | 2 | -0/+5 |
2014-02-03 | Fix build on OpenBSD/sparc64. | Mark Kettenis | 2 | -1/+6 |
2014-01-31 | Delete ada-lang.h::clear_ada_sym_cache (nonexistant function). | Joel Brobecker | 2 | -2/+4 |
2014-01-30 | Add support for AT_HWCAP2 auxv entry | Ulrich Weigand | 2 | -0/+5 |
2014-01-29 | This changeset makes sparc64_linux_step_trap to return 0 when a | Jose E. Marchesi | 6 | -2/+101 |
2014-01-29 | Minor reformatting in valops.c::value_slice | Joel Brobecker | 2 | -21/+26 |
2014-01-28 | Fix info-shared.exp testcase to expect the leading `.' found on ppc64's symbols. | Edjunior Barbosa Machado | 2 | -10/+14 |
2014-01-28 | Fix typo in ppc64_standard_linkage7 | Ulrich Weigand | 2 | -1/+5 |
2014-01-28 | New Ada maintenance command to ignore descriptive types (DWARF). | Joel Brobecker | 5 | -0/+108 |
2014-01-27 | btrace: initiate teardown when closing record btrace target | Markus Metzger | 2 | -1/+11 |