llvm-project/lldb/source/Plugins/Process/Linux
Michał Górny 771c4c9cf6 [lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint support
Split out the common base of Linux hardware breakpoint/watchpoint
support for AArch64 into a Utility class, and use it to implement
the matching support on FreeBSD.

Differential Revision: https://reviews.llvm.org/D96548
2021-03-10 18:36:19 +01:00
..
CMakeLists.txt [lldb/Plugin] Remove PLUGIN from Process POSIX & Linux 2020-02-17 11:20:51 -08:00
NativeProcessLinux.cpp [lldb] [Process/FreeBSDRemote] Introduce mips64 support 2021-02-08 18:27:26 +01:00
NativeProcessLinux.h [lldb] [Process/FreeBSDRemote] Introduce mips64 support 2021-02-08 18:27:26 +01:00
NativeRegisterContextLinux.cpp [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux.h [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux_arm.cpp [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux_arm.h Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
NativeRegisterContextLinux_arm64.cpp [lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint support 2021-03-10 18:36:19 +01:00
NativeRegisterContextLinux_arm64.h [lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint support 2021-03-10 18:36:19 +01:00
NativeRegisterContextLinux_mips64.cpp [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux_mips64.h
NativeRegisterContextLinux_ppc64le.cpp [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux_ppc64le.h NativeProcessLinux: Remove some register context boilerplate 2019-09-02 12:50:18 +00:00
NativeRegisterContextLinux_s390x.cpp [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 2020-10-26 11:55:22 +01:00
NativeRegisterContextLinux_s390x.h [lldb] on s390x fix override issue 2020-07-10 15:11:49 -04:00
NativeRegisterContextLinux_x86_64.cpp [lldb] Remove anonymous namespace from NativeRegisterContextLinux_x86_64 2020-12-21 20:39:05 +01:00
NativeRegisterContextLinux_x86_64.h [lldb] Rename NativeRegisterContext{Watchpoint => DBReg}_x86 2021-03-01 16:23:36 +01:00
NativeThreadLinux.cpp [LLDB] NativeThreadLinux invalidate register cache on stop 2020-08-19 12:30:38 +05:00
NativeThreadLinux.h Revert "[lldb-server] Reset stop reason of all threads when resuming" 2020-05-20 13:29:04 +02:00
ProcessorTrace.cpp [intel-pt][trace] Implement a "get supported trace type" packet 2020-11-11 10:35:58 -08:00
ProcessorTrace.h [intel-pt][trace] Implement a "get supported trace type" packet 2020-11-11 10:35:58 -08:00
Procfs.h
SingleStepCheck.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
SingleStepCheck.h