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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dkgdb.h29 extern void breakpoint(void);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirq.c142 extern void breakpoint(void);
162 breakpoint();
H A Dgdb-stub.c23 * Two, a breakpoint needs to be generated to begin communication. This
24 * is most easily accomplished by a call to breakpoint(). Breakpoint()
25 * simulates a breakpoint by executing a BREAK instruction.
108 * breakpoint();
153 * breakpoint and test functions
155 extern void breakpoint(void);
512 * Set breakpoint instructions for single stepping.
598 * If asynchronously interrupted by gdb, then we need to set a breakpoint
605 * Swap the interrupted EPC with our asynchronous breakpoint routine.
606 * This is safer than stuffing the breakpoint i
991 void breakpoint(void) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dkgdb.h41 extern int kgdb_halt; /* Execute initial breakpoint at startup */
71 /* Forced breakpoint */
72 #define breakpoint() \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dirq.c133 breakpoint();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmemory.c139 * number reaches the specified value this function is called. One need to add a breakpoint
848 char *breakpoint; local
863 breakpoint = getenv("XML_MEM_BREAKPOINT");
864 if (breakpoint != NULL) {
865 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
869 breakpoint = getenv("XML_MEM_TRACE");
870 if (breakpoint != NULL) {
871 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmemory.c139 * number reaches the specified value this function is called. One need to add a breakpoint
924 char *breakpoint; local
939 breakpoint = getenv("XML_MEM_BREAKPOINT");
940 if (breakpoint != NULL) {
941 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
945 breakpoint = getenv("XML_MEM_TRACE");
946 if (breakpoint != NULL) {
947 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.c139 * number reaches the specified value this function is called. One need to add a breakpoint
848 char *breakpoint; local
863 breakpoint = getenv("XML_MEM_BREAKPOINT");
864 if (breakpoint != NULL) {
865 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
869 breakpoint = getenv("XML_MEM_TRACE");
870 if (breakpoint != NULL) {
871 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dirq.c32 /* the breakpoint vector is obviously not made just like the normal irq handlers
180 address. therefore we need to setup a default breakpoint handler
190 /* 0 and 1 which are special breakpoint/NMI traps */
203 /* setup a breakpoint handler for debugging used for both user and
211 breakpoint();
H A Dkgdb.c67 *! Dont wait for + in putpacket if we havent hit the initial breakpoint yet. Added a kgdb_init function which sets up the break and irq vectors.
90 * Two, a breakpoint needs to be generated to begin communication. This
91 * is most easily accomplished by a call to breakpoint().
304 /* A static breakpoint to be used at startup. */
305 void breakpoint (void); /* called by init/main.c */
410 /* Use an internal stack in the breakpoint and interrupt response routines */
414 /* Due to the breakpoint return pointer, a state variable is needed to keep
416 breakpoint to be handled. A static breakpoint uses the content of register
417 BRP as it is whereas a dynamic breakpoint require
1456 breakpoint(void) function
[all...]
H A Dentry.S653 ;; special handlers for breakpoint and NMI
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dkgdb.h15 extern void breakpoint(void);
17 /* For convenience we define the format of a kgdb trap breakpoint
37 /* Macros for assembly usage of the kgdb breakpoint frame. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dirq.c80 extern void breakpoint(void);
403 /* Hardware breakpoint. */
409 breakpoint();
H A Dkgdb.c28 * Two, a breakpoint needs to be generated to begin communication. This
29 * is most easily accomplished by a call to breakpoint().
359 /* A static breakpoint to be used at startup. */
360 void breakpoint(void);
402 /* Due to the breakpoint return pointer, a state variable is needed to keep
404 breakpoint to be handled. A static breakpoint uses the content of register
405 ERP as it is whereas a dynamic breakpoint requires subtraction with 2
406 in order to execute the instruction. The first breakpoint is static; all
1015 /* Break 8, single step or hardware breakpoint exceptio
1552 breakpoint(void) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/bcm1480/
H A Dirq.c62 extern void breakpoint(void);
424 breakpoint();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c431 { 0x700, SIGTRAP }, /* breakpoint trap */
497 /* Skip over breakpoint trap insn */
645 * breakpoint, and the icache probably has no way of knowing that a data ref to
689 /* This function will generate a breakpoint exception. It is used at the
695 breakpoint(void) function
698 printk("breakpoint() called b4 kgdb init\n");
732 breakpoint();
H A Dsetup.c517 ppc_md.progress("setup_arch: kgdb breakpoint", 0x4000);
518 printk("kgdb breakpoint activated\n");
519 breakpoint();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_32.c253 ppc_md.progress("setup_arch: kgdb breakpoint", 0x4000);
254 printk("kgdb breakpoint activated\n");
255 breakpoint();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c49 * Two, a breakpoint needs to be generated to begin communication. This
50 * is most easily accomplished by a call to breakpoint(). Breakpoint()
51 * simulates a breakpoint by executing a trap #1.
385 {SP_TRAP_SBPT, SIGTRAP}, /* ta 1 - Linux/KGDB software breakpoint */
501 /* Skip over breakpoint trap insn */
662 * breakpoint, and the icache probably has no way of knowing that a data ref to
683 /* This function will generate a breakpoint exception. It is used at the
689 breakpoint(void) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dtraps.c418 case NR(breakpoint): /* SWI BREAK_POINT */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dkgdb_stub.c18 * A breakpoint also needs to be generated to begin communication. This
19 * is most easily accomplished by a call to breakpoint() which does
24 * when appropriate (see entry.S for breakpoint traps and NMI interrupts,
867 trap 0xff, since that indicates a compiled-in breakpoint which
940 /* There has been an exception, most likely a breakpoint. */
1077 breakpoint();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dtraps.c450 case NR(breakpoint): /* SWI BREAK_POINT */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c78 extern void breakpoint(void);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.c2146 breakpoint();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4288 % breakpoint, therefore no \nobreak needed.
4301 % following glue (such as a \parskip) would be a breakpoint. For example:
4686 % Loop until we get a decent breakpoint.
5344 % That glue will be a valid breakpoint for the page, since it'll be
5360 % Do not let the kern be a potential breakpoint, as it would be if it
5365 % glue accumulate. (Not a breakpoint because it's preceded by a
5371 % section headings. Otherwise, it would insert a valid breakpoint between:
6204 \medskip % preceded by discardable penalty, so not a breakpoint
7574 % after the caption, to avoid chance of it being a breakpoint.

Completed in 223 milliseconds

12