5 // Created by James McIlree on 2/4/14.
6 // Copyright (c) 2014 Apple. All rights reserved.
9 #ifndef __msa__LiveTraceAction__
10 #define __msa__LiveTraceAction__
12 class LiveTraceAction : public Action {
16 virtual void execute(Globals& globals);
19 #endif /* defined(__msa__LiveTraceAction__) */