$search
#include <DashelTarget.h>
Public Member Functions | |
Node () | |
Public Attributes | |
BytecodeVector | debugBytecode |
bytecode with debug information | |
BytecodeVector::EventAddressesToIdsMap | eventAddressToId |
map event start addresses to event identifiers | |
ExecutionMode | executionMode |
last known execution mode if this node | |
unsigned | lineInNext |
line of node to execute when in next and stepping | |
unsigned | steppingInNext |
state of node when in next and stepping |
Definition at line 132 of file DashelTarget.h.
bytecode with debug information
Definition at line 136 of file DashelTarget.h.
map event start addresses to event identifiers
Definition at line 137 of file DashelTarget.h.
last known execution mode if this node
Definition at line 140 of file DashelTarget.h.
line of node to execute when in next and stepping
Definition at line 139 of file DashelTarget.h.
state of node when in next and stepping
Definition at line 138 of file DashelTarget.h.