Searched refs:breakpoint (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_FUNC.bad.d42 @counts["xyz"] = breakpoint();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.badbreakpoint.d31 * breakpoint() should handle arguments passed as an error.
33 * SECTION: Actions and Subroutines/breakpoint()
40 breakpoint(1, 2);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithBreakPoint.d51 breakpoint();
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c89 int breakpoint; member in struct:State_s
145 error_state.breakpoint = ERROR_ERROR;
149 error_state.breakpoint = ERROR_FATAL;
153 error_state.breakpoint = ERROR_PANIC;
156 error_state.breakpoint = strtol(v, NiL, 0);
160 error_state.breakpoint = 0;
162 error_info.core = error_state.breakpoint;
324 * debugging breakpoint
334 sfprintf(error_state.tty, "error breakpoint: ");
590 if (level >= error_state.breakpoint
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dtools.c53 * Set a breakpoint
54 * Specify breakpoint default action
88 * Set a breakpoint at the current value of IP by
280 * set a breakpoint at its first instruction, and run to the breakpoint.
296 * Run the colon code and set a breakpoint at the next
300 ficlVmSetBreak(vm, &(vm->callback.system->breakpoint));
323 * Now set a breakpoint at the next instruction
325 ficlVmSetBreak(vm, &(vm->callback.system->breakpoint));
332 * the memory layout of compiled code. Set a breakpoint a
[all...]
H A Dficl.h1043 /* debugger breakpoint */
1550 * oldXT - if NULL, this breakpoint is unused. Otherwise it stores the xt
1551 * that the breakpoint overwrote. This is restored to the dictionary when the
1553 * address - the location of the breakpoint (address of the instruction that
1554 * has been replaced with the breakpoint trap
1555 * oldXT - The original contents of the location with the breakpoint
1556 * Note: address is NULL when this breakpoint is empty
1612 ficlBreakpoint breakpoint; member in struct:ficlSystem
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_rtld.c69 * prb_rtld_stalk() - setup for a breakpoint when rtld has opened or closed a
104 /* plant a breakpoint trap in the pointed to function */
109 /* setup process to stop when breakpoint encountered */
118 * prb_rtld_unstalk() - remove rtld breakpoint
137 * prb_rtld_advance() - we've hit a breakpoint, replace the original
138 * instruction, istep, put the breakpoint back ...
332 #error What is your breakpoint instruction?
336 * plants a breakpoint at the specified location in
371 * removes a breakpoint at the specified location in
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h58 breakpoint(void) function
715 int breakpoint(void);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h61 breakpoint(void) function
795 int breakpoint(void);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c709 breakpoint(void) function
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s286 ! copy obp's breakpoint trap entry to obp_bpt
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s278 ! copy obp's breakpoint trap entry to obp_bpt
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3490 % breakpoint, therefore no \nobreak needed.
3503 % following glue (such as a \parskip) would be a breakpoint. For example:
3861 % Loop until we get a decent breakpoint.
4436 % Do not let the kern be a potential breakpoint, as it would be if it
4441 % glue accumulate. (Not a breakpoint because it's preceded by a
4447 % section headings. Otherwise, it would insert a valid breakpoint between:
5201 \medskip % preceded by discardable penalty, so not a breakpoint
6561 % after the caption, to avoid chance of it being a breakpoint.

Completed in 170 milliseconds