rtos_type::step_hook is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rtos_type::step_hook field

Syntax

int (*step_hook)(struct target *target, int current, uint32_t address, int handle_breakpoints);

References

LocationReferrerText
rtos.h:81
int (*step_hook)(struct target *target, int current, uint32_t address, int handle_breakpoints);
target.c:1422target_step()
if (target->rtos && target->rtos->type->step_hook && target->rtos->type->step_hook(target, current, address, handle_breakpoints) == ERROR_OK)

Call Tree

Functions calling rtos_type::step_hook
all items filtered out
rtos_type::step_hook
Functions reading rtos_type::step_hook
rtos_type::step_hook
all items filtered out