aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/aarch64-linux-hw-point.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-04-26Add new debug architecture versionLuis Machado1-0/+2
2023-04-14debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado1-0/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-22nat: Split out platform-independent aarch64 debug register support.John Baldwin1-598/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-21Fix ARMv8.4 for hw watchpoint and breakpointAndrew Pinski1-0/+2
2021-10-21Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb...Andrew Pinski1-6/+18
2021-02-24Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner1-0/+7
2021-02-24Fix aarch64-linux-hw-point.c build problemKevin Buettner1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey1-18/+9
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-05AArch64: Racy: Don't set empty set of hardware BPs/WPs on new threadAlan Hayward1-0/+20
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-71/+206
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-23Fix ARMv8.1/v8.2 for hw watchpoint and breakpointAndrew Pinski1-2/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-27[AArch64] Only check breakpoint alignment on insertingYao Qi1-7/+14
2015-11-19Fix iov_len calculation in aarch64_linux_set_debug_regsSimon Marchi1-2/+2
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-3/+19
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi1-0/+40
2015-08-25Print tid in debug output of debug_reg_change_callbackYao Qi1-5/+5
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi1-0/+88
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi1-0/+53
2015-07-20Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}Yao Qi1-6/+7
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi1-0/+505