Visible to Intel only — GUID: mwh1410384288059
Ixiasoft
Visible to Intel only — GUID: mwh1410384288059
Ixiasoft
2.11.1.1. Processor Commands
Command 1 | Arguments | Function |
---|---|---|
processor_download_elf | <service-path> <elf-file-path> |
Downloads the given Executable and Linking Format File (.elf) to memory using the master service associated with the processor. Sets the processor's program counter to the .elf entry point. |
processor_in_debug_mode | <service-path> |
Returns a non-zero value if the processor is in debug mode. |
processor_reset | <service-path> |
Resets the processor and places it in debug mode. |
processor_run | <service-path> |
Puts the processor into run mode. |
processor_stop | <service-path> |
Puts the processor into debug mode. |
processor_step | <service-path> |
Executes one assembly instruction. |
processor_get_register_names | <service-path> |
Returns a list with the names of all of the processor's accessible registers. |
processor_get_register | <service-path> <register_name> |
Returns the value of the specified register. |
processor_set_register | <service-path> <register_name> <value> |
Sets the value of the specified register. |