Lines Matching full:unix
2 Unix.
58 /* This version of Unix doesn't require a meaningful "post attach" in inf_child_post_attach()
76 error ("Use the \"run\" command to start a Unix child process."); in inf_child_open()
82 /* This version of Unix doesn't require a meaningful "post startup in inf_child_post_startup_inferior()
89 /* This version of Unix doesn't require a meaningful "acknowledge in inf_child_acknowledge_created_inferior()
96 /* This version of Unix doesn't support notification of fork in inf_child_insert_fork_catchpoint()
104 /* This version of Unix doesn't support notification of fork in inf_child_remove_fork_catchpoint()
112 /* This version of Unix doesn't support notification of vfork in inf_child_insert_vfork_catchpoint()
120 /* This version of Unix doesn't support notification of vfork in inf_child_remove_vfork_catchpoint()
128 /* This version of Unix doesn't support following fork or vfork in inf_child_follow_fork()
136 /* This version of Unix doesn't support notification of exec in inf_child_insert_exec_catchpoint()
144 /* This version of Unix doesn't support notification of exec in inf_child_remove_exec_catchpoint()
152 /* This version of Unix doesn't support notification of exec in inf_child_reported_exec_events_per_exec_call()
179 /* This version of Unix doesn't support translation of a process ID in inf_child_pid_to_exec_file()
189 t->to_longname = "Unix child process"; in inf_child_target()
190 t->to_doc = "Unix child process (started by the \"run\" command)."; in inf_child_target()