- main(String[]) - Static method in class com.ti.debug.engine.scripting.setup.ProcessorID
-
- main(String[]) - Static method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- main(String[]) - Static method in class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- main(String[]) - Static method in class com.ti.debug.engine.scripting.setup.SystemSetupWriter
-
- map - Variable in class com.ti.debug.engine.scripting.Memory
-
Container object to access memory map
- memory - Variable in class com.ti.debug.engine.scripting.DebugSession
-
- Memory - Class in com.ti.debug.engine.scripting
-
This class encapsulates the memory access methods (save, load, read, write, register access and program load)
An instance of this class is automatically created when a new session is opened.
Note: When specifying file paths during function calls, the slashes need to be represented using
'/' or '\\' (with an escape character).
// Create Environment and open a debug session
ScriptingEnvironment env = new ScriptingEnvironment();
DebugServer myServer = (DebugServer) env.getServer("DebugServer.1");
DebugSession mySession = myServer.openSession("*", "*");
...
// Load a program
mySession.memory.loadProgram("./debug/myFile.out");
...
- Memory.IOFormat - Class in com.ti.debug.engine.scripting
-
Enumeration for Memory Save/Load file formats
- Memory.Page - Class in com.ti.debug.engine.scripting
-
Enumeration for Memory Page identifiers
- MEMORY_READ - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Specified target memory could not be read
- MEMORY_WRITE - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Specified target memory could not be written
- MemoryMap - Class in com.ti.debug.engine.scripting
-
This class serves as a encapsulates the memory map methods.
- MOVABLE_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- moveDown(Object) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- moveUp(Object) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- MSP430 - Static variable in class com.ti.debug.engine.scripting.Target.Family
-
- MSP430 - Static variable in class com.ti.debug.engine.scripting.Target.ISA
-
- multiloadEnd() - Method in class com.ti.debug.engine.scripting.Flash
-
Needs to be called to finish the multi-load operation.
- multiloadStart() - Method in class com.ti.debug.engine.scripting.Flash
-
Needs to be called before using the Multi-load feature to only erase the Flash on the first program load.