#include <ToolctlMessages.h>
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. | |
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.
Address of memory.
Definition at line 1122 of file ToolctlMessages.h.
Length of watched memory area.
Definition at line 1123 of file ToolctlMessages.h.
BG_ThreadID_t bgcios::toolctl::ToolCommand::threadID [inherited] |
Thread id.
Definition at line 659 of file ToolctlMessages.h.
Type of watch: read, write, any.
Definition at line 1124 of file ToolctlMessages.h.
1.6.1