[GFLAGS]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 17 Jun 2017 12:34:08 +0000 (12:34 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 17 Jun 2017 12:34:08 +0000 (12:34 +0000)
commitd7113fdd2bf11c52d7b714561e7ef3256347ed25
treec27c2e04f55f42ff91933cc096d7711c2c482cef
parent040ae7635a1bf719aad253fe5254a3127332725a
[GFLAGS]
Add a quick'n'dirty implementation of gflags utility.
It only covers some page heap usage (enough to enable/disable DPH :-)).
It's syntax compatible with MS one, and with what's written down in ROS wiki.

See: https://www.reactos.org/wiki/Debugging#Debug_Page_Heap_.28DPH.29

svn path=/trunk/; revision=75073
rosapps/applications/cmdutils/CMakeLists.txt
rosapps/applications/cmdutils/gflags/CMakeLists.txt [new file with mode: 0644]
rosapps/applications/cmdutils/gflags/gflags.c [new file with mode: 0644]
rosapps/applications/cmdutils/gflags/gflags.rc [new file with mode: 0644]