[Lldb-commits] [PATCH] D20368: Remove Platform usages from NativeProcessLinux
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Thu May 19 07:01:19 PDT 2016
tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.
Looks good with 1 minor comment inline. Feel free to ignore/postpone it if you want
================
Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:2072-2073
@@ -2164,4 +2071,4 @@
lldb::addr_t
NativeProcessLinux::GetSharedLibraryInfoAddress ()
{
----------------
Can we just remove this entry method as nobody is using it?
http://reviews.llvm.org/D20368
More information about the lldb-commits
mailing list