Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

E

elements - Variable in class com.ti.debug.engine.scripting.setup.SystemSetupEditor.FilteredListProperty
 
EMULATOR - Static variable in class com.ti.debug.engine.scripting.Target.Platform
Emulator
enable() - Method in class com.ti.debug.engine.scripting.GlobalBreakpoint
Enable global breakpoint.
enable(boolean) - Method in class com.ti.debug.engine.scripting.MemoryMap
Toggle memory mapping on or off in the debugger server.
enable() - Method in class com.ti.debug.engine.scripting.ProfileClock
Enable the Profile Clock.
enableAutoreset() - Method in class com.ti.debug.engine.scripting.ProfileClock
Enable Auto-Reset mode of the Profile Clock.
endCIOLogging() - Method in class com.ti.debug.engine.scripting.DebugSession
End capturing CIO output to file.
endFrequencyTest() - Method in class com.ti.debug.engine.scripting.Flash
Ends the frequency test and halts the target.
ENVIRONMENT - Static variable in class com.ti.ccstudio.scripting.environment.Error
Base for Scripting Enviornment Error Codes
erase() - Method in class com.ti.debug.engine.scripting.Flash
Erases the selected sectors in flash.
Error - Class in com.ti.ccstudio.scripting.environment
 
Error() - Constructor for class com.ti.ccstudio.scripting.environment.Error
 
ErrorHandler - Class in com.ti.ccstudio.scripting.environment
 
ErrorHandler(ScriptingEnvironment) - Constructor for class com.ti.ccstudio.scripting.environment.ErrorHandler
Constructor
errorHandler - Variable in class com.ti.ccstudio.scripting.environment.ScriptingEnvironment
 
errorHandler() - Method in class com.ti.ccstudio.scripting.environment.ScriptingEnvironment
Get the ErrorHandler for this ScriptingEnvironment
establishDataSideCoherency() - Method in class com.ti.debug.engine.scripting.ArmAdvancedFeatures
Establish Data-side Coherency
establishDatasideCoherency() - Method in class com.ti.debug.engine.scripting.ArmAdvancedFeatures
Flush the Pipeline
establishGlobalIMB() - Method in class com.ti.debug.engine.scripting.ArmAdvancedFeatures
Establish Establish Global IMB
establishInstructionSideCoherency() - Method in class com.ti.debug.engine.scripting.ArmAdvancedFeatures
Establish Instruction-side Coherency
establishTLBCoherency() - Method in class com.ti.debug.engine.scripting.ArmAdvancedFeatures
Establish TLB Coherency
evaluate(String) - Method in class com.ti.debug.engine.scripting.Expression
Evaluate a C expression or GEL command to an integer result
evaluateToString(String) - Method in class com.ti.debug.engine.scripting.Expression
Evaluate a C expression or GEL command to a string result
exists(String) - Method in class com.ti.debug.engine.scripting.Symbol
Check whether a specified symbol exists or not.

Note: Types Definitions (structs, classes, etc.) are valid symbols - but have no address on the target - so this method will return false.
expandEvent(Object, boolean) - Method in interface com.ti.debug.engine.scripting.setup.SystemSetupEditor.IChangedListener
 
EXPRESSION - Static variable in class com.ti.debug.engine.scripting.DebugserverError
Error evaluating a target expression
expression - Variable in class com.ti.debug.engine.scripting.DebugSession
 
Expression - Class in com.ti.debug.engine.scripting
This class encapsulates the target Expression Evaluation methods An instance of this class is automatically created when a new session is opened.

// Create Environment and open a debug session
ScriptingEnvironment env = new ScriptingEnvironment();
DebugServer myServer = (DebugServer) env.getServer("DebugServer.1");
DebugSession mySession = myServer.openSession("*", "*");

...

// Evaluate an expression
long nResult = mySession.expression.evaluate(sExpr);

extensionNames - Variable in class com.ti.debug.engine.scripting.setup.SystemSetupEditor.FileProperty
 
extensions - Variable in class com.ti.debug.engine.scripting.setup.SystemSetupEditor.FileProperty
 
extensions - Variable in class com.ti.debug.engine.scripting.setup.SystemSetupEditor.SelectAndBrowseProperty
 
EXTENSIONS_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
 
EXTERN - Static variable in class com.ti.debug.engine.scripting.Port
External
EXTN_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links