Author: hanming
Date: Wed Feb 28 14:18:45 2018
New Revision: 326374
URL: http://llvm.org/viewvc/llvm-project?rev=326374&view=rev
Log:
Add ability to collect memory limit.
Reviewer: Jason Molenda
Modified:
lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.pbxproj
lldb/trunk/too
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/debugser
Author: hanming
Date: Tue Feb 27 09:53:38 2018
New Revision: 326213
URL: http://llvm.org/viewvc/llvm-project?rev=326213&view=rev
Log:
Got rid of weak imports of libpenergy and libpsample because we are already
requiring a modern macOS (at least 10.11)
Reviewer: Jason Molenda
Modified:
lldb/
Author: hanming
Date: Thu Feb 1 13:46:40 2018
New Revision: 324013
URL: http://llvm.org/viewvc/llvm-project?rev=324013&view=rev
Log:
Make use of physical footprint as memory measurement.
Remove obsolete measurements.
This check in requires at least 10.11
Reviewed: Jason Molenda, Jim Ingham
Xc