|
NAMEreset_target - Request that a target resets to a known starting state.SYNOPSISnilreset_target( vid:targetid ) reset_target( ) reset_target( vid:targetid, bool:hard ) DESCRIPTIONThis functions inserts an event into the target process linked to targetid , requesting that the process should be reset to an initial safe-state (which may or may not exist depending on the target), but trying to retain user created state/ contents. If the hard argument is set, the target should return to as close as the initial start state on first execution as possible.
Visit the GSP FreeBSD Man Page Interface. |