Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dthread-db.c55 static struct target_ops thread_db_ops; variable
668 unpush_target (&thread_db_ops); in thread_db_new_objfile()
697 push_target (&thread_db_ops); in thread_db_new_objfile()
1085 unpush_target (&thread_db_ops); in thread_db_create_inferior()
1117 unpush_target (&thread_db_ops); in thread_db_mourn_inferior()
1333 thread_db_ops.to_shortname = "multi-thread"; in init_thread_db_ops()
1334 thread_db_ops.to_longname = "multi-threaded child process."; in init_thread_db_ops()
1335 thread_db_ops.to_doc = "Threads and pthreads support."; in init_thread_db_ops()
1336 thread_db_ops.to_attach = thread_db_attach; in init_thread_db_ops()
1337 thread_db_ops.to_detach = thread_db_detach; in init_thread_db_ops()
[all …]
H A DChangeLog-200039 thread_db_ops.