llvm-project/lldb/source/Plugins/Process/Linux
Omair Javaid f24741d9dc Fix for AArch64 watchpoint cache corruption in case of ptrace failure
Same fix has been submitted for Arm.

Review can be found here:

Differential revision: http://reviews.llvm.org/D14051

llvm-svn: 252298
2015-11-06 12:56:34 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
NativeProcessLinux.cpp Fix cast in arm watchpoint handling code 2015-10-13 16:48:04 +00:00
NativeProcessLinux.h [NativeProcessLinux] Pass around threads by reference 2015-08-24 09:22:04 +00:00
NativeRegisterContextLinux.cpp [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support 2015-08-17 13:40:17 +00:00
NativeRegisterContextLinux.h Fix warnings found by -Wextra-semi 2015-07-22 08:12:01 +00:00
NativeRegisterContextLinux_arm.cpp Fix for Arm watchpoint cache corruption in case of ptrace failure 2015-10-27 05:56:56 +00:00
NativeRegisterContextLinux_arm.h Fix arm lldb-server on aarch64 device 2015-10-23 13:36:31 +00:00
NativeRegisterContextLinux_arm64.cpp Fix for AArch64 watchpoint cache corruption in case of ptrace failure 2015-11-06 12:56:34 +00:00
NativeRegisterContextLinux_arm64.h Fix the handling of FPR offsets in Linux arm/aarch64 register contexts 2015-09-07 10:11:23 +00:00
NativeRegisterContextLinux_mips64.cpp [LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32 applications 2015-10-19 11:21:20 +00:00
NativeRegisterContextLinux_mips64.h [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support 2015-08-17 13:40:17 +00:00
NativeRegisterContextLinux_x86_64.cpp X86: Change FTAG register size in FXSAVE structure 2015-10-12 09:57:00 +00:00
NativeRegisterContextLinux_x86_64.h Bug 24457 - X87 FPU Special Purpose Registers 2015-09-07 07:40:16 +00:00
NativeThreadLinux.cpp Simplify NativeThreadLinux includes 2015-08-24 13:25:54 +00:00
NativeThreadLinux.h [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation 2015-08-20 09:06:12 +00:00
ProcFileReader.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ProcFileReader.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
Procfs.h Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00