bgcios::toolctl::SetWatchpointCmd Struct Reference

#include <ToolctlMessages.h>

Inheritance diagram for bgcios::toolctl::SetWatchpointCmd:
bgcios::toolctl::ToolCommand

Data Fields

BG_Addr_t addr
 Address of memory.
uint32_t length
 Length of watched memory area.
WatchType type
 Type of watch: read, write, any.
BG_ThreadID_t threadID
 Thread id.

Detailed Description

Command to set a memory watchpoint. The address must be aligned on the same boundary as the length. For example a watch of an 8 byte area must have the address starting on an 8 byte boundary.

Definition at line 1120 of file ToolctlMessages.h.


Field Documentation

Address of memory.

Definition at line 1122 of file ToolctlMessages.h.

Length of watched memory area.

Definition at line 1123 of file ToolctlMessages.h.

Thread id.

Definition at line 659 of file ToolctlMessages.h.

Type of watch: read, write, any.

Definition at line 1124 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