- OFF - Static variable in class com.ti.ccstudio.scripting.environment.TraceLevel
-
Turn of logging completly
- OK - Static variable in class com.ti.ccstudio.scripting.environment.Error
-
No Error
- onServerStarted(DebugServer) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during the call to DebugServer.start(), immediatly *after* the call to IApplication.initialize().
- onServerStarting(DebugServer) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during the call to DebugServer.start(), *before* loading and initializing the underlying IApplication.
- onServerStopped(DebugServer) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during the call to DebugServer.stop(), immediatly *after* the call to IApplication.dispose().
- onServerStopping(DebugServer) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during the call to DebugServer.stop(), *before* terminating any DebugSessions and
*before* disposing the underlying IApplication.
- onSessionOpened(DebugSession) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during a call to DebugServer.openSession(), *after* the new session is opened (and cached).
- onSessionOpening(String, String) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during a call to DebugServer.openSession(), *before* a new session is opened.
- onSessionTerminated(DebugSession) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during a call to DebugSession.terminate(), *after* the session has been terminated.
- onSessionTerminating(DebugSession) - Method in interface com.ti.debug.engine.scripting.IDebugServerEventListener
-
This event is fired during a call to DebugSession.terminate(), *before* this session is actually terminated.
- openFlatSystemSetupFile(String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- openSession(String) - Method in interface com.ti.ccstudio.scripting.IScriptServer
-
Open and return a ScriptSession object based on teh parameters given
- openSession() - Method in class com.ti.debug.engine.scripting.DebugServer
-
Open a debug session.
- openSession(String) - Method in class com.ti.debug.engine.scripting.DebugServer
-
In the system configuration, each debuggable object (CPU) has a unique
name that is constructed as: boardname/CPUName
This method will open a DebugSession to a single debuggable object (CPU)
by specifying a regular expression.
- openSession(String, String) - Method in class com.ti.debug.engine.scripting.DebugServer
-
Open a connection to the debugger.
- OPTION_ERROR - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to access debug options
- optionExist(String) - Method in class com.ti.debug.engine.scripting.Options
-
Determine if the given ID maps to a valid option in the current session
- options - Variable in class com.ti.debug.engine.scripting.ArmAdvancedFeatures
-
- options - Variable in class com.ti.debug.engine.scripting.DebugSession
-
- options - Variable in class com.ti.debug.engine.scripting.Flash
-
- Options - Class in com.ti.debug.engine.scripting
-
This class encapsulates the debug properties methods.
- out() - Method in class com.ti.debug.engine.scripting.ContextStep
-
Step out of a line of code on the target.
- out() - Method in class com.ti.debug.engine.scripting.SourceStep
-
Step out of a line of source code on the target.
- over() - Method in class com.ti.debug.engine.scripting.AsmStep
-
Step over a line of assembly code on the target.
- over() - Method in class com.ti.debug.engine.scripting.ContextStep
-
Step over a line of code on the target.
- over() - Method in class com.ti.debug.engine.scripting.SourceStep
-
Step over a line of source code on the target.