llvm-project/lldb/source/Plugins/Process
Chaoren Lin 1bd3c9abd8 Fix 32-bit Linux watchpoint failures.
Summary:
32-bit signed return value from ptrace got sign extended when being converted to
64-bit unsigned.

Also, replaced tabs with spaces in the source.

Reviewers: labath, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D11047

llvm-svn: 241837
2015-07-09 18:35:16 +00:00
..
FreeBSD Reduce FreeBSD log spam 2015-06-24 20:02:56 +00:00
Linux Fix 32-bit Linux watchpoint failures. 2015-07-09 18:35:16 +00:00
MacOSX-Kernel Move ProcessKDP's StringExtractor include. 2015-07-07 23:59:01 +00:00
POSIX Remove old local-only linux debugging code 2015-06-24 14:43:20 +00:00
Utility Improve UnwindLLDB with better detection for unwinding failures 2015-07-06 09:24:20 +00:00
Windows Move WindowsDYLD to the Plugins/DynamicLoader directory. 2015-07-08 18:07:13 +00:00
elf-core This patch adds support aarch64-linux-gnu (SysV) abi in lldb. 2015-04-29 11:52:35 +00:00
gdb-remote Avoid going through Platform when creating a NativeProcessProtocol instance 2015-07-09 11:51:11 +00:00
mach-core Don't force a vendor check in ProcessMachCore::CanDebug() -- if this 2015-04-29 22:17:45 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00