Age | Commit message (Expand) | Author | Files | Lines |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-04 | Remove a VEC from ppc-linux-nat.c | Tom Tromey | 1 | -28/+30 |
2019-03-26 | Fix Powerpc build | Alan Hayward | 1 | -0/+1 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -32/+7 |
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-10-31 | [PowerPC] Include nat/linux-ptrace.h in native targets | Pedro Franco de Carvalho | 1 | -0/+1 |
2018-10-26 | [PowerPC] Add support for HTM registers | Edjunior Barbosa Machado | 1 | -4/+207 |
2018-10-26 | [PowerPC] Add support for EBB and PMU registers | Edjunior Barbosa Machado | 1 | -1/+57 |
2018-10-26 | [PowerPC] Add support for TAR | Edjunior Barbosa Machado | 1 | -1/+33 |
2018-10-26 | [PowerPC] Add support for PPR and DSCR | Edjunior Barbosa Machado | 1 | -0/+145 |
2018-10-26 | [PowerPC] Fix two if statements in gdb/ppc-linux-nat.c | Pedro Franco de Carvalho | 1 | -2/+2 |
2018-07-22 | Remove some unused variables | Simon Marchi | 1 | -10/+0 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -16/+16 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -4/+4 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -13/+10 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -10/+8 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
2018-05-22 | [PowerPC] Recognize isa205 in linux core files | Pedro Franco de Carvalho | 1 | -5/+5 |
2018-05-22 | [PowerPC] Fix VSX registers in linux core files | Pedro Franco de Carvalho | 1 | -91/+15 |
2018-05-22 | [PowerPC] Fix access to VSCR in linux targets | Pedro Franco de Carvalho | 1 | -129/+24 |
2018-05-22 | [PowerPC] Consolidate linux vector regset sizes | Pedro Franco de Carvalho | 1 | -6/+2 |
2018-05-22 | [PowerPC] Consolidate wordsize getter between native and gdbserver | Pedro Franco de Carvalho | 1 | -24/+6 |
2018-05-22 | [PowerPC] Consolidate linux target description selection | Pedro Franco de Carvalho | 1 | -40/+16 |
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 | -4/+5 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -12/+12 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -88/+107 |
2018-04-06 | Remove free_value_chain | Tom Tromey | 1 | -24/+9 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
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 | -20/+20 |
2017-10-16 | Remove cleanup from ppc-linux-nat.c | Tom Tromey | 1 | -8/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-05-22 | Add PPC_MAX_REGISTER_SIZE | Alan Hayward | 1 | -2/+2 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -12/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-04-22 | Fix checks for VSX and Altivec availability on Power | Edjunior Barbosa Machado | 1 | -2/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-03 | target_ops mask_watchpoint: change int to target_hw_bp_type | Simon Marchi | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -4/+3 |
2015-08-02 | Unbreak PPC gdb builds | Pedro Alves | 1 | -13/+13 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -2/+0 |
2015-01-14 | Detect 64-bit-ness in PowerPC Book III-E | Yao Qi | 1 | -1/+1 |
2015-01-14 | Move some ppc macros to nat/ppc-linux.h | Yao Qi | 1 | -51/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-03 | Avoid software breakpoint's instruction shadow inconsistency | Maciej W. Rozycki | 1 | -1/+1 |