Searched refs:current_ops (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Docd.c61 static struct target_ops *current_ops = NULL; variable in typeref:struct:target_ops
261 current_ops = ops;
263 unpush_target (current_ops);
290 push_target (current_ops); /* Switch to using remote target now */
1019 unpush_target (current_ops);
H A Dremote-mips.c338 static struct target_ops *current_ops;
1514 unpush_target (current_ops);
1565 current_ops = ops;
2213 if (current_ops != NULL)
2214 unpush_target (current_ops);
336 static struct target_ops *current_ops; variable in typeref:struct:target_ops

Completed in 124 milliseconds