- pageTable - Variable in class com.ti.debug.engine.scripting.DebugSession
-
- PageTable - Class in com.ti.debug.engine.scripting
-
- parse(String) - Method in class com.ti.debug.engine.scripting.setup.ProcessorID
-
- ParseAndValidate(String, String) - Method in class com.ti.debug.engine.scripting.setup.XMLParser
-
- ParseAndValidate(InputSource, String) - Method in class com.ti.debug.engine.scripting.setup.XMLParser
-
- PARTNUM_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- paste(Object, Object, boolean) - Method in class com.ti.debug.engine.scripting.setup.SystemSetupEditor
-
- performOperation(String) - Method in class com.ti.debug.engine.scripting.Flash
-
Performs the Flash operation associated with the opCode.
- pin - Variable in class com.ti.debug.engine.scripting.DebugSession
-
- Pin - Class in com.ti.debug.engine.scripting
-
This class serves as a encapsulates the Pin Connect methods (used with supported simulators
to simulate external interrupts).
- PLATFORM_TAG - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- port - Variable in class com.ti.debug.engine.scripting.DebugSession
-
- Port - Class in com.ti.debug.engine.scripting
-
This class serves as a encapsulates the Port Connect methods (used with supported simulators
to allow reading and writing of a file through a memory address).
- print() - Method in class com.ti.debug.engine.scripting.CallStack
-
Prints all frames of the current call stack to stdout on this target
- printAvailableOptions() - Method in class com.ti.debug.engine.scripting.TargetConfigurationEditor
-
Prints out the available (CPU) options for the current configuration file.
- printCachedFileDetails(String, String) - Static method in class com.ti.debug.engine.scripting.setup.SystemSetupReader
-
- printCombinedDeviceBoardsList() - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Prints the list of devices, boards and simulator configurations in the install targetDB directory.
- printListOfBoards() - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Prints the list of boards in the install targetDB directory.
- printListOfConfigurations() - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Prints the list of configurations in the install targetDB directory.
- printListOfConnections() - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Prints the list of connections in the install targetDB directory.
- printListOfDevices() - Method in class com.ti.debug.engine.scripting.TargetConfigurationGenerator
-
Prints the list of devices in the install targetDB directory.
- printOptionById(String) - Method in class com.ti.debug.engine.scripting.Options
-
Prints information on an option based on the ID, or if it is a node/group, print information on
all options that are children properties of the property matching the ID.
- printOptions(String) - Method in class com.ti.debug.engine.scripting.Options
-
Prints information on all options which match the given regular expression.
- printProperties() - Method in class com.ti.debug.engine.scripting.BreakpointProperties
-
Prints the tree of properties represented by this BreakpointProperties object
- ProcessorID - Class in com.ti.debug.engine.scripting.setup
-
- ProcessorID() - Constructor for class com.ti.debug.engine.scripting.setup.ProcessorID
-
- ProcessorID(long) - Constructor for class com.ti.debug.engine.scripting.setup.ProcessorID
-
- ProcessorID.DriverType - Class in com.ti.debug.engine.scripting.setup
-
- PROCESSORS_TAG - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- PROCID_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- PROFILE_CONFIG - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to configure profiling
- PROFILE_DATA - Static variable in class com.ti.debug.engine.scripting.DebugserverError
-
Unable to access profile data
- ProfileClock - Class in com.ti.debug.engine.scripting
-
This class provides access to the Profile Clock methods.
- PROGRAM - Static variable in class com.ti.debug.engine.scripting.Memory.Page
-
Program memory page
- programPassword() - Method in class com.ti.debug.engine.scripting.Flash
-
Programs the given password to flash.
- Property - Class in com.ti.debug.engine.scripting
-
// Create Environment and open a debug session
ScriptingEnvironment env = new ScriptingEnvironment();
DebugServer myServer = (DebugServer) env.getServer("DebugServer.1");
DebugSession mySession = myServer.openSession("*", "*");
...
// get a boolean Property object
ProfileActivity myActivity = mySession.profileSetup.getActivity(activityName);
Property myProperty = myActivity.getProperty(propertyPath);
// set value of property
myProperty.setBoolean(true);
- Property(ScriptingEnvironment, DebugSession, IActivity, IProperties, IProperty) - Constructor for class com.ti.debug.engine.scripting.Property
-
- PROPERTY_NAME_ATTRIBUTE - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- PROPERTY_TAG - Static variable in class com.ti.debug.engine.scripting.setup.HWDB
-
- PRU - Static variable in class com.ti.debug.engine.scripting.Target.ISA
-
- publish(LogRecord) - Method in class com.ti.ccstudio.scripting.environment.SessionAwareFileHandler
-