Home
last modified time | relevance | path

Searched refs:TARGET_EVENT_STEP_START (Results 1 – 3 of 3) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dtarget.h264 TARGET_EVENT_STEP_START, enumerator
H A Dtarget.c204 { .value = TARGET_EVENT_STEP_START, .name = "step-start" },
1464 target_call_event_callbacks(target, TARGET_EVENT_STEP_START); in target_step()
/dports/devel/openocd/openocd-0.11.0/
H A DChangeLog2045 …* : target: added events TARGET_EVENT_STEP_START and _END Events TARGET_EVENT_STEP_START and TARGE…