Command to set memory. To write a memory breakpoint, a separate command is provided. More...
#include <ToolctlMessages.h>
Data Fields | |
| BG_Addr_t | addr |
| Address of memory to set. | |
| uint32_t | length |
| Length of memory in bytes. | |
| SpecAccess | specAccess |
| Should speculative access be permitted. | |
| SharedMemoryAccess | sharedMemoryAccess |
| Should Shared process data writes be allowed. | |
| unsigned char | data [0] |
| Memory contents. Variable size data area up to MaxMemorySize. | |
| BG_ThreadID_t | threadID |
| Thread id. | |
Command to set memory. To write a memory breakpoint, a separate command is provided.
Definition at line 946 of file ToolctlMessages.h.
Address of memory to set.
Definition at line 948 of file ToolctlMessages.h.
| unsigned char bgcios::toolctl::SetMemoryCmd::data[0] |
Memory contents. Variable size data area up to MaxMemorySize.
Definition at line 952 of file ToolctlMessages.h.
Length of memory in bytes.
Definition at line 949 of file ToolctlMessages.h.
Should Shared process data writes be allowed.
Definition at line 951 of file ToolctlMessages.h.
Should speculative access be permitted.
Definition at line 950 of file ToolctlMessages.h.
BG_ThreadID_t bgcios::toolctl::ToolCommand::threadID [inherited] |
Thread id.
Definition at line 659 of file ToolctlMessages.h.
1.6.1