Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c78 static struct target_ops vx_ops; variable
1074 unpush_target (&vx_ops); in vx_open()
1091 push_target (&vx_ops); in vx_open()
1339 vx_ops.to_shortname = "vxworks"; in init_vx_ops()
1343 vx_ops.to_open = vx_open; in init_vx_ops()
1344 vx_ops.to_close = vx_close; in init_vx_ops()
1345 vx_ops.to_attach = vx_attach; in init_vx_ops()
1348 vx_ops.to_load = vx_load_command; in init_vx_ops()
1352 vx_ops.to_has_all_memory = 1; in init_vx_ops()
1353 vx_ops.to_has_memory = 1; in init_vx_ops()
[all …]
H A DChangeLog-19952186 * remote-vx.c (vx_ops, vx_run_ops): Initialize new to_thread_alive
H A DChangeLog-19921674 remote-vx.c (vx_ops, vx_run_ops),
H A DChangeLog-19999278 (vx_ops, vx_run_ops): Make static.