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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 14 07:00:43 PDT 2016


labath abandoned this revision.
labath added a comment.

I am abandoning this in favor of http://reviews.llvm.org/D21324, which achieves the same result (no Platform plugin), but still uses the elf-parsing method to keep everything working as is now.

You can give it a try if you want, but I don't anticipate any architecture-specific problems as all the changes are in generic code. Thanks for the patience.


================
Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:2072-2073
@@ -2164,4 +2071,4 @@
 
 lldb::addr_t
 NativeProcessLinux::GetSharedLibraryInfoAddress ()
 {
----------------
The function is pure virtual in the base class, so I cannot just remove it.


http://reviews.llvm.org/D20368





More information about the lldb-commits mailing list