[Lldb-commits] [lldb] r166365 - /lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h

Jason Molenda jmolenda at apple.com
Fri Oct 19 21:57:29 PDT 2012


Author: jmolenda
Date: Fri Oct 19 23:57:29 2012
New Revision: 166365

URL: http://llvm.org/viewvc/llvm-project?rev=166365&view=rev
Log:
Also remove PlatformiOSSimulator::GetProcessInfo decl from
the header file.
(followup patch to Sean's commit of r166355 earlier today.)

Modified:
    lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h

Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h?rev=166365&r1=166364&r2=166365&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h Fri Oct 19 23:57:29 2012
@@ -105,10 +105,6 @@
                    lldb_private::ProcessInstanceInfoList &process_infos);
 
     virtual bool
-    GetProcessInfo (lldb::pid_t pid, 
-                    lldb_private::ProcessInstanceInfo &proc_info);
-
-    virtual bool
     GetSupportedArchitectureAtIndex (uint32_t idx, 
                                      lldb_private::ArchSpec &arch);
 





More information about the lldb-commits mailing list