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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to