Searched refs:breakpoint (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Denv.cpp1881 breakpoint *environment::choose_breakpoint()
1886 breakpoint *best_bp = 0; // the best breakpoint so far
1891 breakpoint *bp = n->get_breakpoints(x, s);
1895 breakpoint *tem = bp->next;
1898 breakpoint *tem1 = tem;
1903 // Decide whether to use the hyphenated breakpoint.
1905 // Only choose the hyphenated breakpoint if it would not
1910 // Don't choose the hyphenated breakpoint if the line
1917 // Don't choose the hyphenated breakpoint i
[all...]
H A Dnode.cpp1927 breakpoint *get_breakpoints(hunits width, int ns, breakpoint *rest = 0,
3617 breakpoint *node::get_breakpoints(hunits /*width*/, int /*nspaces*/,
3618 breakpoint *rest, int /*is_inner*/)
3628 breakpoint *space_node::get_breakpoints(hunits wd, int ns,
3629 breakpoint *rest, int is_inner)
3633 breakpoint *bp = new breakpoint;
3658 static breakpoint *node_list_get_breakpoints(node *p, hunits *widthp,
3659 int ns, breakpoint *res
[all...]
/freebsd-10.2-release/sys/i386/include/
H A Dcpufunc.h69 breakpoint(void) function
721 int breakpoint(void);
/freebsd-10.2-release/sys/powerpc/booke/
H A Dtrap_subr.S815 .globl CNAME(breakpoint)
816 CNAME(breakpoint):
/freebsd-10.2-release/sys/amd64/include/
H A Dcpufunc.h61 breakpoint(void) function
764 int breakpoint(void);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Di386-stub.c37 * Two, a breakpoint needs to be generated to begin communication. This
38 * is most easily accomplished by a call to breakpoint(). Breakpoint()
39 * simulates a breakpoint by executing a trap #1.
668 break; /* breakpoint */
942 /* This function will generate a breakpoint exception. It is used at the
948 breakpoint (void) function
H A Dsparc-stub.c39 * Two, a breakpoint needs to be generated to begin communication. This
40 * is most easily accomplished by a call to breakpoint(). Breakpoint()
41 * simulates a breakpoint by executing a trap #1.
459 {128+1, SIGTRAP}, /* ta 1 - normal breakpoint instruction */
737 breakpoint, and the icache probably has no way of knowing that a data ref to
763 /* This function will generate a breakpoint exception. It is used at the
769 breakpoint (void) function
H A Dtop.c35 #include "breakpoint.h"
167 breakpoint, for instance. This is a real indicator whether the
225 sequence of commands to be executed at a breakpoint. If this function
237 /* Called as appropriate to notify the interface of the specified breakpoint
240 void (*create_breakpoint_hook) (struct breakpoint * bpt);
241 void (*delete_breakpoint_hook) (struct breakpoint * bpt);
242 void (*modify_breakpoint_hook) (struct breakpoint * bpt);
321 bpstat_clear_actions (stop_bpstat); /* Clear queued breakpoint commands */
826 /* Do any commands attached to breakpoint we stopped at. */
882 /* Do any commands attached to breakpoint w
[all...]
H A Dinfrun.c31 #include "breakpoint.h"
127 running. In this case, we use a step-resume breakpoint to get us
134 address where we can place a step-resume breakpoint to get past the
143 not too hard to figure out where to put a breakpoint, but it
184 /* We can't step off a permanent breakpoint in the ordinary way, because we
195 The program is stopped at a permanent breakpoint, but GDB does not know\n\
196 how to step past a permanent breakpoint on this architecture. Try using\n\
307 static struct breakpoint *step_resume_breakpoint = NULL;
308 static struct breakpoint *through_sigtramp_breakpoint = NULL;
365 /* Was there a step_resume breakpoint
[all...]
H A Dinfcall.c25 #include "breakpoint.h"
312 /* Something here to findout the size of a breakpoint and then
318 is aligned to at least a breakpoint instruction's boundary. */
320 /* Allocate space for, and then position the breakpoint on the
328 /* Should the breakpoint size/location be re-computed here? */
366 function and then hit a breakpoint (get a signal, etc), "backtrace"
376 May fail to return, if a breakpoint or signal is hit
523 /* Determine the location of the breakpoint (and possibly other
526 not just the breakpoint but also an extra word containing the
529 /* The actual breakpoint (a
[all...]
H A Dpa64solib.c45 #include "breakpoint.h"
464 call the breakpoint routine for significant events. */
505 /* Now we have to create a shared library breakpoint in the dynamic
526 loaded so that we can load its symbols and place a breakpoint
549 Also note the breakpoint is the second instruction in the
555 /* Create the shared library breakpoint. */
557 struct breakpoint *b
560 /* The breakpoint is actually hard-coded into the dynamic linker,
561 so we don't need to actually insert a breakpoint instruction
606 /* This function creates a breakpoint o
[all...]
H A Duw-thread.c56 breakpoint on thr_brk() and setting thr_debug_on to 1.
614 /* If the trap we just received from lwp PID was due to a breakpoint
629 /* Check for stub breakpoint. */
939 struct breakpoint *b;
978 /* Set a breakpoint on the stub function provided by libthread.so. */
H A Dia64-tdep.c503 bit immediate set to a 0 and a 1 respectively. A breakpoint
530 error("Can't insert breakpoint for slot numbers greater than 2.");
587 static unsigned char breakpoint[] = local
589 *lenptr = sizeof (breakpoint);
593 return breakpoint;
/freebsd-10.2-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile16 bcache.c bfd-target.c block.c blockframe.c breakpoint.c \
/freebsd-10.2-release/sys/kern/
H A Dkern_fail.c248 breakpoint();
H A Dsubr_kdb.c432 * it is entered by using breakpoint(), which enters the debugger through
445 breakpoint();
/freebsd-10.2-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c406 breakpoint();
/freebsd-10.2-release/sys/arm/include/
H A Dcpufunc.h54 breakpoint(void) function
/freebsd-10.2-release/sys/amd64/amd64/
H A Dvm_machdep.c695 breakpoint();
/freebsd-10.2-release/lib/msun/ld128/
H A Ds_logl.c556 breakpoint();
665 breakpoint();
/freebsd-10.2-release/lib/msun/ld80/
H A Ds_logl.c545 breakpoint();
655 breakpoint();
/freebsd-10.2-release/sys/powerpc/aim/
H A Dtrap_subr32.S824 .globl CNAME(breakpoint)
825 CNAME(breakpoint):
/freebsd-10.2-release/sys/i386/i386/
H A Dvm_machdep.c809 breakpoint();
/freebsd-10.2-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c85 stepped over was a breakpoint). The value of $eip will be the
88 SIGTRAP when we hit a breakpoint. The value of $eip will be
89 the instruction after the breakpoint (i.e. needs to be
96 If we single-step over a breakpoint instruction, our PC will
98 breakpoint instruction, our PC will point at the breakpoint
263 /* Return nonzero if this process stopped at a breakpoint which
265 appropriately to resume where the breakpoint used to be. */
276 fprintf (stderr, "Checking for breakpoint.\n");
296 /* If the breakpoint i
[all...]
/freebsd-10.2-release/sys/mips/mips/
H A Dsupport.S983 LEAF(breakpoint)
987 END(breakpoint)

Completed in 468 milliseconds

123