- save(long, int, int, String, int, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
This function saves a block of target memory (specified by start address, page and length) to a file
using the specified Memory.IOFormat format.
- save(OutputStream) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- saveBinary(long, int, int, String) - Method in class com.ti.debug.engine.scripting.Memory
-
Save file to binary format that could be loaded with program load
- saveChanges() - Method in class com.ti.debug.engine.scripting.TargetConfigurationEditor
-
After setting options via setOption(), save the changes to the ccxml file
- saveCoff(int, long, String, int) - Method in class com.ti.debug.engine.scripting.Memory
-
- saveCoff(int, long[], String, int[]) - Method in class com.ti.debug.engine.scripting.Memory
-
- saveConfig(String) - Method in class com.ti.debug.engine.scripting.Breakpoint
-
Save the current breakpoint setup to a Debug Server breakpoint XML settings file
- saveData(int, long, String, int, int, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
- saveData2(long, int, int, String, int, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
This API supports saving data in additional formats not supported by com.ti.debug.engine.scripting.Memory.saveData()
The list of supported formats could be listed using the com.ti.debug.engine.scripting.Memory.getSupportedTypes() API
- saveRaw(int, long, String, int, int, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
This function saves a block of target memory (specified by start address, page and length) to a raw binary file.
- SCHEMA_FILENAME - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- ScriptingEnvironment - Class in com.ti.ccstudio.scripting.environment
-
The ScriptingEnvironment encapsulates trace logging, timeout values, argument validation and error handling.
- ScriptingException - Exception in com.ti.ccstudio.scripting.environment
-
- ScriptingException(int, String) - Constructor for exception com.ti.ccstudio.scripting.environment.ScriptingException
-
- ScriptingException(int, Throwable) - Constructor for exception com.ti.ccstudio.scripting.environment.ScriptingException
-
- ScriptingTimeout - Interface in com.ti.ccstudio.scripting.environment
-
- selectDriver(List<SystemSetupWriter.SetupItem>) - Method in interface com.ti.debug.engine.scripting.setup.SystemSetupWriter.ISelectDriverCallback
-
- SERVER_CREATION - Static variable in class com.ti.ccstudio.scripting.environment.Error
-
Cannot create server
- SESSION_CREATION - Static variable in class com.ti.ccstudio.scripting.environment.Error
-
Cannot create session
- SessionAwareFileHandler - Class in com.ti.ccstudio.scripting.environment
-
A Handler is a class used by the Java Logging APIs to determine what to do with a
logged message when it arrives.
- SessionAwareFileHandler(String, IScriptSession) - Constructor for class com.ti.ccstudio.scripting.environment.SessionAwareFileHandler
-
- SessionAwareFileHandler(String, IScriptSession, int) - Constructor for class com.ti.ccstudio.scripting.environment.SessionAwareFileHandler
-
- SessionEventsFactory - Class in com.ti.debug.engine.scripting
-
- SessionEventsFactory() - Constructor for class com.ti.debug.engine.scripting.SessionEventsFactory
-
- set(String, BigInteger) - Method in class com.ti.debug.engine.scripting.CallStack.RegisterContext
-
- setAttribute(Node, String, String) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- setAttribute(String, String) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- SetAttribute(Node, String, String) - Method in class com.ti.debug.engine.scripting.setup.XMLParser
-
- setAttributeInteger(String, long) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- setBoard(String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Set the board to use for the configuration, based on the board name
PreCondition:
- setUserDirectory() needs to be called first if not using default directory
- setBoardDevice(String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Set the device to use for the configuration, based on the device/board/configuration name
This API can be used to replace setBoard(), setDevice() and setConfiguration() if you do not know which one to use,
but note that this can take longer than complete.
- setBoolean(String, boolean) - Method in class com.ti.debug.engine.scripting.BreakpointProperties
-
Sets a Breakpoint's specified Boolean property
- setBoolean(String, boolean) - Method in class com.ti.debug.engine.scripting.Options
-
Searches for the Boolean option with the given id, and sets it to the given value.
- setBoolean(boolean) - Method in class com.ti.debug.engine.scripting.Property
-
Set the boolean value of a property
A ScriptingException is thrown if current property is not boolean, or if IActivity.setProperties() failed
- setBssInitValue(Long) - Method in class com.ti.debug.engine.scripting.Memory
-
Set value to initialize BSS section to.
- setChildAttribute(String, String, String) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- setColumnNumber(int) - Method in exception com.ti.debug.engine.scripting.setup.HardwareDbException
-
- setConfig(String) - Method in class com.ti.debug.engine.scripting.DebugServer
-
- setConfigFile(String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationEditor
-
Pass in the path to an existing configuration (ccxml) file to edit
- setConfiguration(String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Set the configuration to use for the configuration, based on the device name
PreCondition:
- setUserDirectory() needs to be called first if not using default directory
- setConnection(SystemSetupWriter.SetupItem) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- setConnection(String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Set the connection to use for the configuration, based on connection name
PreCondition:
- setUserDirectory() needs to be called first if not using default directory
- setCurrentDirectory(String) - Method in class com.ti.ccstudio.scripting.environment.ScriptingEnvironment
-
Set the current working directory for this ScriptingEnvironment (The default working
directory is the directory in which the script resides).
- setCurrentEvent(int) - Method in class com.ti.debug.engine.scripting.ProfileClock
-
Configures the Profile Clock to profile/count a particular event.
- setDefaultConnection(String, String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- setDefaultDialogResponse(String) - Method in class com.ti.debug.engine.scripting.DebugServer
-
Sets the default response for dialogs.
- setDefaultLabel(String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor.ConnectionDropListProperty
-
- setDevice(String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Set the device to use for the configuration, based on the device name
PreCondition:
- setUserDirectory() needs to be called first if not using default directory
- setFamily(long) - Method in class com.ti.debug.engine.scripting.setup.ProcessorID
-
- setHideConfigurations(boolean) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- setInstallDirectory(String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- setLineNumber(int) - Method in exception com.ti.debug.engine.scripting.setup.HardwareDbException
-
- setNumeric(String, long) - Method in class com.ti.debug.engine.scripting.BreakpointProperties
-
Sets a breakpoint's specified Numeric property
This method performs no logical validation on the parameters passed to it.
- setNumeric(String, long) - Method in class com.ti.debug.engine.scripting.Options
-
Searches for the Numeric option with the given id, and sets it to the given value.
- setNumeric(long) - Method in class com.ti.debug.engine.scripting.Property
-
Set the numeric value of a property
A ScriptingException is thrown if current property is not numeric, or if IActivity.setProperties() failed
- setOption(String, String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationEditor
-
Sets the value of an option in the configuration file
- setOutputDirectory(String) - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Sets the directory used for storing the generated CCXML files
- setProcessorID(long) - Method in class com.ti.debug.engine.scripting.setup.ProcessorID
-
- setProperty(Object, Object) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- setPropertyAttribute(String, String, String, String) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- setPropertyByName(Object, String, String, String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- setPropertyFile(String, String, String) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- setPropertyInteger(String, long, long) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- setPropertyString(String, String, String) - Method in class com.ti.debug.engine.scripting.setup.Tag
-
- setRevision(long) - Method in class com.ti.debug.engine.scripting.setup.ProcessorID
-
- setScriptTimeout(int) - Method in class com.ti.ccstudio.scripting.environment.ScriptingEnvironment
-
Sets the timeout value (which specifies the amount of time to wait for underlying calls to the DebugServer to
return).
- setScriptTimeout(int) - Method in class com.ti.debug.engine.scripting.DebugSession
-
Sets the timeout value (which specifies the amount of time to wait for underlying calls to the DebugServer to
return) for the session.
- setSelectDriverCallbackHandler(SystemSetupWriter.ISelectDriverCallback) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupWriter
-
- setSourceLocation(String, String, int) - Method in class com.ti.debug.engine.scripting.BreakpointProperties
-
Sets a breakpoint's location by source file and line number.
- setString(String, String) - Method in class com.ti.debug.engine.scripting.BreakpointProperties
-
Sets a breakpoint's specified String property
This method performs no logical validation on the parameters passed to it.
- setString(String, String) - Method in class com.ti.debug.engine.scripting.Options
-
Searches for the String option with the given id, and sets it to the given value.
- setString(String) - Method in class com.ti.debug.engine.scripting.Property
-
Set the string value of a property
A ScriptingException is thrown if current property is not string, or if IActivity.setProperties() failed
- setSubFamily(long) - Method in class com.ti.debug.engine.scripting.setup.ProcessorID
-
- setType(long) - Method in class com.ti.debug.engine.scripting.setup.ProcessorID
-
- SetupItem() - Constructor for class com.ti.debug.engine.scripting.setup.SystemSetupWriter.SetupItem
-
- setUserDirectory(String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- SEVERE - Static variable in class com.ti.ccstudio.scripting.environment.TraceLevel
-
A serious message
- showAdvancedPropertiesByDefault() - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- showSection(String, String, int, int) - Method in class com.ti.debug.engine.scripting.Symbol
-
Display the symbolic information associated with the given symbol file and section name.
- SHUTDOWN - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to shutdown debugserver
- SIMULATOR - Static variable in class com.ti.debug.engine.scripting.Target.Platform
-
Simulator
- simultaneous - Variable in class com.ti.debug.engine.scripting.DebugServer
-
- Simultaneous - Class in com.ti.debug.engine.scripting
-
This class encapsulates the simultaneous run-control methods (run, halt,
etc.), used to perform run-control actions on multiple targets
simultaneously.
Simultaneous functions will be using the timeout value from the environment, and logging will go to the environment log file.
- SourceStep - Class in com.ti.debug.engine.scripting
-
This class encapsulates the Source Step methods.
- sourceStep - Variable in class com.ti.debug.engine.scripting.Target
-
- startFrequencyTest() - Method in class com.ti.debug.engine.scripting.Flash
-
Start the frequency test to test the frequency on the target (using an oscilloscope).
- STEP_ERROR - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to step on the target
- stop() - Method in interface com.ti.ccstudio.scripting.IScriptServer
-
Terminate the current Server operations
- stop() - Method in class com.ti.debug.engine.scripting.DebugServer
-
- storeHardwareDatabaseCache() - Method in class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- STRING_LIST_TYPE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- STRING_TYPE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- SUBPATH_ADDRESS - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- SUBPATH_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- SUBPATH_COUNT_PROPERTY - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- SUBPATH_PORT_PROPERTY - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- SUBPATH_TAG - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- SUBPATH_TYPE_PROPERTY - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- summary() - Method in class com.ti.debug.engine.scripting.PageTable
-
- SUMMARY_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- symbol - Variable in class com.ti.debug.engine.scripting.DebugSession
-
- Symbol - Class in com.ti.debug.engine.scripting
-
This class encapsulates the symbol methods.
- SYMBOL_ERROR - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Symbol not found
- SystemRoot() - Constructor for class com.ti.debug.engine.scripting.setup.SystemSetupReader.SystemRoot
-
- SystemSetupEditor - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor() - Constructor for class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- SystemSetupEditor.AbstractProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.ConnectionDropListProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.DropListProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.FileProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.FilteredComponentList - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.FilteredListProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.IChangedListener - Interface in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.InfoBoxProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.NumberProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.SelectAndBrowseProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupEditor.TextProperty - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader() - Constructor for class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- SystemSetupReader(String) - Constructor for class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- SystemSetupReader.Board - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader.Connection - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader.Cpu - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader.Device - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader.ErrorReport - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader.ISystemSetupFileStamp - Interface in com.ti.debug.engine.scripting.setup
-
- SystemSetupReader.SystemRoot - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupWriter - Class in com.ti.debug.engine.scripting.setup
-
- SystemSetupWriter() - Constructor for class com.ti.debug.engine.scripting.setup.SystemSetupWriter
-
- SystemSetupWriter.IComponentList - Interface in com.ti.debug.engine.scripting.setup
-
- SystemSetupWriter.ISelectDriverCallback - Interface in com.ti.debug.engine.scripting.setup
-
- SystemSetupWriter.SetupItem - Class in com.ti.debug.engine.scripting.setup
-