Home
last modified time | relevance | path

Searched refs:uw_thread_ops (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Duw-thread.c202 static struct target_ops uw_thread_ops; variable
413 unpush_target (&uw_thread_ops); in deactivate_uw_thread()
1040 uw_thread_ops.to_attach = uw_thread_attach; in init_uw_thread_ops()
1041 uw_thread_ops.to_detach = uw_thread_detach; in init_uw_thread_ops()
1042 uw_thread_ops.to_resume = uw_thread_resume; in init_uw_thread_ops()
1043 uw_thread_ops.to_wait = uw_thread_wait; in init_uw_thread_ops()
1048 uw_thread_ops.to_kill = uw_thread_kill; in init_uw_thread_ops()
1051 uw_thread_ops.to_thread_alive = uw_thread_alive; in init_uw_thread_ops()
1055 uw_thread_ops.to_stratum = thread_stratum; in init_uw_thread_ops()
1056 uw_thread_ops.to_magic = OPS_MAGIC; in init_uw_thread_ops()
[all …]
H A DChangeLog-20008042 (uw_thread_create_inferior): Deactivate uw_thread_ops before