Age | Commit message (Expand) | Author | Files | Lines |
2015-03-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-03-06 | Use show_debug_regs as a boolean | Yao Qi | 2 | -2/+8 |
2015-03-06 | Fix an undefined 32-bit right shift by replacing it with two 16-bit right shi... | Nick Clifton | 2 | -1/+9 |
2015-03-06 | New common function "startswith" | Gary Benson | 77 | -329/+309 |
2015-03-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-03-05 | gdb.base/bp-permanent.exp: Tighten regex | Pedro Alves | 2 | -1/+5 |
2015-03-05 | PR gdb/18002: Fix reinsert of a permanent breakpoints | Pedro Alves | 2 | -1/+16 |
2015-03-05 | Fix a potentially undefined right shift by replacing it with two smaller righ... | Nick Clifton | 2 | -7/+17 |
2015-03-05 | Extend description of --add-gnu-debuglink option to explain why the file must... | Nick Clifton | 2 | -2/+45 |
2015-03-05 | Enable rthreads support on OpenBSD/hppa | Mark Kettenis | 4 | -29/+39 |
2015-03-05 | Remove typename on elfcpp::Elf_types<size>::Elf_Addr | H.J. Lu | 2 | -4/+9 |
2015-03-05 | Fixes PR 17994 - which reported that dlltool was not deleting temporary files... | Nick Clifton | 2 | -9/+55 |
2015-03-05 | Add extern_protected_data and set it for x86 | H.J. Lu | 21 | -8/+112 |
2015-03-05 | Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-al... | Nick Clifton | 2 | -6/+14 |
2015-03-05 | Allows the binutils to cope with PE binaries where the section addresses have... | Nick Clifton | 5 | -0/+91 |
2015-03-05 | Fix Windows/SPU/NTO/Lynx gdbserver builds | Pedro Alves | 5 | -0/+25 |
2015-03-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-03-04 | Fix a race condition when setting default target for ARM targets. | Cary Coutant | 2 | -4/+10 |
2015-03-04 | Remove empty class Merge_map. | Rafael Ávila de Espíndola | 10 | -208/+199 |
2015-03-04 | Accept all-stop alternative in mi_expect_interrupt | Simon Marchi | 2 | -2/+8 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 9 | -65/+22 |
2015-03-04 | gdbserver/Linux: Use TRAP_BRKPT/TRAP_HWBPT | Pedro Alves | 2 | -6/+133 |
2015-03-04 | gdbserver: Support the "swbreak"/"hwbreak" stop reasons | Pedro Alves | 5 | -0/+92 |
2015-03-04 | Linux native: Use TRAP_BRKPT/TRAP_HWBPT | Pedro Alves | 4 | -7/+180 |
2015-03-04 | remote+docs: software/hardware breakpoint traps | Pedro Alves | 5 | -9/+241 |
2015-03-04 | record-full/record-btrace: software/hardware breakpoint trap | Pedro Alves | 6 | -47/+191 |
2015-03-04 | enum lwp_stop_reason -> enum target_stop_reason | Pedro Alves | 9 | -67/+74 |
2015-03-04 | Teach GDB about targets that can tell whether a trap is a breakpoint event | Pedro Alves | 6 | -31/+331 |
2015-03-04 | Fix gdb.threads/thread-specific-bp.exp race | Pedro Alves | 2 | -13/+4 |
2015-03-04 | follow-fork: don't lose the ptids as set by the target | Pedro Alves | 3 | -27/+31 |
2015-03-04 | Stupid git! | Mark Kettenis | 1 | -1/+1 |
2015-03-04 | Add linux-aarch64-low.c in SFILE | Yao Qi | 2 | -0/+5 |
2015-03-04 | Enable gdb.base/foll-fork.exp on OpenBSD | Mark Kettenis | 2 | -1/+6 |
2015-03-04 | Make "catch fork" work on systems with PT_GET_PROCESS_STATE | Mark Kettenis | 2 | -0/+21 |
2015-03-04 | [AArch64] Removing unused functions. | Marcus Shawcroft | 2 | -42/+6 |
2015-03-04 | [AArch64] Call abort() consistently in unhandled stub switch statements. | Marcus Shawcroft | 2 | -7/+10 |
2015-03-04 | S390: Name "invisible" registers with the empty string instead of NULL | Andreas Arnez | 2 | -3/+8 |
2015-03-04 | breakpoint-in-ro-region.exp: Support targets stopping in mid-line after "si" | Andreas Arnez | 2 | -2/+9 |
2015-03-04 | catch-syscall.exp: Fix missing architecture name for s390:31-bit | Andreas Arnez | 2 | -1/+6 |
2015-03-04 | S390: Fix syscall list for s390x | Andreas Arnez | 2 | -1/+6 |
2015-03-04 | S390: Place "s390:31-bit" after default arch in 64-bit arch list | Andreas Arnez | 2 | -37/+33 |
2015-03-04 | gdb.threads/clone-thread_db.c: Add missing includes and fix pthread_join call | Pedro Alves | 2 | -1/+8 |
2015-03-04 | Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NC | Richard Sandiford | 11 | -4/+208 |
2015-03-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-03-03 | RL78 - fix ADDR16 relax | DJ Delorie | 2 | -1/+7 |
2015-03-03 | Remove unused function declarations in target.h | Simon Marchi | 2 | -5/+5 |
2015-03-03 | inf-ptrace.c: use ptid_get_pid when resuming all threads | Pedro Alves | 2 | -2/+7 |
2015-03-03 | Fix GDB/MI doc: duplicate syscall-entry under *stopped | Philippe Proulx | 2 | -1/+6 |
2015-03-03 | [ARM] Skip private symbol when doing objdump | Jiong Wang | 5 | -2/+51 |
2015-03-03 | Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWP | Pedro Alves | 4 | -11/+34 |