Re: [Lldb-commits] [PATCH] D21324: Remove Platform usages from NativeProcessLinux

2016-06-14 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272686: Remove Platform usages from NativeProcessLinux (authored by labath). Changed prior to commit: http://reviews.llvm.org/D21324?vs=60679&id=60705#toc Repository: rL LLVM http://reviews.llvm.org

Re: [Lldb-commits] [PATCH] D21324: Remove Platform usages from NativeProcessLinux

2016-06-14 Thread Tamas Berghammer via lldb-commits
tberghammer accepted this revision. tberghammer added a comment. This revision is now accepted and ready to land. Looks good http://reviews.llvm.org/D21324 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailm

[Lldb-commits] [PATCH] D21324: Remove Platform usages from NativeProcessLinux

2016-06-14 Thread Pavel Labath via lldb-commits
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 tha