Home
last modified time | relevance | path

Searched refs:TARGET_EVENT_EXAMINE_START (Results 1 – 2 of 2) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dtarget.h282 TARGET_EVENT_EXAMINE_START, enumerator
H A Dtarget.c219 { .value = TARGET_EVENT_EXAMINE_START, .name = "examine-start" },
734 target_call_event_callbacks(target, TARGET_EVENT_EXAMINE_START); in target_examine_one()