Age | Commit message (Expand) | Author | Files | Lines |
2015-06-24 | Remove redundant include directives. | Gary Benson | 4 | -8/+0 |
2015-06-16 | GDB Namespaces - Define MSG_CMSG_CLOEXEC if not defined. | Michael Eager | 1 | -0/+6 |
2015-06-11 | Use pulongest for printing ssize_t | Gary Benson | 1 | -4/+5 |
2015-06-11 | Fix ARI warning in linux-namespaces.c | Gary Benson | 1 | -1/+1 |
2015-06-10 | Remove linux_proc_pid_get_ns | Gary Benson | 2 | -25/+0 |
2015-06-10 | Introduce nat/linux-namespaces.[ch] | Gary Benson | 2 | -0/+1126 |
2015-06-01 | Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h | Yao Qi | 1 | -0/+8 |
2015-05-15 | Include header for enum target_stop_reason | Pedro Alves | 1 | -0/+2 |
2015-05-12 | Extended-remote Linux follow fork | Don Breazeal | 2 | -55/+31 |
2015-05-12 | Identify remote fork event support | Don Breazeal | 2 | -1/+2 |
2015-04-17 | Introduce linux_proc_pid_to_exec_file | Gary Benson | 2 | -0/+25 |
2015-03-31 | Add cpu information to the info os command on linux. | Antoine Tremblay | 1 | -12/+112 |
2015-03-24 | Move duplicated Linux x86 code to nat/x86-linux.c | Gary Benson | 2 | -0/+25 |
2015-03-24 | Move low-level Linux x86 debug register code to a shared file | Gary Benson | 2 | -0/+236 |
2015-03-24 | Make lwp_info.arch_private handling shared | Gary Benson | 3 | -0/+107 |
2015-03-24 | Introduce basic LWP accessors | Gary Benson | 1 | -0/+14 |
2015-03-24 | Make linux_stop_lwp be a shared function | Gary Benson | 1 | -0/+5 |
2015-03-24 | Add iterate_over_lwps to gdbserver | Gary Benson | 1 | -0/+15 |
2015-03-24 | Add x86_debug_reg_state to gdbserver | Gary Benson | 1 | -0/+5 |
2015-03-24 | Introduce current_lwp_ptid | Gary Benson | 1 | -0/+7 |
2015-03-19 | Fix race exposed by gdb.threads/killed.exp | Pedro Alves | 2 | -0/+11 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-03-04 | Linux native: Use TRAP_BRKPT/TRAP_HWBPT | Pedro Alves | 1 | -0/+51 |
2015-03-03 | btrace: support 32-bit inferior on 64-bit host | Markus Metzger | 1 | -1/+27 |
2015-02-27 | Don't forward declare enum target_hw_bp_type | Pedro Alves | 1 | -2/+1 |
2015-02-27 | Add extern "C" to declarations of C symbols | Pedro Alves | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -2/+2 |
2015-02-20 | GNU/Linux: Stop using libthread_db/td_ta_thr_iter | Pedro Alves | 2 | -0/+16 |
2015-02-19 | Fix non executable stack handling when calling functions in the inferior. | Antoine Tremblay | 2 | -0/+14 |
2015-02-09 | btrace: identify cpu | Markus Metzger | 1 | -22/+48 |
2015-02-09 | record-btrace: add bts buffer size configuration option | Markus Metzger | 1 | -9/+30 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 2 | -42/+133 |
2015-02-09 | btrace, linux: add perf event buffer abstraction | Markus Metzger | 2 | -84/+63 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 2 | -21/+38 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 2 | -11/+27 |
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 |