[Lldb-commits] [lldb] r326214 - Removed accidentally committed code from previous commit.

Han Ming Ong via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 27 10:02:15 PST 2018


Author: hanming
Date: Tue Feb 27 10:02:15 2018
New Revision: 326214

URL: http://llvm.org/viewvc/llvm-project?rev=326214&view=rev
Log:
Removed accidentally committed code from previous commit.

Modified:
    lldb/trunk/tools/debugserver/source/MacOSX/MachTask.mm

Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachTask.mm
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/MacOSX/MachTask.mm?rev=326214&r1=326213&r2=326214&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/MacOSX/MachTask.mm (original)
+++ lldb/trunk/tools/debugserver/source/MacOSX/MachTask.mm Tue Feb 27 10:02:15 2018
@@ -418,11 +418,7 @@ std::string MachTask::GetProfileData(DNB
       
       profile_data_stream << "phys_footprint:" << phys_footprint << ';';
     }
-      
-    if (scanType & eProfileMemoryCap) {
-      profile_data_stream << "mem_cap:" << memory_cap << ';';
-    }
-
+    
 #ifdef LLDB_ENERGY
     if (scanType & eProfileEnergy) {
       struct rusage_info_v2 info;




More information about the lldb-commits mailing list