[Lldb-commits] [PATCH] D21324: Remove Platform usages from NativeProcessLinux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 14 06:56:30 PDT 2016
labath created this revision.
labath added a reviewer: tberghammer.
labath added subscribers: lldb-commits, omjavaid, nitesh.jain, uweigand.
This removes the last usage of the Platform plugin in NPL. It was being
used for determining the architecture of the debugged process. I replace
the call that went through the Platform plugin with a lower level call
on the ObjectFile directly.
http://reviews.llvm.org/D21324
Files:
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/NativeProcessLinux.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21324.60679.patch
Type: text/x-patch
Size: 11708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160614/fb29caa8/attachment-0001.bin>
More information about the lldb-commits
mailing list