Age | Commit message (Expand) | Author | Files | Lines |
2017-10-12 | lwp_info: Make the arch code free arch_lwp_info | Simon Marchi | 1 | -0/+1 |
2017-09-05 | Centralize amd64-linux target descriptions | Yao Qi | 1 | -34/+1 |
2017-07-26 | Centralize i386 linux target descriptions | Yao Qi | 1 | -16/+8 |
2017-06-03 | x86-linux-nat: Remove unused arch_lwp_info structure | Simon Marchi | 1 | -10/+0 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -5/+5 |
2017-02-17 | Add target description for avx-avx512. | Michael Sturm | 1 | -3/+9 |
2017-02-17 | Rename target descriptions to reflect actual content of description. | Michael Sturm | 1 | -7/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 1 | -0/+7 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-30 | x86/Linux: reenable all-stop on top of non-stop | Pedro Alves | 1 | -11/+0 |
2015-09-09 | btrace: kernel address filtering | Markus Metzger | 1 | -6/+0 |
2015-08-18 | x86/Linux: disable all-stop on top of non-stop | Pedro Alves | 1 | -0/+11 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-06-23 | Convert have_ptrace_getregset to a tri-state boolean | Yao Qi | 1 | -5/+5 |
2015-06-01 | Move have_ptrace_getregset to linux-nat.c | Yao Qi | 1 | -2/+0 |
2015-06-01 | Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h | Yao Qi | 1 | -0/+1 |
2015-03-24 | Move duplicated Linux x86 code to nat/x86-linux.c | Gary Benson | 1 | -16/+0 |
2015-03-24 | Move low-level Linux x86 debug register code to a shared file | Gary Benson | 1 | -167/+1 |
2015-03-24 | Introduce x86_linux_update_debug_registers | Gary Benson | 1 | -3/+13 |
2015-03-24 | Linux x86 low-level debug register comment synchronization | Gary Benson | 1 | -31/+28 |
2015-03-24 | Linux x86 low-level debug register code synchronization | Gary Benson | 1 | -3/+3 |
2015-03-24 | Make lwp_info.arch_private handling shared | Gary Benson | 1 | -17/+5 |
2015-03-24 | Introduce basic LWP accessors | Gary Benson | 1 | -7/+9 |
2015-03-24 | Introduce current_lwp_ptid | Gary Benson | 1 | -5/+6 |
2015-03-04 | enum lwp_stop_reason -> enum target_stop_reason | Pedro Alves | 1 | -1/+1 |
2015-03-03 | btrace: support 32-bit inferior on 64-bit host | Markus Metzger | 1 | -3/+5 |
2015-02-27 | x86 Linux/ptrace: fix offsetof usage in C++ mode | Pedro Alves | 1 | -4/+13 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -2/+14 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -1/+1 |
2015-01-09 | linux-nat.c: better starvation avoidance, handle non-stop mode too | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-09 | Fix missing "struct iovec" definition on some x86-linux. | Joel Brobecker | 1 | -0/+1 |
2014-09-04 | Remove code to cope with LWPs wrapped as PIDs | Gary Benson | 1 | -4/+2 |
2014-09-03 | x86 debug address register clarifications | Gary Benson | 1 | -1/+1 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 1 | -28/+28 |
2014-07-11 | Move duplicated code into new files | Gary Benson | 1 | -0/+568 |