/external/ltrace/ |
proc.c | 33 #include "breakpoint.h" 153 arch_addr_t, struct breakpoint *, 239 destroy_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data) 338 clone_single_bp(arch_addr_t *key, struct breakpoint **bpp, void *u) 340 struct breakpoint *bp = *bpp; 343 struct breakpoint *clone = malloc(sizeof(*clone)); 410 arch_addr_t, struct breakpoint *, NULL, 781 "delayed and/or latent breakpoint pid=%d, %s@%p", 788 /* If there is an artificial breakpoint on the same address, 790 * there. That artificial breakpoint is there presumably fo [all...] |
Android.mk | 61 sysdeps/linux-gnu/breakpoint.c \ 75 $(arm_path)/breakpoint.c \
|
/external/v8/test/mjsunit/ |
debug-step-3.js | 70 // Make f set a breakpoint with an activation on the stack. 78 // Set a breakpoint on the first var statement (line 1). 87 // Clear the breakpoint and check that no stepping happens.
|
debug-setbreakpoint.js | 181 // Try setting breakpoint by url specified in sourceURL 194 assertTrue(breakListenerCalled, "Break listener not called on breakpoint set by sourceURL"); 197 // Breakpoint in a script with no statements test case. If breakpoint is set 203 // Gets a script of 'i1' function and sets the breakpoint at line #4 which 212 // Creates the eval script and tries to set the breakpoint.
|
debug-ignore-breakpoints.js | 51 // Set a breakpoint in f. 61 // Set another breakpoint in f at the same place.
|
debug-multiple-breakpoints.js | 55 // Set a breakpoint in f. 60 // Set another breakpoint in f at the same place.
|
debug-step-2.js | 74 // Set a breakpoint on the first var statement (line 1). 82 // Clear the breakpoint and check that no stepping happens.
|
debug-listbreakpoints.js | 69 var arguments = '{"breakpoint":' + breakpoint_id + '}' 105 assertTrue(found, "found unexpected breakpoint " + id); 122 // Test with the 1 breakpoint already set: 137 // Clear the one breakpoint and retest:
|
debug-clearbreakpointgroup.js | 70 // Clear breakpoint group 1. 105 // Call function 'g' from the compiled script to trigger breakpoint.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
CountModifierTest.java | 21 import org.apache.harmony.jpda.tests.framework.Breakpoint; 62 * This testcase is for BREAKPOINT event with Count modifier. 63 * <BR>It runs CountModifierDebuggee and sets BREAKPOINT to its 66 * BREAKPOINT event occurs once after having called the method (count - 1) 75 // Breakpoint at start of test method. 77 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local 80 breakpoint);
|
ThreadOnlyModifierTest.java | 21 import org.apache.harmony.jpda.tests.framework.Breakpoint; 55 * This testcase is for BREAKPOINT event with ThreadOnly modifier. 56 * <BR>It runs ThreadOnlyModifierDebuggee and sets BREAKPOINT to its 59 * BREAKPOINT event occurs only in the 68 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local 71 breakpoint);
|
InstanceOnlyModifierTest.java | 21 import org.apache.harmony.jpda.tests.framework.Breakpoint; 57 * This testcase is for BREAKPOINT event with InstanceOnly modifier. 58 * <BR>It runs InstanceOnlyModifierDebuggee and sets BREAKPOINT to its 61 * BREAKPOINT event occurs only when 'this' object is the object in field 72 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local 75 breakpoint);
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
trace.c | 36 #include "breakpoint.h" 90 arch_sw_singlestep(struct process *proc, struct breakpoint *sbp, 95 struct breakpoint *other = address2bpstruct(proc->leader, ip); 135 /* If a conditional branch is found, put a breakpoint 163 /* Put the breakpoint to the next instruction. */
|
plt.c | 35 #include "breakpoint.h" 67 * entry, and correspondingly that is useless as a breakpoint site. 75 * that there can be more than one breakpoint per symbol. 83 * we assume it was already resolved, and convert the breakpoint to 87 * When a PLT entry hits a resolved breakpoint (which happens because 98 * we treat it the same way as above: convert the PLT breakpoint to 103 * resolved, and put a breakpoint there. The next time around (when 106 * this breakpoint. When it hits, we know the PLT entry was resolved. 117 * that this breakpoint is artificial and has no associated symbol, 121 * breakpoint and that's not currently handled well [all...] |
/external/v8/test/mjsunit/regress/ |
regress-crbug-481896.js | 18 print("breakpoint hit at " + exec_state.frame(0).sourceLineText());
|
regress-1586.js | 56 //Set breakpoint on line 6. 63 // Clear breakpoint.
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_x86.go | 40 // This is a breakpoint inserted by gdb. We could use 44 // breakpoint. So for this case we don't change
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_x86.go | 40 // This is a breakpoint inserted by gdb. We could use 44 // breakpoint. So for this case we don't change
|
/external/libxml2/ |
xmlmemory.c | 138 * Breakpoint to use in conjunction with xmlMemStopAtBlock. When the block 139 * number reaches the specified value this function is called. One need to add a breakpoint 938 char *breakpoint; local 953 breakpoint = getenv("XML_MEM_BREAKPOINT"); 954 if (breakpoint != NULL) { 955 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock); 959 breakpoint = getenv("XML_MEM_TRACE"); 960 if (breakpoint != NULL) { 961 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
|
/external/v8/test/mjsunit/es6/ |
debug-evaluate-blockscopes.js | 61 //Set breakpoint on line 6. 68 // Clear breakpoint.
|
generators-relocation.js | 32 // Add a breakpoint on line 3 (the second yield).
|
/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; 289 // we install a breakpoint. 290 // Note: we use a Count modifier to avoid suspending on the breakpoint. This 292 Breakpoint breakpoint = new Breakpoint(getDebuggeeClassSignature(), local 295 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):
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
breakpoint.c | 22 /* IA64 breakpoint support. Much of this clagged from gdb 30 #include "breakpoint.h" 175 arch_enable_breakpoint(pid_t pid, struct breakpoint *sbp) 184 debug(1, "Enable Breakpoint at %p)", sbp->addr); 211 arch_disable_breakpoint(pid_t pid, const struct breakpoint *sbp) 219 debug(1, "Disable Breakpoint at %p", sbp->addr);
|
/external/deqp/android/scripts/ |
debug.py | 182 gdbSetup.write("set breakpoint pending on\n") 184 for breakpoint in breakpoints: 185 print("Set breakpoint at %s" % breakpoint) 186 gdbSetup.write("break %s\n" % breakpoint) 188 gdbSetup.write("set breakpoint pending off\n")
|