Age | Commit message (Expand) | Author | Files | Lines |
2015-01-20 | gdb/ARI: Call safe_strerror instead of strerror in linux-ptrace.c | Joel Brobecker | 1 | -8/+8 |
2015-01-16 | Fix nat/linux-personality.c regression on RHEL-5 | Sergio Durigan Junior | 1 | -1/+1 |
2015-01-15 | Move code to disable ASR to nat/ | Sergio Durigan Junior | 2 | -0/+125 |
2015-01-14 | Detect 64-bit-ness in PowerPC Book III-E | Yao Qi | 2 | -0/+81 |
2015-01-14 | Move some ppc macros to nat/ppc-linux.h | Yao Qi | 1 | -0/+85 |
2015-01-13 | [ARI] Remove trailing new-line in argument of call to warning.gdb-7.9-branchpoint | Joel Brobecker | 1 | -1/+1 |
2015-01-09 | Linux: on attach, attach to lwps listed under /proc/$pid/task/ | Pedro Alves | 4 | -25/+201 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 17 | -17/+17 |
2014-12-16 | [Linux] Ask kernel to kill inferior when GDB terminates | Joel Brobecker | 2 | -4/+37 |
2014-11-11 | Warn users about mismatched PID namespaces | Daniel Colascione | 2 | -0/+25 |
2014-09-19 | Refactor ptrace extended event status. | Don Breazeal | 2 | -1/+19 |
2014-09-12 | Clarify GDBSERVER use in linux-waitpid.c | Gary Benson | 1 | -5/+6 |
2014-09-12 | Remove GDBSERVER uses from x86-dregs.c | Gary Benson | 1 | -6/+2 |
2014-09-12 | Remove GDBSERVER uses from linux-btrace.c | Gary Benson | 2 | -7/+3 |
2014-09-12 | Include common-defs.h instead of defs.h/server.h in shared code | Gary Benson | 4 | -23/+4 |
2014-09-12 | Introduce common-regcache.h | Gary Benson | 1 | -6/+2 |
2014-09-11 | Introduce show_debug_regs | Gary Benson | 1 | -9/+4 |
2014-09-03 | x86 debug address register clarifications | Gary Benson | 2 | -9/+10 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 5 | -132/+132 |
2014-08-19 | Introduce common-debug.h | Gary Benson | 1 | -4/+0 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 5 | -6/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 4 | -4/+0 |
2014-08-07 | Move common-utils.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move ptid.h to common-defs.h | Gary Benson | 2 | -3/+0 |
2014-08-07 | Move stddef.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-31 | Do not include defs.h or server.h in any header file | Gary Benson | 1 | -6/+0 |
2014-07-30 | Do not include config.h directly | Gary Benson | 1 | -1/+0 |
2014-07-30 | Make all source files include defs.h or server.h first | Gary Benson | 1 | -0/+5 |
2014-07-24 | Remove some GDBSERVER checks from linux-ptrace | Tom Tromey | 2 | -25/+32 |
2014-06-23 | x86 Linux watchpoints: Couldn't write debug register: Invalid argument. | Pedro Alves | 1 | -0/+20 |
2014-06-20 | Move shared native target specific code to gdb/nat | Gary Benson | 16 | -3/+4480 |
2014-06-20 | Vectorize gdbserver x86 debug register accessors | Gary Benson | 2 | -3/+65 |
2014-06-19 | Create nat/i386-dregs.c | Gary Benson | 1 | -0/+617 |
2014-06-19 | Partially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8 | Gary Benson | 1 | -43/+0 |
2014-06-18 | Create nat/i386-dregs.h | Gary Benson | 1 | -0/+138 |
2014-02-27 | Linux waitpid/__WALL emulation wrapper: If WNOHANG is set, don't touch sigpro... | Pedro Alves | 1 | -8/+13 |
2014-02-27 | Move linux-nat.c:status_to_str to nat/linux-waitpid.c. | Pedro Alves | 2 | -0/+32 |
2014-01-03 | * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. | Doug Evans | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 3 | -3/+3 |
2013-08-22 | Unify ptrace options discovery code and make both GDB and | Luis Machado | 3 | -0/+175 |