run_control_op is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

run_control_op enum

Syntax

enum run_control_op {     ARMV8_RUNCONTROL_UNKNOWN = 0,     ARMV8_RUNCONTROL_RESUME = 1,     ARMV8_RUNCONTROL_HALT = 2,     ARMV8_RUNCONTROL_STEP = 3, };

Values

ARMV8_RUNCONTROL_UNKNOWN

No summary provided. Read more...

ARMV8_RUNCONTROL_RESUME

No summary provided. Read more...

ARMV8_RUNCONTROL_HALT

No summary provided. Read more...

ARMV8_RUNCONTROL_STEP

No summary provided. Read more...

References

LocationReferrerScopeText
armv8.h:108
enum run_control_op {
armv8.h:217armv8_common::last_run_control_oparmv8_common
enum run_control_op last_run_control_op;

Type Use

Variables of run_control_op type
all items filtered out
run_control_op