Age | Commit message (Expand) | Author | Files | Lines |
2016-08-25 | Sync proc_service definition with GLIBC | Adhemerval Zanella | 1 | -1/+1 |
2016-08-04 | Determine target description for native aarch64 | Yao Qi | 1 | -39/+11 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-15 | aarch64 multi-arch part 6: HW breakpoint on unaligned address | Yao Qi | 1 | -2/+6 |
2015-09-18 | aarch64 multi-arch (part 3): get thread area | Yao Qi | 1 | -14/+3 |
2015-09-15 | Support single step by arch or target | Yao Qi | 1 | -0/+9 |
2015-09-15 | aarch64 multi-arch support (part 2): siginfo fixup | Yao Qi | 1 | -0/+31 |
2015-09-03 | [aarch64] Check region OK for HW watchpoint in GDBserver | Yao Qi | 1 | -32/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-25 | Move aarch64_linux_new_thread to nat/aarch64-linux.c | Yao Qi | 1 | -13/+0 |
2015-08-25 | Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.c | Yao Qi | 1 | -42/+2 |
2015-08-25 | Make aarch64_linux_prepare_to_resume the same on GDB and GDBserver | Yao Qi | 1 | -3/+4 |
2015-08-25 | Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar... | Yao Qi | 1 | -85/+0 |
2015-08-25 | Make debug_reg_change_callback the same on GDB and GDBserver | Yao Qi | 1 | -1/+1 |
2015-08-25 | Make aarch64_notify_debug_reg_change the same on GDB and GDBserver | Yao Qi | 1 | -1/+1 |
2015-08-25 | Use debug_printf in debug_reg_change_callback | Yao Qi | 1 | -12/+9 |
2015-08-25 | Get pid rather than lwpid | Yao Qi | 1 | -1/+1 |
2015-08-05 | Remove get_thread_id | Yao Qi | 1 | -21/+5 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -3/+6 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-07-23 | Return zero in aarch64_linux_can_use_hw_breakpoint if target doesn't support ... | Yao Qi | 1 | -8/+21 |
2015-07-21 | Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.c | Yao Qi | 1 | -56/+1 |
2015-07-17 | Move common aarch64 HW breakpoint/watchpoint code to nat/ | Yao Qi | 1 | -598/+2 |
2015-07-17 | Pass aarch64_debug_reg_state to functions | Yao Qi | 1 | -32/+24 |
2015-07-17 | Use debug_printf to print debug message | Yao Qi | 1 | -21/+19 |
2015-07-17 | int -> enum target_hw_bp_type in aarch64-linux-nat.c | Yao Qi | 1 | -7/+10 |
2015-07-17 | Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap... | Yao Qi | 1 | -1/+1 |
2015-07-09 | Pass ptid to aarch64_linux_get_debug_reg_capacity | Yao Qi | 1 | -4/+5 |
2015-07-07 | Native debug arm program by aarch64 GDB | Yao Qi | 1 | -37/+163 |
2015-07-02 | Fix typo in aarch64_linux_insert_hw_breakpoint | Yao Qi | 1 | -1/+1 |
2015-02-17 | Fix GDB build fail on Aarch64 when -fno-common is enabled | Maxim Ostapenko | 1 | -3/+0 |
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 | -2/+2 |
2014-09-11 | Introduce show_debug_regs | Gary Benson | 1 | -17/+13 |
2014-08-21 | gdb: Fix aarch64 native build issue caused by use of LONGEST | Will Newton | 1 | -1/+1 |
2014-08-07 | AARCH64 Linux: Fill 'collect_regset' in regset structures. | Andreas Arnez | 1 | -26/+12 |
2014-05-22 | Include asm/ptrace.h in aarch64-linux-nat.c | Ramana Radhakrishnan | 1 | -0/+1 |
2014-02-19 | Add target_ops argument to to_post_startup_inferior | Tom Tromey | 1 | -3/+5 |
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-12-18 | gdb/ | Yufeng Zhang | 1 | -1/+4 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -3/+3 |
2013-09-12 | 2013-09-12 Andrew Pinski <apinski@cavium.com> | Andrew Pinski | 1 | -0/+1 |
2013-02-14 | 2013-02-14 Pedro Alves <palves@redhat.com> | Yufeng Zhang | 1 | -68/+141 |