Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |
2020-08-17 | gdb: fix IA64 build failure of linux-nat | Sergei Trofimovich | 1 | -0/+1 |
2020-05-16 | Fix IA64 GNU/Linux build | Pedro Alves | 1 | -3/+5 |
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-09 | Rename common to gdbsupport | 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-11-18 | Fix ia64-linux-nat.c | Tom Tromey | 1 | -9/+6 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -4/+3 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -25/+24 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
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 | -4/+5 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -8/+8 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -65/+69 |
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 | -4/+4 |
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 | -12/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-19 | Fix invalid implicit conversions from void * | Andreas Schwab | 1 | -3/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -4/+7 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-25 | Re-implement ia64-linux-nat.c::ia64_linux_xfer_partial | Pedro Alves | 1 | -12/+23 |
2014-02-25 | Adjust ia64_linux_xfer_partial following to_xfer_partial API change. | Joel Brobecker | 1 | -5/+23 |
2014-02-19 | Add target_ops argument to to_insert_watchpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_remove_watchpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_can_use_hw_breakpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | add "this" pointers to more target APIs | Tom Tromey | 1 | -2/+2 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-18 | Add target_xfer_partial_ftype | Yao Qi | 1 | -3/+1 |
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 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-07-06 | gdb/ | Jan Kratochvil | 1 | -5/+6 |
2012-03-28 | 2012-03-28 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+34 |
2012-03-28 | 2012-03-28 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-03-28 | [ia64-linux] Allow libunwind to fetch register 0 | Joel Brobecker | 1 | -0/+10 |
2012-03-21 | struct siginfo vs. siginfo_t | Thomas Schwinge | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-12-14 | gdb/ | Pedro Alves | 1 | -3/+3 |
2011-10-07 | 2011-10-07 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -7/+5 |