Age | Commit message (Expand) | Author | Files | Lines |
2017-01-27 | Fix PTRACE_GETREGSET failure for compat inferiors on arm64 | Kees Cook | 1 | -3/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-25 | Sync proc_service definition with GLIBC | Adhemerval Zanella | 1 | -1/+1 |
2016-01-22 | [ARM] perror_with_name when failed to fetch/store registers | Yao Qi | 1 | -48/+12 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-03 | arm-linux-nat.c: Add cast | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-05 | Remove get_thread_id | Yao Qi | 1 | -27/+10 |
2015-08-03 | Enum fix for arm-linux-nat.c | Yao Qi | 1 | -5/+5 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -7/+10 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-07-07 | Native debug arm program by aarch64 GDB | Yao Qi | 1 | -5/+0 |
2015-07-07 | New aarch32-linux-nat.c | Yao Qi | 1 | -37/+9 |
2015-07-07 | Remove {fetch,store}_fpregister and {fetch,store}_register | Yao Qi | 1 | -219/+4 |
2015-06-23 | Convert have_ptrace_getregset to a tri-state boolean | Yao Qi | 1 | -18/+18 |
2015-06-16 | Fix compilation of gdb/arm-linux-nat.c on Raspbian GNU/Linux 7 | Martin Simmons | 1 | -0/+2 |
2015-06-01 | Fetch and store VFP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 1 | -3/+32 |
2015-06-01 | Fetch and store FP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 1 | -10/+77 |
2015-06-01 | Fetch and store GP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 1 | -10/+75 |
2015-06-01 | Check whether kernel supports PTRACE_GETREGSET | Yao Qi | 1 | -0/+16 |
2015-05-28 | Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.c | Yao Qi | 1 | -12/+5 |
2015-05-28 | Remove global variable arm_linux_vfp_register_count in arm-linux-nat.c | Yao Qi | 1 | -25/+21 |
2015-04-17 | return zero in arm_linux_can_use_hw_breakpoint if HW point isn't supported | Yao Qi | 1 | -2/+10 |
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 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-03-13 | Support for HWbreak/watchpoint across fork/vfork on arm-native | Omair Javaid | 1 | -125/+276 |
2014-02-19 | change delegation for to_read_description | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_region_ok_for_hw_watchpoint | Tom Tromey | 1 | -1/+2 |
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_remove_hw_breakpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_insert_hw_breakpoint | 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-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+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 | -9/+9 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-07-30 | ChangeLog: | Ulrich Weigand | 1 | -3/+9 |
2012-07-06 | gdb/ | Jan Kratochvil | 1 | -5/+10 |
2012-03-21 | struct siginfo vs. siginfo_t | Thomas Schwinge | 1 | -1/+1 |
2012-03-08 | gdb/ | Jan Kratochvil | 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 | -2/+2 |
2011-10-10 | PR gdb/13218 | Ulrich Weigand | 1 | -43/+0 |
2011-10-07 | 2011-10-07 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -12/+8 |
2011-06-15 | * arm-linux-tdep.c: Include "auxv.h". | Ulrich Weigand | 1 | -20/+0 |
2011-02-21 | ChangeLog: | Ulrich Weigand | 1 | -0/+580 |
2011-01-30 | 2011-01-31 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -9/+13 |