[Lldb-commits] [PATCH] [NativeProcessLinux] Refactor PtraceWrapper

Pavel Labath labath at google.com
Mon Jun 29 09:46:42 PDT 2015


Hi chaoren, mohit.bhakkad,

This changes PtraceWrapper to return an Error, while the actual result is in an pointer parameter
(instead of the other way around). This arrangement makes a lot of the code much simpler.

http://reviews.llvm.org/D10808

Files:
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.h
  source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10808.28681.patch
Type: text/x-patch
Size: 18245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150629/01933bed/attachment.bin>


More information about the lldb-commits mailing list