Age | Commit message (Expand) | Author | Files | Lines |
2024-11-13 | [gdb/contrib] Handle capitalized words in spellcheck.sh | Tom de Vries | 1 | -2/+2 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -0/+2 |
2024-08-02 | gdb: remove uses of VLA | Simon Marchi | 1 | -11/+10 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-08-28 | gdb: Support XSAVE layouts for the current host in the Linux x86 targets. | John Baldwin | 1 | -2/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-04-27 | gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_struct | Simon Marchi | 1 | -59/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-24 | [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs | Tom de Vries | 1 | -0/+6 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-10 | Fix amd64->i386 linux syscall restart problem | Kevin Buettner | 1 | -2/+67 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -14/+12 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -12/+14 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -4/+4 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -1/+1 |
2018-05-03 | linux_nat_target: More low methods | Pedro Alves | 1 | -11/+13 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -17/+16 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-03-13 | amd64-linux-nat: Use ptid from regcache instead of inferior_ptid | Simon Marchi | 1 | -4/+4 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -0/+1 |
2017-01-27 | amd64-linux: expose system register FS_BASE and GS_BASE for Linux. | Walfred Tedeschi | 1 | -5/+55 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-25 | Sync proc_service definition with GLIBC | Adhemerval Zanella | 1 | -1/+1 |
2016-07-26 | Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size... | Pedro Alves | 1 | -5/+5 |
2016-02-02 | Merge gdb and gdbserver implementations for siginfo | Walfred Tedeschi | 1 | -426/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
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 | -2/+2 |
2015-06-01 | Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h | Yao Qi | 1 | -0/+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-10 | Add <sys/uio.h> #include back in amd64-linux-nat.c. | Joel Brobecker | 1 | -0/+1 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 1 | -3/+3 |
2014-08-06 | Remove duplicated include file | Yao Qi | 1 | -1/+0 |
2014-07-11 | Tidy #include lists | Gary Benson | 1 | -27/+5 |
2014-07-11 | Move duplicated code into new files | Gary Benson | 1 | -533/+2 |