HomeSort by relevance Sort by last modified time
    Searched refs:breakpoint (Results 51 - 75 of 141) sorted by null

1 23 4 5 6

  /external/v8/test/mjsunit/
debug-setexceptionbreak.js 41 var breakpoint = -1; variable
114 breakpoint = Debug.setBreakPoint(g, 0, 0);
debug-break-inline.js 42 // Debug event listener which sets a breakpoint first time it is hit
debug-liveedit-breakpoints.js 36 + " return 'Z';\n" // Breakpoint line ( #6 )
41 + " return 25;\n" // Breakpoint line ( #1 )
46 // // Breakpoint line ( #6 )
54 + " var b = 3;\n" // Breakpoint line ( #14 )
84 // One breakpoint gets duplicated in a old version of script.
debug-step-4.js 100 // Warm-up -- make sure all is compiled and ready for breakpoint.
debug-step.js 64 // Set a breakpoint on the for statement (line 1).
debug-stepframe-clearing.js 53 // 2: let the code run to a breakpoint we set. The load should
debug-evaluate.js 150 // Set a break point at return in f and invoke g to hit the breakpoint.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 88 breakpoint='PyObject_Print',
92 Run 'python -c SOURCE' under gdb with a breakpoint.
94 Support injecting commands after the breakpoint is reached
100 # We use "set breakpoint pending yes" to avoid blocking with a:
102 # Make breakpoint pending on future shared library load? (y or [n])
114 commands = ['set breakpoint pending yes',
115 'break %s' % breakpoint,
150 'Function "%s" not defined.' % breakpoint,
177 # run "python -c'print DATA'" under gdb with a breakpoint on
181 # For a nested structure, the first time we hit the breakpoint wil
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 88 breakpoint='PyObject_Print',
92 Run 'python -c SOURCE' under gdb with a breakpoint.
94 Support injecting commands after the breakpoint is reached
100 # We use "set breakpoint pending yes" to avoid blocking with a:
102 # Make breakpoint pending on future shared library load? (y or [n])
114 commands = ['set breakpoint pending yes',
115 'break %s' % breakpoint,
150 'Function "%s" not defined.' % breakpoint,
177 # run "python -c'print DATA'" under gdb with a breakpoint on
181 # For a nested structure, the first time we hit the breakpoint wil
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 88 breakpoint='PyObject_Print',
92 Run 'python -c SOURCE' under gdb with a breakpoint.
94 Support injecting commands after the breakpoint is reached
100 # We use "set breakpoint pending yes" to avoid blocking with a:
102 # Make breakpoint pending on future shared library load? (y or [n])
114 commands = ['set breakpoint pending yes',
115 'break %s' % breakpoint,
150 'Function "%s" not defined.' % breakpoint,
177 # run "python -c'print DATA'" under gdb with a breakpoint on
181 # For a nested structure, the first time we hit the breakpoint wil
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 88 breakpoint='PyObject_Print',
92 Run 'python -c SOURCE' under gdb with a breakpoint.
94 Support injecting commands after the breakpoint is reached
100 # We use "set breakpoint pending yes" to avoid blocking with a:
102 # Make breakpoint pending on future shared library load? (y or [n])
114 commands = ['set breakpoint pending yes',
115 'break %s' % breakpoint,
150 'Function "%s" not defined.' % breakpoint,
177 # run "python -c'print DATA'" under gdb with a breakpoint on
181 # For a nested structure, the first time we hit the breakpoint wil
    [all...]
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 3 Breakpoint 1 at 0x........: file sleepers.c, line 74.
5 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:74
8 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:74
11 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:74
14 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:74
17 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/ltrace/
handle_event.c 38 #include "breakpoint.h"
60 static void callstack_push_symfunc(struct process *proc, struct breakpoint *bp);
198 debug(1, "[%d] event: breakpoint %p",
680 struct breakpoint *sbp;
692 debug(2, "event: breakpoint (%p)", brk_addr);
728 * of the breakpoint, but if we are in a
745 "unexpected breakpoint at %p", brk_addr);
747 /* breakpoint_on_hit may delete its own breakpoint, so we have
796 callstack_push_symfunc(struct process *proc, struct breakpoint *bp)
814 struct breakpoint *rbp = NULL
    [all...]
  /external/v8/src/debug/
debug.js 83 // The different types of breakpoint position alignments.
133 var break_point = new BreakPoint(source_position, opt_script_break_point);
143 function BreakPoint(source_position, opt_script_break_point) {
157 BreakPoint.prototype.number = function() {
162 BreakPoint.prototype.func = function() {
167 BreakPoint.prototype.source_position = function() {
172 BreakPoint.prototype.hit_count = function() {
177 BreakPoint.prototype.active = function() {
185 BreakPoint.prototype.condition = function() {
193 BreakPoint.prototype.ignoreCount = function()
1580 response.body = { type: type, property in class:response.body
1705 response.body = { breakpoint: break_point }; property in class:response.body
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 82 // before lldb encounters the initial getwd breakpoint. As we
290 do(`breakpoint set -n getwd`) // in runtime/cgo/gcc_darwin_arm.go
293 if err := waitFor("br getwd", "stop reason = breakpoint", 20*time.Second); err != nil {
296 // the breakpoint, which we catch with a timeout. Very
299 // Breakpoint 1: no locations (pending).
300 // WARNING: Unable to resolve breakpoint to any actual locations.
316 do(`breakpoint delete 1`)
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 82 // before lldb encounters the initial getwd breakpoint. As we
290 do(`breakpoint set -n getwd`) // in runtime/cgo/gcc_darwin_arm.go
293 if err := waitFor("br getwd", "stop reason = breakpoint", 20*time.Second); err != nil {
296 // the breakpoint, which we catch with a timeout. Very
299 // Breakpoint 1: no locations (pending).
300 // WARNING: Unable to resolve breakpoint to any actual locations.
316 do(`breakpoint delete 1`)
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 545 #define breakpoint() asm("int $3") macro
549 #define breakpoint() raise(SIGTRAP) macro
  /ndk/sources/android/support/src/msun/
math_private.h 533 #define breakpoint() asm("int $3") macro
537 #define breakpoint() raise(SIGTRAP) macro
  /external/llvm/utils/
codegen-diff 100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
  /external/ltrace/sysdeps/linux-gnu/mips/
plt.c 33 #include "breakpoint.h"
91 The return value should be the address to put the breakpoint at.
94 symbol and the breakpoint.addr is the actual breakpoint address.
100 \warning MIPS relocations are lazy. This means that the breakpoint
102 have a delete and symbol is one to one with breakpoint, so if the
103 breakpoint changes I just add a new breakpoint for the new address.
253 breakpoint with the resolved address. */
256 struct breakpoint *bp
    [all...]
trace.c 268 arch_sw_singlestep(struct process *proc, struct breakpoint *bp,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 280 breakpoint
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 30 import org.apache.harmony.jpda.tests.framework.Breakpoint;
101 * Sets breakpoint to given location.
104 * @param breakpoint
107 public ReplyPacket setBreakpoint(byte typeTag, Breakpoint breakpoint) {
109 return setBreakpoint(typeTag, breakpoint,
114 * Sets breakpoint to given location.
117 * @param breakpoint
119 * Suspend policy for a breakpoint being created
122 public ReplyPacket setBreakpoint(byte typeTag, Breakpoint breakpoint
    [all...]
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 537 #define breakpoint() asm("int $3") macro
541 #define breakpoint() raise(SIGTRAP) macro
  /external/ltrace/sysdeps/linux-gnu/
proc.c 43 #include "breakpoint.h"
571 rdebug_bp_on_hit(struct breakpoint *bp, struct process *proc)
634 struct breakpoint *rdebug_bp = insert_breakpoint_at(proc, addr, NULL);
639 "Couldn't insert _r_debug breakpoint to %d: %s.\n"

Completed in 436 milliseconds

1 23 4 5 6