HomeSort by relevance Sort by last modified time
    Searched refs:breakpoint (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /development/scripts/gdb/
dalvik.gdb 18 # also set a breakpoint in a libart.so function to stop when the program
19 # hits an unexpected breakpoint
26 # set a breakpoint and record its number
27 set breakpoint pending on
34 set breakpoint pending auto
48 by gdb unless they are not handled by ART itself. A breakpoint is
60 # delete our breakpoint
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
CpuBreakpoint.asm 22 ; Generates a breakpoint on the CPU.
24 ; Generates a breakpoint on the CPU. The breakpoint must be implemented such
25 ; that code can resume normal execution after the breakpoint.
  /external/ltp/testcases/network/rpc/basic_tests/rpc01/
rpc_server.c 15 void breakpoint(void);
94 breakpoint();
115 void breakpoint(void) function
118 printf("breakpoint\n");
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
xf-hal.h 147 /* ...breakpoint function */
148 extern void breakpoint(void);
151 #define __xf_abort() breakpoint()
  /external/u-boot/include/
kgdb.h 45 extern void breakpoint(void);
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DataDrivenTestHelper.java 76 boolean breakpoint = false;
86 breakpoint = true;
96 handle(breakpoint, comment, arguments);
100 breakpoint = false;
107 boolean breakpoint = false;
165 abstract public void handle(boolean breakpoint, String commentBase, List<String> arguments);
XLocaleDistanceTest.java 170 public void handle(boolean breakpoint, String commentBase, List<String> arguments) {
171 if (breakpoint) {
172 breakpoint = false; // put debugger breakpoint here to break at @debug in test file
XLocaleMatcherTest.java 277 public void handle(boolean breakpoint, String commentBase, List<String> arguments) {
293 if (breakpoint) {
294 breakpoint = false; // put debugger breakpoint here to break at @debug in test file
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DataDrivenTestHelper.java 79 boolean breakpoint = false;
89 breakpoint = true;
99 handle(i, breakpoint, comment, arguments);
104 breakpoint = false;
113 //boolean breakpoint = false;
179 abstract public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments);
XLocaleDistanceTest.java 188 public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments) {
189 if (breakpoint) {
190 breakpoint = false; // put debugger breakpoint here to break at @debug in test file
XLocaleMatcherTest.java 293 public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments) {
309 if (breakpoint) {
310 breakpoint = false; // put debugger breakpoint here to break at @debug in test file
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DataDrivenTestHelper.java 78 boolean breakpoint = false;
88 breakpoint = true;
98 handle(i, breakpoint, comment, arguments);
103 breakpoint = false;
112 //boolean breakpoint = false;
178 abstract public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments);
XLocaleDistanceTest.java 185 public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments) {
186 if (breakpoint) {
187 breakpoint = false; // put debugger breakpoint here to break at @debug in test file
  /art/test/995-breakpoints-throw/src/art/
Test995.java 24 public static final Breakpoint.Manager MANAGER = new Breakpoint.Manager();
33 public static void breakpoint() { method in class:Test995
55 System.out.println("\tBreakpoint: " + e + " @ line=" + Breakpoint.locationToLine(e, loc));
80 Breakpoint.stopBreakpointWatch(Thread.currentThread());
81 Breakpoint.startBreakpointWatch(
87 Method breakpoint_method = Test995.class.getDeclaredMethod("breakpoint");
90 MANAGER.setBreakpoint(breakpoint_method, Breakpoint.getStartLocation(breakpoint_method));
92 breakpoint_catch_method, Breakpoint.getStartLocation(breakpoint_catch_method));
94 breakpoint_catch_late_method, Breakpoint.getStartLocation(breakpoint_catch_late_method))
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 3 import org.apache.harmony.jpda.tests.framework.Breakpoint;
51 * Creates an {@link EventBuilder} for BREAKPOINT event and sets a
55 * @param breakpoint the breakpoint info
59 Breakpoint breakpoint) {
60 long typeID = debuggeeWrapper.vmMirror.getTypeID(breakpoint.className, typeTag);
61 long methodID = getMethodID(typeID, breakpoint.methodName);
62 byte eventKind = JDWPConstants.EventKind.BREAKPOINT;
64 .setLocationOnly(new Location(typeTag, typeID, methodID, breakpoint.index))
    [all...]
CountModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
52 * This testcase is for BREAKPOINT event with Count modifier.
53 * <BR>It runs CountModifierDebuggee and sets BREAKPOINT to its
56 * BREAKPOINT event occurs once after having called the method (count - 1)
65 // Breakpoint at start of test method.
67 Breakpoint breakpoint = new Breakpoint( local
70 breakpoint);
ThreadOnlyModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
47 * This testcase is for BREAKPOINT event with ThreadOnly modifier.
48 * <BR>It runs ThreadOnlyModifierDebuggee and sets BREAKPOINT to its
51 * BREAKPOINT event occurs only in the
60 Breakpoint breakpoint = new Breakpoint( local
64 breakpoint);
InstanceOnlyModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
49 * This testcase is for BREAKPOINT event with InstanceOnly modifier.
50 * <BR>It runs InstanceOnlyModifierDebuggee and sets BREAKPOINT to its
53 * BREAKPOINT event occurs only when 'this' object is the object in field
64 Breakpoint breakpoint = new Breakpoint( local
68 breakpoint);
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
xf-board.h 84 /* ...emit breakpoint */
85 extern void breakpoint(void);
  /external/libxml2/
xmlmemory.c 139 * Breakpoint to use in conjunction with xmlMemStopAtBlock. When the block
140 * number reaches the specified value this function is called. One need to add a breakpoint
967 char *breakpoint; local
982 breakpoint = getenv("XML_MEM_BREAKPOINT");
983 if (breakpoint != NULL) {
984 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
988 breakpoint = getenv("XML_MEM_TRACE");
989 if (breakpoint != NULL) {
990 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
  /external/python/cpython3/Lib/
pdb.py 178 self.commands = {} # associates a command list to breakpoint numbers
185 self.commands_bnum = None # The breakpoint number for which we are
264 """Call every command that was set for the current active breakpoint
269 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit
415 a breakpoint command list definition.
481 # Complete a breakpoint number. (This would be more helpful if we could
483 # of the breakpoint.)
484 return [str(i) for i, bp in enumerate(bdb.Breakpoint.bpbynumber)
523 Specify a list of commands for breakpoint number bpnumber.
526 The commands are executed when the breakpoint is hit
    [all...]
  /external/u-boot/drivers/bios_emulator/x86emu/
debug.c 236 static int breakpoint; local
240 if (M.x86.saved_ip != breakpoint) {
293 breakpoint = ps[1];
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
gdbstub-entry.S 192 .global breakpoint
194 breakpoint: label
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionCaughtTest.java 28 import org.apache.harmony.jpda.tests.framework.Breakpoint;
290 // we install a breakpoint.
291 // Note: we use a Count modifier to avoid suspending on the breakpoint. This
293 Breakpoint breakpoint = new Breakpoint(getDebuggeeClassSignature(), local
296 breakpoint, JDWPConstants.SuspendPolicy.ALL, 10);
  /external/autotest/site_utils/
dump_to_cloudsql.py 180 def breakpoint(self, line): member in class:MySQLState
233 if state.breakpoint(line):

Completed in 1261 milliseconds

1 2 3 4