bgcios::toolctl::SetMemoryCmd Struct Reference

Command to set memory. To write a memory breakpoint, a separate command is provided. More...

#include <ToolctlMessages.h>

Inheritance diagram for bgcios::toolctl::SetMemoryCmd:
bgcios::toolctl::ToolCommand

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.

Detailed Description

Command to set memory. To write a memory breakpoint, a separate command is provided.

Definition at line 946 of file ToolctlMessages.h.


Field Documentation

Address of memory to set.

Definition at line 948 of file ToolctlMessages.h.

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.

Thread id.

Definition at line 659 of file ToolctlMessages.h.


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1