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