Age | Commit message (Expand) | Author | Files | Lines |
2013-09-23 | Regenerate sim configure files to pick up support for powerpc64le in | Alan Modra | 55 | -137/+9417 |
2013-09-23 | daily update | Alan Modra | 1 | -1/+1 |
2013-09-22 | daily update | Alan Modra | 1 | -1/+1 |
2013-09-21 | 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de> | Jan-Benedict Glaw | 3 | -0/+57 |
2013-09-21 | daily update | Alan Modra | 1 | -1/+1 |
2013-09-20 | * lib/dwarf.exp (build_executable_from_fission_assembler): New proc. | Doug Evans | 8 | -105/+198 |
2013-09-20 | * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs. | Doug Evans | 13 | -16/+54 |
2013-09-20 | 2013-09-20 Chung-Lin Tang <cltang@codesourcery.com> | Chung-Lin Tang | 3 | -2/+7 |
2013-09-20 | * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical | Alan Modra | 14 | -33/+104 |
2013-09-20 | daily update | Alan Modra | 1 | -1/+1 |
2013-09-19 | Fix regressions caused by thread-specific breakpoint deletion. | Pedro Alves | 2 | -1/+6 |
2013-09-19 | gnu-nat.c: Don't install a deprecated_xfer_memory method. | Thomas Schwinge | 2 | -20/+59 |
2013-09-19 | Mostly code cleanup: Constification. | Jan Kratochvil | 4 | -19/+33 |
2013-09-19 | daily update | Alan Modra | 1 | -1/+1 |
2013-09-18 | 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com> | Ulrich Weigand | 2 | -2/+9 |
2013-09-18 | Also mention Yue Lu in previous commit's entry. | Pedro Alves | 1 | -0/+1 |
2013-09-18 | Subject: [PATCH] [Hurd/gnu-nat.c] Use ptid_t.lwpid to store thread ids | Pedro Alves | 3 | -14/+23 |
2013-09-18 | Consistent display of "<optimized out>" for register values. | Andrew Burgess | 4 | -19/+39 |
2013-09-18 | 2013-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com> | Kyrylo Tkachov | 2 | -4/+9 |
2013-09-18 | gdbserver --wrapper also doesn't work on Cygwin. | Pedro Alves | 2 | -2/+9 |
2013-09-18 | When reverse-stepping, only insert a resume breakpoint at ecs->stop_func_start | Markus Metzger | 2 | -1/+6 |
2013-09-18 | [Hurd/gnu-nat] Fix old "signal-thread" command regression. | Pedro Alves | 2 | -3/+9 |
2013-09-18 | Fix whitespace error in previous commit. | Andrew Burgess | 2 | -1/+5 |
2013-09-18 | Add new function to access gdb_program_name. | Andrew Burgess | 3 | -0/+18 |
2013-09-18 | bfd/ | Tristan Gingold | 3 | -11/+16 |
2013-09-18 | binutils/ | Tristan Gingold | 7 | -0/+19 |
2013-09-18 | 2013-09-18 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 3 | -10/+17 |
2013-09-18 | * config/tc-msp430.c (OPTION_MOVE_DATA): Define. | Nick Clifton | 3 | -1/+59 |
2013-09-18 | gdb/gdbserver/ | Yao Qi | 5 | -0/+98 |
2013-09-18 | gdb/gdbserver/ | Yao Qi | 1 | -0/+2 |
2013-09-18 | daily update | Alan Modra | 1 | -1/+1 |
2013-09-17 | * dwarf2read.c: Move definitions of complaint functions to after | Doug Evans | 2 | -68/+72 |
2013-09-17 | 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com> | Steve Ellcey | 2 | -0/+7 |
2013-09-17 | 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com> | Steve Ellcey | 2 | -3/+6 |
2013-09-17 | 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com> | Steve Ellcey | 2 | -0/+8 |
2013-09-17 | 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com> | Steve Ellcey | 2 | -0/+7 |
2013-09-17 | PR gdb/11568 - delete thread-specific breakpoints on thread exit | Pedro Alves | 5 | -0/+208 |
2013-09-17 | This commit fixes a regression introduced by the new $_isvoid convenience | Sergio Durigan Junior | 2 | -0/+6 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 21 | -36/+194 |
2013-09-17 | Fix ChangeLog entry missing a ':' char. | Luis Machado | 1 | -1/+1 |
2013-09-17 | gdbserver/ChangeLog | Jiong Wang | 2 | -1/+5 |
2013-09-17 | PR ld/15957 | Nick Clifton | 2 | -6/+19 |
2013-09-17 | 2013-09-16 Jiong Wang <jiwang@tilera.com> | Jiong Wang | 2 | -1/+5 |
2013-09-17 | opcodes/ | Richard Sandiford | 5 | -1/+13 |
2013-09-17 | gdb/testsuite/ | Yao Qi | 3 | -2/+18 |
2013-09-17 | daily update | Alan Modra | 1 | -1/+1 |
2013-09-16 | * lib/gdb.exp (using_fission): New proc. | Doug Evans | 3 | -0/+19 |
2013-09-16 | * gdb.base/break-interp.exp: Fix indentation. | Doug Evans | 2 | -1/+5 |
2013-09-16 | The error message in the function was saying | Sergio Durigan Junior | 2 | -1/+6 |
2013-09-16 | * README: Update references to writing code for GDB. | Stan Shebs | 11 | -8363/+39 |