[Lldb-commits] [PATCH] D11047: Fix 32-bit Linux watchpoint failures.

Chaoren Lin chaorenl at google.com
Wed Jul 8 18:07:21 PDT 2015


chaoren created this revision.
chaoren added reviewers: labath, clayborg.
chaoren added a subscriber: lldb-commits.

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.

http://reviews.llvm.org/D11047

Files:
  source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11047.29293.patch
Type: text/x-patch
Size: 4537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150709/fa590689/attachment.bin>


More information about the lldb-commits mailing list