Lines Matching refs:fbsd_thread_ops

62 static struct target_ops fbsd_thread_ops;  variable
521 push_target(&fbsd_thread_ops); in fbsd_thread_new_objfile()
553 push_target(&fbsd_thread_ops); in fbsd_thread_attach()
572 unpush_target (&fbsd_thread_ops); in fbsd_thread_detach()
1060 push_target(&fbsd_thread_ops); in fbsd_thread_create_inferior()
1084 unpush_target (&fbsd_thread_ops); in fbsd_thread_mourn_inferior()
1442 unpush_target (&fbsd_thread_ops); in fbsd_core_detach()
1499 fbsd_thread_ops.to_shortname = "freebsd-threads"; in init_fbsd_thread_ops()
1500 fbsd_thread_ops.to_longname = "FreeBSD multithreaded child process."; in init_fbsd_thread_ops()
1501 fbsd_thread_ops.to_doc = "FreeBSD threads support."; in init_fbsd_thread_ops()
1502 fbsd_thread_ops.to_attach = fbsd_thread_attach; in init_fbsd_thread_ops()
1503 fbsd_thread_ops.to_detach = fbsd_thread_detach; in init_fbsd_thread_ops()
1504 fbsd_thread_ops.to_post_attach = fbsd_thread_post_attach; in init_fbsd_thread_ops()
1505 fbsd_thread_ops.to_resume = fbsd_thread_resume; in init_fbsd_thread_ops()
1506 fbsd_thread_ops.to_wait = fbsd_thread_wait; in init_fbsd_thread_ops()
1507 fbsd_thread_ops.to_fetch_registers = fbsd_thread_fetch_registers; in init_fbsd_thread_ops()
1508 fbsd_thread_ops.to_store_registers = fbsd_thread_store_registers; in init_fbsd_thread_ops()
1509 fbsd_thread_ops.to_xfer_memory = fbsd_thread_xfer_memory; in init_fbsd_thread_ops()
1510 fbsd_thread_ops.to_files_info = fbsd_thread_files_info; in init_fbsd_thread_ops()
1511 fbsd_thread_ops.to_kill = fbsd_thread_kill; in init_fbsd_thread_ops()
1512 fbsd_thread_ops.to_create_inferior = fbsd_thread_create_inferior; in init_fbsd_thread_ops()
1513 fbsd_thread_ops.to_post_startup_inferior = fbsd_thread_post_startup_inferior; in init_fbsd_thread_ops()
1514 fbsd_thread_ops.to_mourn_inferior = fbsd_thread_mourn_inferior; in init_fbsd_thread_ops()
1515 fbsd_thread_ops.to_can_run = fbsd_thread_can_run; in init_fbsd_thread_ops()
1516 fbsd_thread_ops.to_thread_alive = fbsd_thread_alive; in init_fbsd_thread_ops()
1517 fbsd_thread_ops.to_find_new_threads = fbsd_thread_find_new_threads; in init_fbsd_thread_ops()
1518 fbsd_thread_ops.to_pid_to_str = fbsd_thread_pid_to_str; in init_fbsd_thread_ops()
1519 fbsd_thread_ops.to_stratum = thread_stratum; in init_fbsd_thread_ops()
1520 fbsd_thread_ops.to_has_thread_control = tc_none; in init_fbsd_thread_ops()
1521 fbsd_thread_ops.to_has_all_memory = 1; in init_fbsd_thread_ops()
1522 fbsd_thread_ops.to_has_memory = 1; in init_fbsd_thread_ops()
1523 fbsd_thread_ops.to_has_stack = 1; in init_fbsd_thread_ops()
1524 fbsd_thread_ops.to_has_registers = 1; in init_fbsd_thread_ops()
1525 fbsd_thread_ops.to_has_execution = 1; in init_fbsd_thread_ops()
1526 fbsd_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_fbsd_thread_ops()
1527 fbsd_thread_ops.to_remove_breakpoint = memory_remove_breakpoint; in init_fbsd_thread_ops()
1528 fbsd_thread_ops.to_get_thread_local_address = fbsd_thread_get_local_address; in init_fbsd_thread_ops()
1529 fbsd_thread_ops.to_magic = OPS_MAGIC; in init_fbsd_thread_ops()
1610 add_target (&fbsd_thread_ops); in _initialize_thread_db()