[Lldb-commits] [lldb] r326374 - Add ability to collect memory limit.

2018-02-28 Thread Han Ming Ong via lldb-commits
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

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

2018-02-27 Thread Han Ming Ong via lldb-commits
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

[Lldb-commits] [lldb] r326213 - Got rid of weak imports of libpenergy and libpsample because we are already requiring a modern macOS (at least 10.11)

2018-02-27 Thread Han Ming Ong via lldb-commits
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/

[Lldb-commits] [lldb] r324013 - Make use of physical footprint as memory measurement.

2018-02-01 Thread Han Ming Ong via lldb-commits
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