Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Docd.c61 static struct target_ops *current_ops = NULL; variable
259 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()
H A Dremote-mips.c334 static struct target_ops *current_ops; variable
1509 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()
H A DChangeLog-19971141 (wiggler_mourn): unpush_target with current_ops, not &wiggler_ops