Age | Commit message (Expand) | Author | Files | Lines |
2021-05-23 | [gdb/tdep] Use pid to choose process 64/32-bitness | Tom de Vries | 1 | -3/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -7/+12 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -17/+8 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -3/+17 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-01 | PowerPC remove 512 bytes region limit if 2nd DAWR is avaliable. | Rogerio Alves | 1 | -8/+18 |
2020-11-19 | gdb: convert some function arguments from int to bool | Andrew Burgess | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -111/+111 |
2020-08-14 | [PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREG | Pedro Franco de Carvalho | 1 | -9/+12 |
2020-08-14 | [PowerPC] Use < 0 and >= 0 for watchpoint ptrace calls | Pedro Franco de Carvalho | 1 | -4/+4 |
2020-03-30 | [PowerPC] Fix debug register issues in ppc-linux-nat | Pedro Franco de Carvalho | 1 | -396/+924 |
2020-03-30 | [PowerPC] Move up some register access routines | Pedro Franco de Carvalho | 1 | -164/+164 |
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-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Update comments that reference VEC or vec.h | Andrew Burgess | 1 | -3/+3 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -3/+0 |
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 |