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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/generic/
H A Dirq.c133 breakpoint();
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsystem.h169 BUILD_TRAP_HANDLER(breakpoint); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dirq.c33 /* the breakpoint vector is obviously not made just like the normal irq handlers
230 address. therefore we need to setup a default breakpoint handler
240 /* 0 and 1 which are special breakpoint/NMI traps */
253 /* setup a breakpoint handler for debugging used for both user and
261 breakpoint();
H A Dkgdb.c32 * Two, a breakpoint needs to be generated to begin communication. This
33 * is most easily accomplished by a call to breakpoint().
238 /* A static breakpoint to be used at startup. */
239 void breakpoint (void); /* called by init/main.c */
341 /* Use an internal stack in the breakpoint and interrupt response routines */
345 /* Due to the breakpoint return pointer, a state variable is needed to keep
347 breakpoint to be handled. A static breakpoint uses the content of register
348 BRP as it is whereas a dynamic breakpoint requires subtraction with 2
349 in order to execute the instruction. The first breakpoint i
1367 breakpoint(void) function
[all...]
H A Dentry.S409 ;; special handlers for breakpoint and NMI
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dirq.c92 extern void breakpoint(void);
512 /* Hardware breakpoint. */
518 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().
351 /* A static breakpoint to be used at startup. */
352 void breakpoint(void);
391 /* Due to the breakpoint return pointer, a state variable is needed to keep
393 breakpoint to be handled. A static breakpoint uses the content of register
394 ERP as it is whereas a dynamic breakpoint requires subtraction with 2
395 in order to execute the instruction. The first breakpoint is static; all
981 /* Break 8, single step or hardware breakpoint exceptio
1518 breakpoint(void) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhw_breakpoint.c4 * Unified kernel/user-space hardware breakpoint facility for the on-chip UBC.
27 * Stores the breakpoints currently in use on each breakpoint address
41 * Install a perf counter breakpoint.
43 * We seek a free UBC channel and use it for this breakpoint.
62 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot"))
72 * Uninstall the breakpoint contained in the given counter.
94 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot"))
313 * the breakpoint, use its callback, touch its counter
338 * Don't restore the channel if the breakpoint is from
370 BUILD_TRAP_HANDLER(breakpoint)
[all...]
H A Dptrace_64.c488 BUILD_TRAP_HANDLER(breakpoint)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dentry-avr32b.S808 breakpoint
831 breakpoint
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c83 extern void breakpoint(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dtraps.c490 case NR(breakpoint): /* SWI BREAK_POINT */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp78 bool breakpoint = false; local
84 breakpoint = true;
87 return breakpoint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4530 % breakpoint, therefore no \nobreak needed.
4543 % following glue (such as a \parskip) would be a breakpoint. For example:
4928 % Loop until we get a decent breakpoint.
5590 % That glue will be a valid breakpoint for the page, since it'll be
5606 % Do not let the kern be a potential breakpoint, as it would be if it
5611 % glue accumulate. (Not a breakpoint because it's preceded by a
5617 % section headings. Otherwise, it would insert a valid breakpoint between:
6443 \medskip % preceded by discardable penalty, so not a breakpoint
7819 % after the caption, to avoid chance of it being a breakpoint.
/netgear-R7000-V1.0.7.12_1.2.5/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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex4318 % breakpoint, therefore no \nobreak needed.
4331 % following glue (such as a \parskip) would be a breakpoint. For example:
4716 % Loop until we get a decent breakpoint.
5374 % That glue will be a valid breakpoint for the page, since it'll be
5390 % Do not let the kern be a potential breakpoint, as it would be if it
5395 % glue accumulate. (Not a breakpoint because it's preceded by a
5401 % section headings. Otherwise, it would insert a valid breakpoint between:
6236 \medskip % preceded by discardable penalty, so not a breakpoint
7612 % after the caption, to avoid chance of it being a breakpoint.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex4318 % breakpoint, therefore no \nobreak needed.
4331 % following glue (such as a \parskip) would be a breakpoint. For example:
4716 % Loop until we get a decent breakpoint.
5374 % That glue will be a valid breakpoint for the page, since it'll be
5390 % Do not let the kern be a potential breakpoint, as it would be if it
5395 % glue accumulate. (Not a breakpoint because it's preceded by a
5401 % section headings. Otherwise, it would insert a valid breakpoint between:
6236 \medskip % preceded by discardable penalty, so not a breakpoint
7612 % after the caption, to avoid chance of it being a breakpoint.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c46 extern void breakpoint(void);

Completed in 387 milliseconds