- READ - Static variable in class com.ti.debug.engine.scripting.Port
-
Read Access
- read() - Method in class com.ti.debug.engine.scripting.ProfileClock
-
Read the current value of the Profile Clock counter.
- readData(int, long, int) - Method in class com.ti.debug.engine.scripting.Memory
-
Read a single integer value from the target and return the result as an unsigned integer.
- readData(int, long, int, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
Read a single integer value from the target.
- readData(int, long, int, int) - Method in class com.ti.debug.engine.scripting.Memory
-
Read mulitple values from the target and return the result as an array of integers.
- readData(int, long, int, int, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
Read mulitple values from the target and return the result as an array of integers.
- readRegister(String) - Method in class com.ti.debug.engine.scripting.Memory
-
Read the value of a register from the target.
- readRegister(String, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
Read the value of a register from the target.
- readWord(int, long) - Method in class com.ti.debug.engine.scripting.Memory
-
Read a single word (of the default word-size for the current target) from the target
and return the result as an unsigned integer.
- readWord(int, long, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
Read a single word (of the default word-size for the current target) from the target
and return the result.
- readWord(int, long, int) - Method in class com.ti.debug.engine.scripting.Memory
-
Read mulitple words (of the default word-size for the current target) from the target
and return the result as an array of unsigned integers.
- readWord(int, long, int, boolean) - Method in class com.ti.debug.engine.scripting.Memory
-
Read mulitple words (of the default word-size for the current target) from the target
and return the result as an array of integers.
- REGISTER_NOT_FOUND - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Specified register could not be found
- registerSession(ScriptSession) - Method in interface com.ti.ccstudio.scripting.IScriptServer
-
Register a ScriptSession object to the current Server object
- reload(String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- reloadProgram() - Method in class com.ti.debug.engine.scripting.Memory
-
Reload the last-loaded program onto current target/CPU.
- remove(int) - Method in class com.ti.debug.engine.scripting.Breakpoint
-
Remove a breakpoint that was set previously using add().
- remove(long, int) - Method in class com.ti.debug.engine.scripting.MemoryMap
-
This function deletes a range of memory from the memory map.
- remove(String) - Method in class com.ti.debug.engine.scripting.Symbol
-
Remove all of the symbols in the given file from the debugger's symbol manager.
- removeAll() - Method in class com.ti.debug.engine.scripting.Breakpoint
-
Remove all user-created breakpoints.
- removeChangeListener(SystemSetupEditor.IChangedListener) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- removeListener(IDebugServerEventListener) - Method in class com.ti.debug.engine.scripting.DebugServer
-
- rename(Object, String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- renameBoard(Object, String) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- replaceComponent(Object, SystemSetupWriter.SetupItem, File) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- reset() - Method in class com.ti.debug.engine.scripting.MemoryMap
-
This function resets the memory map by making all memory non-readable and non-writeable.
- reset() - Method in class com.ti.debug.engine.scripting.ProfileClock
-
Reset the Profile Clock counter.
- reset() - Method in class com.ti.debug.engine.scripting.Target
-
Reset the target.
- RESET_ERROR - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to reset the target
- resetProperty(Object) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- resetScriptTimeout() - Method in class com.ti.debug.engine.scripting.DebugSession
-
Resets the timeout value (which specifies the amount of time to wait for underlying calls to the DebugServer to
return) for the session.
- ResetType - Class in com.ti.debug.engine.scripting
-
This class encapsulates a reset type that is supported by the target.
- restart() - Method in class com.ti.debug.engine.scripting.Target
-
Restart the target
- RESTART_ERROR - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to restart the target
- reverseLookup(long) - Method in class com.ti.debug.engine.scripting.PageTable
-
- reverseLookupAll(long) - Method in class com.ti.debug.engine.scripting.PageTable
-
- ROUTER_TAG - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- RTDX - Static variable in class com.ti.ccstudio.scripting.environment.Error
-
Base for RTDX Scripting Error Codes
- run() - Method in class com.ti.debug.engine.scripting.Simultaneous
-
Simultaneously run all targets belonging to open unterminated sessions.
- run(DebugSession[]) - Method in class com.ti.debug.engine.scripting.Simultaneous
-
Simultaneously run the targets belonging to the specified sessions.
- run() - Method in class com.ti.debug.engine.scripting.Target
-
Issue a run command to the target but don't return control to the host
application/script until the target has been halted due to to hitting a
breakpoint, hitting the end of a program or timing out.
- RUN_ERROR - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to run the target
- runAsynch() - Method in class com.ti.debug.engine.scripting.Simultaneous
-
Simultaneously run all targets belonging to open unterminated sessions.
- runAsynch(DebugSession[]) - Method in class com.ti.debug.engine.scripting.Simultaneous
-
Simultaneously run the targets belonging to the specified sessions.
- runAsynch() - Method in class com.ti.debug.engine.scripting.Target
-
Issue a run command to the target and return control immediately (even if target is still running)
to the host application/script.
- runBenchmark() - Method in class com.ti.debug.engine.scripting.ProfileClock
-
- runBenchmark(String) - Method in class com.ti.debug.engine.scripting.ProfileClock
-
- runBenchmark(int) - Method in class com.ti.debug.engine.scripting.ProfileClock
-