Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-17 | [gdb/build, s390x] Fix build after gdbarch_tdep changes | Andreas Arnez | 1 | -1/+1 |
2021-05-23 | [gdb/tdep] Use pid to choose process 64/32-bitness | Tom de Vries | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+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 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-17 | Remove a VEC from s390-linux-nat.c | Tom Tromey | 1 | -48/+32 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-03-25 | Fix s390 build | Alan Hayward | 1 | -0/+1 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -2/+1 |
2019-03-12 | Change iterate_over_lwps to take a gdb::function_view | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-31 | Eliminate target_have_continuable_watchpoint | Pedro Alves | 1 | -1/+0 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -9/+9 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -1/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
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 | -2/+2 |
2018-05-03 | Fix s390 GNU/Linux build | Pedro Alves | 1 | -2/+1 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -3/+1 |
2018-05-03 | linux_nat_target: More low methods | Pedro Alves | 1 | -15/+17 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -8/+7 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -59/+65 |
2018-01-23 | s390: Split up s390-linux-tdep.c into two files | Philipp Rudo | 1 | -0/+1 |
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 | -3/+3 |
2017-10-12 | lwp_info: Make the arch code free arch_lwp_info | Simon Marchi | 1 | -0/+9 |
2017-09-25 | S390: Add guarded-storage register support to GDB | Andreas Arnez | 1 | -2/+21 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -2/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | gdb/s390: Fix build breakage due to std::min/std::max usage without header | Pedro Alves | 1 | -0/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -4/+4 |
2016-09-16 | S390: Hardware breakpoint support | Andreas Arnez | 1 | -9/+123 |
2016-09-16 | S390: Enable "maint set show-debug-regs" | Andreas Arnez | 1 | -0/+51 |
2016-09-16 | S390: Multi-inferior watchpoint support | Andreas Arnez | 1 | -10/+139 |
2016-09-16 | S390: Migrate watch areas from list to VEC type | Andreas Arnez | 1 | -37/+34 |
2016-09-16 | S390: Avoid direct access to lwp_info structure | Andreas Arnez | 1 | -24/+36 |
2016-04-21 | Fix s390 GNU/Linux gdb and gdbserver builds | Pedro Alves | 1 | -3/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -3/+3 |
2015-07-24 | Fix s390 GNU/Linux build after enum __ptrace_request changes | Pedro Alves | 1 | -10/+10 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-06-01 | Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h | Yao Qi | 1 | -8/+1 |
2015-05-08 | S390: Fix for inadvertently setting 24-bit mode in fill_gregset | Andreas Arnez | 1 | -9/+19 |