Lines Matching full:unix

1 /* Target-vector operations for controlling Unix child processes, for GDB.
220 /* This version of Unix doesn't require a meaningful "post attach" in child_post_attach()
283 error ("Use the \"run\" command to start a Unix child process."); in child_open()
324 /* Start an inferior Unix child process and sets inferior_ptid to its pid.
348 /* This version of Unix doesn't require a meaningful "post startup inferior" in child_post_startup_inferior()
358 /* This version of Unix doesn't require a meaningful "acknowledge created inferior" in child_acknowledge_created_inferior()
369 /* This version of Unix doesn't support notification of fork events. */ in child_insert_fork_catchpoint()
378 /* This version of Unix doesn't support notification of fork events. */ in child_remove_fork_catchpoint()
387 /* This version of Unix doesn't support notification of vfork events. */ in child_insert_vfork_catchpoint()
396 /* This version of Unix doesn't support notification of vfork events. */ in child_remove_vfork_catchpoint()
405 /* This version of Unix doesn't support following fork or vfork events. */ in child_follow_fork()
414 /* This version of Unix doesn't support notification of exec events. */ in child_insert_exec_catchpoint()
423 /* This version of Unix doesn't support notification of exec events. */ in child_remove_exec_catchpoint()
432 /* This version of Unix doesn't support notification of exec events. in child_reported_exec_events_per_exec_call()
512 /* This version of Unix doesn't support translation of a process ID in child_pid_to_exec_file()
585 deprecated_child_ops.to_longname = "Unix child process"; in init_child_ops()
586 deprecated_child_ops.to_doc = "Unix child process (started by the \"run\" command)."; in init_child_ops()