Searched refs:breakpoint (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | error.c | 89 int breakpoint; member 145 error_state.breakpoint = ERROR_ERROR; in setopt() 149 error_state.breakpoint = ERROR_FATAL; in setopt() 153 error_state.breakpoint = ERROR_PANIC; in setopt() 156 error_state.breakpoint = strtol(v, NiL, 0); in setopt() 160 error_state.breakpoint = 0; in setopt() 162 error_info.core = error_state.breakpoint; in setopt() 590 …if (level >= error_state.breakpoint && error_state.breakpoint && (!error_state.match || !regexec(e… in errorv()
|
/illumos-gate/usr/src/common/ficl/ |
H A D | tools.c | 301 ficlVmSetBreak(vm, &(vm->callback.system->breakpoint)); in ficlPrimitiveDebugXT() 326 ficlVmSetBreak(vm, &(vm->callback.system->breakpoint)); in ficlPrimitiveStepIn() 354 vm->callback.system->breakpoint.address = vm->ip + 1; in ficlPrimitiveStepOver() 355 vm->callback.system->breakpoint.oldXT = vm->ip[1]; in ficlPrimitiveStepOver() 392 FICL_VM_ASSERT(vm, vm->callback.system->breakpoint.address); in ficlPrimitiveStepBreak() 393 FICL_VM_ASSERT(vm, vm->callback.system->breakpoint.oldXT); in ficlPrimitiveStepBreak() 400 vm->ip = (ficlIp)(vm->callback.system->breakpoint.address); in ficlPrimitiveStepBreak() 401 *vm->ip = vm->callback.system->breakpoint.oldXT; in ficlPrimitiveStepBreak() 413 word = vm->callback.system->breakpoint.oldXT; in ficlPrimitiveStepBreak()
|
H A D | ficl.h | 1614 ficlBreakpoint breakpoint; member
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | err.D_PROTO_LEN.badbreakpoint.d | 38 breakpoint(1, 2);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | err.D_AGG_FUNC.bad.d | 38 @counts["xyz"] = breakpoint();
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_ACT_SPEC.SpeculateWithBreakPoint.d | 49 breakpoint();
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 108 struct breakpoint { struct 111 TAILQ_ENTRY(breakpoint) link; argument 143 static TAILQ_HEAD(, breakpoint) breakpoints; 882 static struct breakpoint * 885 struct breakpoint *bp; in find_breakpoint() 897 struct breakpoint *bp; in gdb_cpu_breakpoint() 1269 struct breakpoint *bp, *nbp; in remove_all_sw_breakpoints() 1289 struct breakpoint *bp; in update_sw_breakpoint()
|
/illumos-gate/usr/src/boot/sys/i386/include/ |
H A D | cpufunc.h | 58 breakpoint(void) in breakpoint() function 718 int breakpoint(void);
|
/illumos-gate/usr/src/boot/sys/amd64/include/ |
H A D | cpufunc.h | 61 breakpoint(void) in breakpoint() function 807 int breakpoint(void);
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 707 breakpoint(void) in breakpoint() function
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.S | 262 ! copy obp's breakpoint trap entry to obp_bpt
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.S | 253 ! copy obp's breakpoint trap entry to obp_bpt
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3490 % 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.
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 3040 breakpoint
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 3041 breakpoint
|