Otawa  0.10
script_Script.cpp File Reference
#include <elm/xom/Builder.h>
#include <elm/xom/XIncluder.h>
#include <elm/xom/Element.h>
#include <elm/xom/Attribute.h>
#include <elm/xom/Serializer.h>
#include <elm/system/System.h>
#include <otawa/script/Script.h>
#include <otawa/prog/File.h>
#include <otawa/prog/WorkSpace.h>
#include <elm/xom/XSLTransform.h>
#include <otawa/proc/DynProcessor.h>
#include <elm/xom/Elements.h>
#include <otawa/proc/ProcessorPlugin.h>
#include <otawa/prog/Manager.h>
#include <otawa/hard/Platform.h>
#include <otawa/proc/DynFeature.h>
#include <otawa/util/FlowFactLoader.h>
#include <otawa/otawa.h>
#include <elm/debug.h>

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 
 otawa::script
 

Macros

#define DEBUG(x)
 

Functions

Identifier< elm::system::Pathotawa::script::PATH ("otawa::script::PATH","")
 This identifier configures the Script to use the given path. More...
 
Identifier< Pair< string,
string > > 
otawa::script::PARAM ("otawa::script::PARAM", pair(string(""), string("")))
 This identifier configures the Script to use the argument (identifier, value) as a parameter. More...
 
Identifier< xom::Element * > otawa::script::SCRIPT ("otawa::script::SCRIPT", 0)
 Put by the Script intrepreter in the configuration properties launching the processor. More...
 
Identifier< xom::Element * > otawa::script::PLATFORM ("otawa::script::PLATFORM", 0)
 Put by the Script intrepreter in the configuration properties launching the processor. More...
 
Identifier< bool > otawa::script::ONLY_CONFIG ("otawa::script::ONLY_CONFIG", false)
 This property informs the script to stop its work just after parsing the configuration items. More...
 
Identifier< bool > otawa::script::TIME_STAT ("otawa::script::TIME_STAT", false)
 This property asks the script to time the performed steps. More...
 

Macro Definition Documentation

#define DEBUG (   x)