Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-07-11 | Comment and whitespace changes | Gary Benson | 1 | -0/+3 |
2014-07-11 | Pull out common parts of _initialize_{i386,amd64}_linux_nat | Gary Benson | 1 | -23/+45 |
2014-07-11 | Merge ps_get_thread_area | Gary Benson | 1 | -20/+53 |
2014-07-11 | Merge {i386,amd64}_linux_read_description | Gary Benson | 1 | -82/+97 |
2014-07-11 | Rename identical functions | Gary Benson | 1 | -40/+40 |
2014-06-23 | x86 Linux watchpoints: Couldn't write debug register: Invalid argument. | Pedro Alves | 1 | -1/+9 |
2014-06-20 | Move shared native target specific code to gdb/nat | Gary Benson | 1 | -1/+1 |
2014-04-24 | Add AVX512 registers support to GDB and GDBserver. | Michael Sturm | 1 | -3/+16 |
2014-02-19 | Add target_ops argument to to_read_btrace | Tom Tromey | 1 | -1/+10 |
2014-02-19 | Add target_ops argument to to_teardown_btrace | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_disable_btrace | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_enable_btrace | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_post_startup_inferior | Tom Tromey | 1 | -3/+4 |
2014-01-16 | btrace, gdbserver: read branch trace incrementally | Markus Metzger | 1 | -3/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-20 | MPX for amd64 | Walfred Tedeschi | 1 | -9/+34 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -10/+10 |
2013-03-11 | Install the btrace target ops for i386-linux-nat and amd64-linux-nat. | Markus Metzger | 1 | -0/+51 |
2013-02-13 | [native x86 GNU/Linux] Access debug register mirror from the corresponding pr... | Pedro Alves | 1 | -5/+47 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -1/+1 |
2012-06-26 | Use PTRACE_PEEKUSER to get fs_base/gs_base | H.J. Lu | 1 | -0/+30 |
2012-06-16 | Support x32 siginfo | H.J. Lu | 1 | -1/+200 |
2012-06-16 | Check bits_per_word instead of gdbarch_ptr_bit | H.J. Lu | 1 | -1/+1 |
2012-06-16 | Check DS segment register for x32 process | H.J. Lu | 1 | -2/+31 |
2012-03-21 | struct siginfo vs. siginfo_t | Thomas Schwinge | 1 | -2/+2 |
2012-01-24 | gdb/ | Jan Kratochvil | 1 | -8/+11 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2012-01-02 | gdb/ | Jan Kratochvil | 1 | -0/+1 |
2011-12-20 | 2011-12-20 Pedro Alves <alves.ped@gmail.com> | Pedro Alves | 1 | -0/+9 |