| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 2017-10-25 | 1 | -4/+4 |
* | Remove unnecessary function prototypes. | John Baldwin | 2017-09-09 | 1 | -2/+0 |
* | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 2017-03-20 | 1 | -12/+8 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | Fix invalid implicit conversions from void * | Andreas Schwab | 2016-05-19 | 1 | -3/+3 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | Mostly trivial enum fixes | Simon Marchi | 2015-07-31 | 1 | -4/+7 |
* | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 2015-07-24 | 1 | -1/+1 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | Re-implement ia64-linux-nat.c::ia64_linux_xfer_partial | Pedro Alves | 2014-02-25 | 1 | -12/+23 |
* | Adjust ia64_linux_xfer_partial following to_xfer_partial API change. | Joel Brobecker | 2014-02-25 | 1 | -5/+23 |
* | Add target_ops argument to to_insert_watchpoint | Tom Tromey | 2014-02-19 | 1 | -1/+2 |
* | Add target_ops argument to to_remove_watchpoint | Tom Tromey | 2014-02-19 | 1 | -1/+2 |
* | Add target_ops argument to to_can_use_hw_breakpoint | Tom Tromey | 2014-02-19 | 1 | -1/+2 |
* | add "this" pointers to more target APIs | Tom Tromey | 2014-02-19 | 1 | -2/+2 |
* | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 2014-01-14 | 1 | -1/+1 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | Add target_xfer_partial_ftype | Yao Qi | 2013-12-18 | 1 | -3/+1 |
* | remove gdb_string.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 2013-09-30 | 1 | -2/+2 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | gdb/ | Jan Kratochvil | 2012-07-06 | 1 | -5/+6 |
* | 2012-03-28 Pedro Alves <palves@redhat.com> | Pedro Alves | 2012-03-28 | 1 | -1/+34 |
* | 2012-03-28 Pedro Alves <palves@redhat.com> | Pedro Alves | 2012-03-28 | 1 | -1/+1 |
* | [ia64-linux] Allow libunwind to fetch register 0 | Joel Brobecker | 2012-03-28 | 1 | -0/+10 |
* | struct siginfo vs. siginfo_t | Thomas Schwinge | 2012-03-21 | 1 | -1/+1 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -2/+1 |
* | gdb/ | Pedro Alves | 2011-12-14 | 1 | -3/+3 |
* | 2011-10-07 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2011-10-07 | 1 | -7/+5 |
* | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-09 | 1 | -21/+22 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+1 |
* | gdb/ | Jan Kratochvil | 2010-07-27 | 1 | -0/+13 |
* | 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>gdb_7_2-branchpoint | Thiago Jung Bauermann | 2010-07-07 | 1 | -2/+4 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | * corelow.c (get_core_registers): Adjust. | Pedro Alves | 2009-02-23 | 1 | -2/+4 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -2/+2 |
* | * ia64-linux.nat (_initialize_ia64_linux_nat): Don't | Vladimir Prus | 2008-08-15 | 1 | -1/+1 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
* | * ia64-linux-nat.c (ia64_register_addr): Add gdbarch parameter, | Ulrich Weigand | 2007-10-13 | 1 | -10/+10 |
* | 2007-10-08 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2007-10-08 | 1 | -6/+12 |
* | * linux-nat.c (linux_nat_new_thread): New variable. | Daniel Jacobowitz | 2007-10-01 | 1 | -43/+47 |
* | Switch the license of all .c files to GPLv3. | Joel Brobecker | 2007-08-23 | 1 | -4/+2 |
* | * regcache.c (struct regcache): Add ptid_t member. | Ulrich Weigand | 2007-06-16 | 1 | -2/+2 |
* | 2007-06-09 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2007-06-09 | 1 | -2/+4 |
* | 2007-05-31 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2007-05-31 | 1 | -5/+9 |
* | * i386-linux-nat.c (i386_linux_resume): Use regcache functions | Ulrich Weigand | 2007-05-12 | 1 | -7/+8 |
* | * target.h (struct regcache): Add forward declaration. | Ulrich Weigand | 2007-05-06 | 1 | -11/+11 |
* | * gregset.h (struct regcache): Add forward declaration. | Ulrich Weigand | 2007-05-06 | 1 | -41/+28 |