Age | Commit message (Expand) | Author | Files | Lines |
2022-01-27 | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 1 | -1/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-13 | gdb: make post_startup_inferior a virtual method on inf_ptrace_target | Andrew Burgess | 1 | -0/+2 |
2021-05-23 | [gdb/tdep] Use pid to choose process 64/32-bitness | Tom de Vries | 1 | -4/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -0/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -1/+1 |
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 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -2/+2 |
2018-05-03 | linux_nat_target: More low methods | Pedro Alves | 1 | -13/+4 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -55/+25 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 1 | -1/+0 |
2018-02-09 | btrace, gdbserver: use exceptions to convey btrace enable/disable errors | Markus Metzger | 1 | -8/+11 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
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 |