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

/barrelfish-master/kernel/include/
H A Ddebug.h22 void breakpoint(void);
/barrelfish-master/kernel/arch/arm/
H A Dgdb_arch.c50 void breakpoint(void) { dbg_break(); } function
/barrelfish-master/kernel/arch/x86_32/
H A Dexec.c65 * \brief Triggers a debugger breakpoint.
67 void breakpoint(void) function
/barrelfish-master/lib/x86emu/
H A Ddebug.c240 static int breakpoint; local
246 if (M.x86.saved_ip != breakpoint) {
297 breakpoint = ps[1];
/barrelfish-master/kernel/arch/x86_64/
H A Dexec.c66 * \brief Triggers a debugger breakpoint.
68 void breakpoint(void) function
/barrelfish-master/lib/msun/src/
H A Dmath_private.h545 #define breakpoint() asm("int $3") macro
549 #define breakpoint() raise(SIGTRAP) macro
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dlabel.pl749 make_suspension(breakpoint(N, I, J), 4, Susp),
765 breakpoint(N, I, J) :-
776 breakpoint(Var, N, I, J) :-
792 functor(G, breakpoint, _) ->
801 make_suspension(breakpoint(Var, N, I, J), 4, Susp),
H A Dexpr.pl98 our_goal(breakpoint(_, _, _)).
/barrelfish-master/lib/msun/ld128/
H A Ds_logl.c556 breakpoint();
665 breakpoint();
/barrelfish-master/lib/msun/ld80/
H A Ds_logl.c545 breakpoint();
655 breakpoint();
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Ddebug.pl189 printf(log_output, "breakpoint added to line %d of file %w in"
268 printf(log_output, "breakpoint removed from line %d of file %w in"
349 % breakpoint related
H A Dtracer_tcl.pl196 % breakpoint. Do this FIRST for speed!!!
334 % initial (empty) breakpoint condition
H A Dasm.pl268 predicate where a breakpoint can be set (body goals which are tracable).
437 brk_port(P) port (can be used to indicate breakpoint) 1
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex190 shows a breakpoint is set for the call.
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsdebug.tex219 executed. A breakpoint is specify by giving the source file and the line
231 The breakpoint for the body goal \notation{check_words(Words, RevWords)} would
235 For a call that has a breakpoint set, the execution will stop when the call
485 A spy point can be set on a procedure, or a breakpoint on a specific call,
/barrelfish-master/doc/022-armv8/
H A Dreport.tex446 hardware breakpoint and watchpoint registers, in generating debug exceptions.
448 load the Context ID for a given dispatcher into a breakpoint register --- this

Completed in 91 milliseconds