]>
git.saurik.com Git - apple/system_cmds.git/blob - kdprof/EnableAction.cpp
9a9b169b70636df7612e6d4677a6c2922250a082
5 // Created by James McIlree on 4/17/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
11 void EnableAction::execute(Globals
& globals
) {
12 if (!KDBG::set_enabled(true)) {
13 usage("Unable to enable tracing");