Home
last modified time | relevance | path

Searched refs:__step_from_thread (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg.c343 __step_from_thread = FALSE; in __init_interactive()
506 __step_from_thread = FALSE; in __do_interactive_loop()
656 || __suspended_thd->thnxtstp == NULL) __step_from_thread = FALSE; in __do_interactive_loop()
1998 || __suspended_thd->thnxtstp == NULL) __step_from_thread = FALSE; in do_dbg_cmd()
2022 || __suspended_thd->thnxtstp == NULL) __step_from_thread = FALSE; in do_dbg_cmd()
H A Dv.h3631 extern int32 __step_from_thread;/* T step from non thread loc. (^c?) */
H A Dv_ex.c886 if (__step_from_thread) stp = __brktr_exec_1stmt(stp); in step_exec_stmt()
887 else __step_from_thread = TRUE; in step_exec_stmt()
3189 if (__single_step) __step_from_thread = FALSE; in __exec_func()
H A Dcver.c774 int32 __step_from_thread;/* T step from non thread loc. (^c?) */ variable