2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
12 .\" Copyright 2015 Joyent, Inc.
22 .Nd step over a breakpoint or watchpoint
26 .Fa "struct ps_prochandle *P"
31 .Fa "struct ps_prochandle *P"
36 .Fa "struct ps_lwphandle *L"
41 .Fa "struct ps_lwphandle *L"
49 functions step over a breakpoint or watchpoint respectively in the
50 corresponding process handle
52 The functions execute the original instruction that was at the current
53 program counter, provided by
55 and then leave the process stopped at the next instruction.
57 The process must be stopped at the time that the
67 functions are identical to
71 respectively; except rather than operating on the process as a
72 whole, they operate on the thread handle
74 These functions only require that the thread represented by
76 be stopped and not the entire process.
78 Upon successful completion, the
86 having executed the original instruction at
92 is set to indicate the error.
94 For a full list of errors see the
104 functions will fail if:
113 .Sh INTERFACE STABILITY