Command to acknowledge getting thread data. More...
#include <ToolctlMessages.h>
Data Fields | |
| int | core |
| Processor Core ID (0..16). | |
| int | thread |
| Processor Thread ID (0..3). | |
| BG_Thread_State | state |
| State of thread. | |
| BG_Thread_ToolState | toolState |
| Tool State of thread. | |
| BG_Thread_SpecState | specState |
| State of thread's speculative accesses. | |
| BG_Addr_t | guardStartAddr |
| Guard page start address. | |
| BG_Addr_t | guardEndAddr |
| Guard page end address. | |
| BG_Addr_t | stackStartAddr |
| Stack start address. | |
| BG_Addr_t | stackCurrentAddr |
| Current stack address. | |
| uint32_t | numStackFrames |
| Number of stack frame entries in list. | |
| BG_Stack_Info | stackInfo [MaxStackFrames] |
| Stack trace back. | |
| BG_ThreadID_t | threadID |
| Thread id. | |
Command to acknowledge getting thread data.
Definition at line 785 of file ToolctlMessages.h.
Processor Core ID (0..16).
Definition at line 787 of file ToolctlMessages.h.
Guard page end address.
Definition at line 793 of file ToolctlMessages.h.
Guard page start address.
Definition at line 792 of file ToolctlMessages.h.
Number of stack frame entries in list.
Definition at line 796 of file ToolctlMessages.h.
State of thread's speculative accesses.
Definition at line 791 of file ToolctlMessages.h.
Current stack address.
Definition at line 795 of file ToolctlMessages.h.
Stack trace back.
Definition at line 797 of file ToolctlMessages.h.
Stack start address.
Definition at line 794 of file ToolctlMessages.h.
State of thread.
Definition at line 789 of file ToolctlMessages.h.
Processor Thread ID (0..3).
Definition at line 788 of file ToolctlMessages.h.
BG_ThreadID_t bgcios::toolctl::ToolCommand::threadID [inherited] |
Thread id.
Definition at line 659 of file ToolctlMessages.h.
Tool State of thread.
Definition at line 790 of file ToolctlMessages.h.
1.6.1