Searched refs:current_ops (Results 1 – 3 of 3) sorted by relevance
61 static struct target_ops *current_ops = NULL; variable259 current_ops = ops; in ocd_open()261 unpush_target (current_ops); in ocd_open()288 push_target (current_ops); /* Switch to using remote target now */ in ocd_open()1009 unpush_target (current_ops); in ocd_mourn()
334 static struct target_ops *current_ops; variable1509 unpush_target (current_ops); in common_open()1560 current_ops = ops; in common_open()2208 if (current_ops != NULL) in mips_mourn_inferior()2209 unpush_target (current_ops); in mips_mourn_inferior()
1141 (wiggler_mourn): unpush_target with current_ops, not &wiggler_ops